omgzhobbs Posted January 16, 2014 Share Posted January 16, 2014 (edited) I have searched but I cannot find anything which has exactly what I need, but rather just mods to current pagination codes.Basically I just want to show my pagination links on the bottom of every product results page, so through the categories and search results.So this little bit; What code would I copy and where would I add? Ive tried a few things but it results in errors which stops the page working at all.. any help ? Thanks! Edited January 16, 2014 by omgzhobbs (see edit history) Link to comment Share on other sites More sharing options...
Er.Ritesh Posted January 16, 2014 Share Posted January 16, 2014 Hello omgzhobbs Just add some code on categories.tpl <div class="content_sortPagiBar"> {include file="$tpl_dir./pagination.tpl"} <div class="sortPagiBar clearfix"> {include file="./product-sort.tpl"} {include file="./product-compare.tpl"} {include file="./nbr-product-page.tpl"} </div> </div> Link to comment Share on other sites More sharing options...
omgzhobbs Posted January 16, 2014 Author Share Posted January 16, 2014 Amazing, worked a charm!I had been adding similar code to the product-list.tpl page which explains the issues I was having.Thanks![solved] Link to comment Share on other sites More sharing options...
Er.Ritesh Posted January 16, 2014 Share Posted January 16, 2014 please mark this post as [solved]. Link to comment Share on other sites More sharing options...
Recommended Posts