Admin - Configuration - Product Listing - Product Listing Default Sort Order - Catalog
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - Product Listing - Product Listing Default Sort Order - Catalog
/path/to/your/shop/includes/index_filters/default_filter.php
| Line #80 : if (!isset($_GET['sort']) and PRODUCT_LISTING_DEFAULT_SORT_ORDER != '') {
Line #81 : $_GET['sort'] = PRODUCT_LISTING_DEFAULT_SORT_ORDER;
|
/path/to/your/shop/includes/index_filters/music_genre_filter.php
| Line #96 : if (!isset($_GET['sort']) and PRODUCT_LISTING_DEFAULT_SORT_ORDER != '') {
Line #97 : $_GET['sort'] = PRODUCT_LISTING_DEFAULT_SORT_ORDER;
|
/path/to/your/shop/includes/index_filters/record_company_filter.php
| Line #95 : if (!isset($_GET['sort']) and PRODUCT_LISTING_DEFAULT_SORT_ORDER != '') {
Line #96 : $_GET['sort'] = PRODUCT_LISTING_DEFAULT_SORT_ORDER;
|
/path/to/your/shop/includes/modules/pages/advanced_search_result/header_php.php
| Line #373 : if (!isset($_GET['sort']) and PRODUCT_LISTING_DEFAULT_SORT_ORDER != '') {
Line #374 : $_GET['sort'] = PRODUCT_LISTING_DEFAULT_SORT_ORDER;
|
