Hello again,
Using the latest 5.9.2, I wanted to set the product sort order by default to "Predefined" like in the configuration. However, when the page displays, I only see all options except Predefined, unless I have another issue elsewhere.....
Looked at default_config.php where I could see :
$config->sorting_products_field_select = array(
1=>'name',
2=>'prod.product_price',
3=>'prod.product_date_added',
5=>'prod.average_rating',
6=>'prod.hits',
4=>'pr_cat.product_ordering' <===== This is the one I need but cannot see in list_products
);
How and where can I make the change so that I can see option 4 (product_ordering)?
Thanks
Philippe



