Hello,
I need to create a list of all products on one page, including prices and categories which should be accessible by it's own URL. Can anyone tell me how can I do this?
Thanks in advance, Michael
Hello,
I need to create a list of all products on one page, including prices and categories which should be accessible by it's own URL. Can anyone tell me how can I do this?
Thanks in advance, Michael
There is already an ALL PRODUCTS listing page built into zencart. Its parameters are controlled in various places in the admin >>> configuration menus.
20 years a Zencart User
settings are probably located at Configuration->All listings? But what's the URL for that page?
probably that's it:
/index.php?main_page=products_all
thanks, can I assign a custom template for that listing?
You could create a PAGE-SPECIFIC stylesheet...
products_all.css
... in which you house style declarations that are specific to that page. So, in effect, you can have a different "template" - bearing in mind that all the normal global settings that are governed elesewhere will also apply here.
There are a variety of page over-ride methods you can use in zencart. There are tutorials in the FAQ section (link above).
20 years a Zencart User