Hi. This fix did not work for me. I think its because some of you are talking about product page navigation and some are talking about category page navigation...
http://www.timecompass.com/tc/index.php/gift-packages-a-sets.htmlIf you look there, the category list shows "prev" and "next" even though the category has 3 products and there IS NO prev or next page.
Clearly, there's a broken conditional somewhere...anyone know where? I added the product navigation tag to the default template xml file, but that's not it. What controls the category browse pages? The output of the page section is:
<!-- BEGIN PAGE NAVIGATION -->
<div class="nav" align="center">
<ul class="pagination">
<li><span class="pagenav">«« Start</span></li>
<li><span class="pagenav">« Prev</span></li>
<li><span class="pagenav"> 1 </span></li>
<li><span class="pagenav">Next »</span></li>
<li><span class="pagenav">End »»</span></li>
</ul> Results 1 - 3 of 3</div>
<!-- END PAGE NAVIGATION -->
So I downloaded the entire virtuemart store and did a search in files for "pagenav" - nuthin. So I searched the default virtumart 1.5.7 and NUTHIN. So, hmmm, is this in Joomla? I feel like I'm takin crazy pills - what controls pagination for the virtuemart category page?
Thanks!