Hello,
I am trying to hide or change 'Displaying 1 to 2 (of 2 products)' on documents general categories only.
I tried this something like this but I know it would not work
PHP Code:
<?php if ( ($listing_split->number_of_rows > 0) && (products_type !=3) && ( (PREV_NEXT_BAR_LOCATION == '1') || (PREV_NEXT_BAR_LOCATION == '3') ) ) {
?>
I saw there were
tpl_modules_product_listing.php
tpl_modules_products_all_listing.php
tpl_modules_products_new_listing.php
but nothing for documents, and document categories just use tpl_modules_product_listing.php
If I could copy tpl_modules_product_listing.php and rename it and then change it...
I think zencart does not have an output for documents general categories only tpl_modules_product_doc-general.php ?