Totally Zenned
- Join Date:
- Oct 2006
- Posts:
- 5,422
- Plugin Contributions:
- 0
Display all categories+products on one page
This mini module will let you display all categories and their products on a single page (the default is the main page)
You can notice that the tpl_modules_all_cats_all_products.php uses a rather messy table template. The reason for that is: this mod was originally coded for a specific site that uses a template like this. Of course you can make any change you want on the template file.
Potential: this mod can be changed to displayed only N number of products per cat, and sort them by date/name/ or randomly. The limit of its application is your imagination.
Special note: Listing all Cats and Products on a single page is NOT recommended for sites with many categories and products, it can seriously slow down the site (because of the amount of images have to be displayed)
You can always find the new version here:
svn.rubikintegration.com/zencart_mods/all_products_on_main/
Please report all bugs or any suggestion for new features in this topic.
PS: if someone can edit the template file to use tabless css instead, please send me the code and I'll update it here. (I'm too lazy now)