Page 1 of 1

Sort function Order cannot be changed -> sort_order

Posted: Fri Feb 17, 2023 1:31 pm
by snetz
It's about sorting the modules.
In the admin area under content you can set the order.
If you don't select anything in the dropdown field, it works. Otherwise it does, but nothing changes in the front area.
No idea why as it changes the values ​​in the database. :cry:

Unlike the layouts there, it carries the new sorting order into the database, but nothing changes in the frontet. This is particularly annoying when you do the products_info and want to display the price first. :cry:

Maybe someone knows the problem. Thanks very much

I installed the current version 1.0.8.20 via github.com. And made no changes to the version. PHP is 8.0. Thanks for the help. :)

Re: Sort function Order cannot be changed -> sort_order

Posted: Fri Feb 17, 2023 8:34 pm
by beerbee
Hi,
There are two ways to have content on product_info.php.
The content modules and/or the pi modules.
admin/modules.php?set=content
and/or
admin/modules.php?set=layout

Which modules are installed?

Where are you trying to change order?

Kind regards
Christoph

Re: Sort function Order cannot be changed -> sort_order

Posted: Sat Feb 18, 2023 9:01 am
by snetz
I'm trying to change the order here:
admin/modules.php?set=layout

Re: Sort function Order cannot be changed -> sort_order

Posted: Sat Feb 18, 2023 3:37 pm
by heatherbell
snetz wrote: ↑Sat Feb 18, 2023 9:01 am I'm trying to change the order here:
admin/modules.php?set=layout
See User Guide here:
https://phoenixcart.org/phoenixcartwiki ... tle=Layout

Re: Sort function Order cannot be changed -> sort_order

Posted: Tue Mar 28, 2023 6:49 pm
by swguy
The price is already at the top of the product info page by default, perhaps you've changed it? Check Modules > Content, then scroll down to Price / product_info. Click edit and change the sort order. Note that the Content Width is only 3, so something else could show on the same line. You could make it 12 to show it on its own line if you wish.