Sort function Order cannot be changed -> sort_order

Ask the community for help and support.
Post Reply
snetz
Posts: 2
Joined: Tue Jan 31, 2023 10:36 am

Sort function Order cannot be changed -> sort_order

Post 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. :)
beerbee
VIP Member
VIP Member
Posts: 46
Joined: Mon Oct 26, 2020 4:56 pm
Has thanked: 2 times
Been thanked: 3 times

Re: Sort function Order cannot be changed -> sort_order

Post 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
snetz
Posts: 2
Joined: Tue Jan 31, 2023 10:36 am

Re: Sort function Order cannot be changed -> sort_order

Post by snetz »

I'm trying to change the order here:
admin/modules.php?set=layout
heatherbell
VIP Member
VIP Member
Posts: 1996
Joined: Mon Oct 07, 2019 4:39 am
Has thanked: 26 times
Been thanked: 175 times

Re: Sort function Order cannot be changed -> sort_order

Post 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
User avatar
swguy
Posts: 8
Joined: Mon Mar 27, 2023 10:02 pm
Been thanked: 1 time

Re: Sort function Order cannot be changed -> sort_order

Post 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.
Post Reply