This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

umimo

  • ***
  • 88 posts
change custom fields location
« on: June 01, 2022, 07:30:28 PM »
change custom fields to bottom

*

MB Themes

Re: change custom fields location
« Reply #1 on: June 01, 2022, 08:04:05 PM »
Hook manager plugin can help to move functions inside hook.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

umimo

  • ***
  • 88 posts
Re: change custom fields location
« Reply #2 on: June 01, 2022, 09:17:27 PM »
another way ?

*

MB Themes

Re: change custom fields location
« Reply #3 on: June 02, 2022, 08:16:30 AM »
Move item_detail hook, but that mives whole content.
Order of olugins isnin order they are installed, hook priority can be changed in osc_add_hook function as third parameter.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

umimo

  • ***
  • 88 posts
Re: change custom fields location
« Reply #4 on: September 04, 2022, 12:57:14 PM »
Move item_detail hook, but that mives whole content.
Order of olugins isnin order they are installed, hook priority can be changed in osc_add_hook function as third parameter.

Please help to do this

Marked as best answer by umimo on September 05, 2022, 07:39:48 AM
*

MB Themes

Re: change custom fields location
« Reply #5 on: September 04, 2022, 03:19:15 PM »
@umimo
You just edit osc_add_hook function in plugin files.
Third parameter is priority/position.
1 - highest
10 - lowest
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots