-- HikaShop version -- : latest
-- Joomla version -- : latest
-- PHP version -- : latest
Hey,
Is there a way to create a page that shows multiple products in a list with a buy button and quantity increase on each item.
Ie. I create 5 products "A", "B", "C", etc. Same prices.
I create a page/product/module that is labeled as "Product Collection", and looks something like this:
[Images]
[General description]
[Price info]
"A" [quantity_field] +-
"B" [quantity_field] +-
"C" [quantity_field] +-
"D" [quantity_field] +-
"E" [quantity_field] +-
[buy button]
I want this 'collection page' to appear as a product on the frontend store along with non-collection products. Also there would be multiple collections of different products.
I imagine this collection would be some sort of module? Is it possible to create what I need view modules and link it to the front page product display?