deech123 Posted September 6, 2010 Share Posted September 6, 2010 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 More sharing options...
rocky Posted September 6, 2010 Share Posted September 6, 2010 See this topic. Link to comment Share on other sites More sharing options...
deech123 Posted September 6, 2010 Author Share Posted September 6, 2010 rocky as always thx. for solution one.any idea for placing the pagination on top of the page also?greetz Link to comment Share on other sites More sharing options...
rocky Posted September 6, 2010 Share Posted September 6, 2010 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 More sharing options...
deech123 Posted September 7, 2010 Author Share Posted September 7, 2010 rockythat did the trick and no problem with the look...perfect.thx Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now