Accounts Posted September 1, 2010 Share Posted September 1, 2010 How would I change the coding so that it would list the full list of manufacturers in manu-list.tpl without having pagination? I want to achieve this without having to edit pagination, and {foreach from=$manufacturers item=manufacturer name=manufacturer_list} Only displays a few results. Link to comment Share on other sites More sharing options...
Accounts Posted September 3, 2010 Author Share Posted September 3, 2010 Bump, surely this is possible? Thanks. Link to comment Share on other sites More sharing options...
rocky Posted September 4, 2010 Share Posted September 4, 2010 You could simply change the link in the manufacturer block and sitemap from manufacturer.php to: manufacturer.php?n=1000 Change 1000 to a number greater than or equal to how many manufacturers you have. 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