Jump to content

[SOLVED]how to move the : show numbers of articles on page to top and add show all?


Recommended Posts

Hi guys,

any idea how I can replace the section where people can change the number of articles on a page?
I would also like to add the posibility to show all?

I'm also thinking of duplicate the page footer also.

so I will have on the top the pages and also the show number of products per page. and that also on the bottom?
any idea where I can find this code and how to add show all?

thx

Link to comment
Share on other sites

You can try changing lines 54-56 of category.tpl in your theme's directory from:

{include file=$tpl_dir./product-sort.tpl}
{include file=$tpl_dir./product-list.tpl products=$products}
{include file=$tpl_dir./pagination.tpl}



to:

{include file=$tpl_dir./product-sort.tpl}
{include file=$tpl_dir./pagination.tpl}
{include file=$tpl_dir./product-list.tpl products=$products}
{include file=$tpl_dir./pagination.tpl}



But then both the product sort and pagination will be at the top. I'm not sure how that will look.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...