Page 1 of 1
How to show products in a particular way.
Posted: Wed Jan 11, 2023 12:41 am
by robster
I have been asked by my client if I can show products within a specific category in a detailed list format such as the one in the image I have attached to this post.
I have had a good look through the marketplace but haven't found anything like what I am looking for so if anybody could suggest how to achieve this I would be very grateful.
BTW, I am running OpenCart v 2.3.0.2
Rob
Re: How to show products in a particular way.
Posted: Fri Jan 20, 2023 2:12 am
by halfhope
Re: How to show products in a particular way.
Posted: Fri Jan 20, 2023 4:42 pm
by robster
Thanks for your reply.
Not sure that that extension will be helpful but in any case I can't actually see what that extension does as the demo is not working.
Rob
Re: How to show products in a particular way.
Posted: Fri Jan 20, 2023 11:05 pm
by halfhope
robster wrote: ↑Fri Jan 20, 2023 4:42 pm
I can't actually see what that extension does as the demo is not working.
Fixed!
robster wrote: ↑Fri Jan 20, 2023 4:42 pm
Not sure that that extension will be helpful but in any case
The appearance of a category is determined by the template category.twig. To change the appearance of the selected categories, you need to create a modified copy of the template and assign it to the selected categories. Associating templates with categories (and so on) is what my module does.
Alternative solution and more info
viewtopic.php?t=228547
Re: How to show products in a particular way.
Posted: Sat Jan 21, 2023 1:09 am
by halfhope
Also check "table view" or "list view" extensions.
Re: How to show products in a particular way.
Posted: Sat Jan 21, 2023 11:53 pm
by robster
Thanks for your very helpful suggestions. I will let you know how I get on.
Rob