At the top of a product listing, it says for example..
"Displaying 1 to 134 (of 134 products)"
All I want is to be able to reference that 134 from within product_listing.php (which is found in /Includes/Modules/[my template]).
I simply want to divide it by 3 in order to always have 3 rows in my product listing.
I have found this in /Includes/Languages/[my template]
However, I have no clue what %d means, or how to make use of this in product_listing.php.
Code:
define('TEXT_DISPLAY_NUMBER_OF_PRODUCTS', 'Displaying <strong>%d</strong> to <strong>%d</strong> (of <strong>%d</strong> products)');
An example page can be found here:
http://www.funkimunkibadges.co.uk/ca...ies-c-113.html
Thanks!
Bookmarks