I would like to remove or turn of the item count on the pages.
"Displaying 1 to 7 (of 7 featured products)"
This is at the top and bottom of the pages.
Am I looking for the wrong thing in the admin to turn it off?
I would like to remove or turn of the item count on the pages.
"Displaying 1 to 7 (of 7 featured products)"
This is at the top and bottom of the pages.
Am I looking for the wrong thing in the admin to turn it off?
includes/languages/your_template/english.php
find around Line #291 :
and change todefine('TEXT_DISPLAY_NUMBER_OF_PRODUCTS_FEATURED_PRODUCTS', 'Displaying <strong>%d</strong> to <strong>%d</strong> (of <strong>%d</strong> featured products)');
// define('TEXT_DISPLAY_NUMBER_OF_PRODUCTS_FEATURED_PRODUCTS', 'Displaying <strong>%d</strong> to <strong>%d</strong> (of <strong>%d</strong> featured products)');