Load-This Posted June 14, 2007 Posted June 14, 2007 Hey Peoples, I have done a bit of editing to my shop and i seem to have lost the little bit up the top and bottom that allows a user to go to more pages of the same category if you know what i mean. If you go to http://www.pimpmyband.com.au/acoustic-soun...ntrol-c-36.html there are another 2 pages of products, but they cant be accessed. If someone has the code that allows this to show, could they please post it. Cheeeeeeeers
Nullachtfuffzehn Posted June 14, 2007 Posted June 14, 2007 Either you're missing this bit of code at the very bottom of your product_listing.php: if ( ($listing_split->number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '2') || (PREV_NEXT_BAR_LOCATION == '3')) ) { ?> display_count(TEXT_DISPLAY_NUMBER_OF_PRODUCTS); ?>display_links(MAX_DISPLAY_PAGE_LINKS, tep_get_all_get_params(array('page', 'info', 'x', 'y'))); ?> } Or you've set the parameter at your admin the Location of Prev/Next Navigation Bar to 0.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.