File locations for product listed inside a category
- include/modules/product_listing.php
- includes/templates/YOUR_TEMPLATE/templates/tpl_index_product_list.php
- includes/templates/YOUR_TEMPLATE/templates/tpl_modules_product_listing.php
- includes/templates/YOUR_TEMPLATE/common/tpl_tabular_display.php (check above file)
check your template sub-folder if you did use it
Notes :
it is loaded: includes/index_filters/default_filter.php
the first is loaded includes/templates/YOUR_TEMPLATE/templates/tpl_index_product_list.php
———-
a) /modules/product_listing.php
in $listing_split_t = new splitPageResults($listing_sql, MAX_DISPLAY_PRODUCTS_LISTING, ‘p.products_id’, ‘page’);
the $listing_sql is got in /index_filters/default_filter.php
splitPageResults is defined in /classes/split_page_result.php
b)the splitPageResults class is defined in /classes/split_page_result.php
c)/templates/tpl_module_product_listing.php
in it is called /modules/olala1/product_listing.php
and it send (array row col) $list_box_contents
d)/common/tpl_tabular_display.php
e) see (consider) SKIP_SINGLE_PRODUCT_CATEGORIES from /pages/index/header.php (can be setup through Admin->Config->Leyout settings->Skip 1-prod Categories
WesiteDesign can provide full support.




(20 votes, average: 4.75 out of 5, rated)