I am trying to create the following product display:
Product Name
Product Description - Product Image
Variant1a Tick Box (*)
Variant1b Tick Box (*)
Variant2a Tick Box (*)
Variant2b Tick Box (*)
Variant3a Tick Box (*)
Variant3b Tick Box (*)
Add to Cart (tick items)
(*) = maybe optional variant description / image.
My guess is that if I understand the characteristic drop-down and get it working then I can change the template to use tick boxes or whatever.
However, I have following problems.
(1) The product description / image does not display.
Except under some odd conditions where I have an invalid combination of drop-downs.
(2) At the category level it is displaying price and add to cart button - but the product has no price.
This is only a stepping stone to the display layout I have in mind for a product family:
Product Name
Product Description - Product Image
Tab 1 | Tab 2 | Tab 3 | Tab 4 | Tab 5 | Tab 6
Each tab will contain:
Check box for Variant 1a - if necessary additional description, image.
Check box for Variant 1b - if necessary additional description, image.
Add to Basket
The product description may be complete in itself with no need for additional descriptions at the variant level.
Tabs implemented using CSS / JQuery in template.
You may not want to build this into core hikashop, and maybe its something left for template designers to setup for themselves.
How could the variants feature be used to implement this?
Is this the best way - product parameters might be another route.
I started creating a category and having the variants as different products in that category - that again shows promise as a possible route, but I have not completed it.