osCommerce / oscommerce2

osCommerce Online Merchant v2.x
http://www.oscommerce.com
MIT License
281 stars 222 forks source link

Sort order with APP, not refresh #574

Open oitsuki opened 7 years ago

oitsuki commented 7 years ago

When you create a sort order with this element public $app_configured = false; you must go in module (like order total or payment) to update the sort order. The new sort order in catalog is taken

Now : If you write this
public $app_configured = true; In app you see the sort order. Now change in app the sort order and go in catalog, the new sort order is not taken Go in module (like order total or payment). You will see just the new sort order. Go on catalog the sort order is taken in consideration.

In sumlmary : If you change the sort order in App, the new sort order in not taken in consideration.

Just a question : is it normal ? because we have an app configuration and also module configuration : 2 different files to go for 1 configuration