In my product listing page I lost the page listing at the top and bottom that allows people to go forward or back a page number.
Update: Never mind just figured out what it was and have it working now.
In my product listing page I lost the page listing at the top and bottom that allows people to go forward or back a page number.
Update: Never mind just figured out what it was and have it working now.
E-commerce Store Project
Stone Gifts - Stone Decor - Country Decor
Just curious for fellow Zenners who read this thread with the same problem what was the FIX??
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
The issue was, the template I was working on didn't have the following code in /templates/tpl_module_product_listing.php file.
The code isWhen I added the code to the location I wanted the next and prev pages, my problem was fixed.Code:<?php } // show top submit ?> <?php if ( ($listing_split->number_of_rows > 0) && ( (PREV_NEXT_BAR_LOCATION == '1') || (PREV_NEXT_BAR_LOCATION == '3') ) ) { ?> <div id="productsListingTopNumber" class="navSplitPagesResult back"><?php echo $listing_split->display_count(TEXT_DISPLAY_NUMBER_OF_PRODUCTS); ?></div> <div id="productsListingListingTopLinks" class="navSplitPagesLinks forward"><?php echo TEXT_RESULT_PAGE . ' ' . $listing_split->display_links(MAX_DISPLAY_PAGE_LINKS, zen_get_all_get_params(array('page', 'info', 'x', 'y', 'main_page'))); ?></div> <br class="clearBoth" /> <?php } ?>
E-commerce Store Project
Stone Gifts - Stone Decor - Country Decor
Awe, those nasty revisions, ty for posting the fix...![]()
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting