Zen Cart Logo
Forums / General Questions / Product listing "Next Page" missing?

Product listing "Next Page" missing?

Locked

Views: 977

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
24 Oct 2007, 11:37 PM
#1
monkee04 avatar

monkee04

New Zenner

Join Date:
Oct 2007
Posts:
10
Plugin Contributions:
0

Product listing "Next Page" missing?

I am having a problem with my store. You can view it here http://www.tcplanet.ax3.net. When you go to view the category it gives a list of the items. Only problem is that I have more items available and it's not listing them all, nor giving the option to go to the next page. Any suggestions?

25 Oct 2007, 12:07 AM
#2
rufus avatar

rufus

Zen Follower

Join Date:
Sep 2007
Posts:
214
Plugin Contributions:
0

Re: Product listing "Next Page" missing?

Hi,

catalog/includes/templates/yourtemplate/templates/tpl_modules_product_listing.php

Is this code still there? It should be around line 26

<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>
25 Oct 2007, 12:58 AM
#3
monkee04 avatar

monkee04

New Zenner

Join Date:
Oct 2007
Posts:
10
Plugin Contributions:
0

Re: Product listing "Next Page" missing?

Hi,
Thanks for the reply. Yes, that string is still there. Any other thoughts?

25 Oct 2007, 2:10 AM
#4
rufus avatar

rufus

Zen Follower

Join Date:
Sep 2007
Posts:
214
Plugin Contributions:
0

Re: Product listing "Next Page" missing?

I wasn't aware that you could actually turn this off (without removing the code) only set it to top, bottom or both in Configuration > Product Listing

If you switch back to the classic template does it appear? :blink:

25 Oct 2007, 2:25 AM
#5
monkee04 avatar

monkee04

New Zenner

Join Date:
Oct 2007
Posts:
10
Plugin Contributions:
0

Re: Product listing "Next Page" missing?

Nope, it doesn't. I even did a fresh install. I checked every one of my templates just to make sure it wasn't a missing string. It does it to every one of them. Sure has me stumped :blink:. Forgot to mention I also turned it back on and it's still missing.

25 Oct 2007, 2:54 AM
#6
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Product listing "Next Page" missing?

And if you switch to Classic Template?

How about if you checkout a clean Zen Cart v1.3.7.1 and compare that to your site?
http://www.zen-cart.com/forum/showthread.php?t=69769

25 Oct 2007, 4:42 AM
#7
monkee04 avatar

monkee04

New Zenner

Join Date:
Oct 2007
Posts:
10
Plugin Contributions:
0

Re: Product listing "Next Page" missing?

Aha! Re-downloaded the cart, overwrote the files and it's there. Thanks, I should have tried that first :rolleyes:.

25 Oct 2007, 5:06 AM
#8
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Product listing "Next Page" missing?

Sounds like there was perhaps problems with:
/includes/templates/template_default/templates/tpl_modules_product_listing.php

as RuFuS was leading to ...

More like the code to run the line posted ...