Jump to content

Adding Pagination to bottom of the page [solved]


Recommended Posts

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;

 

post-726306-0-88602700-1389872547_thumb.png

 

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 by omgzhobbs (see edit history)
Link to comment
Share on other sites

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

×
×
  • Create New...