Hi, My custom template has prev | next but I want it to display the page numbers as well especially in the category home page. Do I add this: require(DIR_WS_CLASSES . 'split_page_results.php'); ? If so, where and how? I'm new to php. Thanks!
Hi, My custom template has prev | next but I want it to display the page numbers as well especially in the category home page. Do I add this: require(DIR_WS_CLASSES . 'split_page_results.php'); ? If so, where and how? I'm new to php. Thanks!
You can either use this simple tutorial:
(1) http://www.zen-cart.com/forum/showthread.php?t=78446
or you could try and work through this thread and use the modifications there:
(2) http://www.zen-cart.com/forum/showthread.php?t=125021
I've had success with both methods, but preferred the modification technique (2nd option)