-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.3
HI there,
I am trying to get my head around how product variants working but am having problems getting it to display how I want.
I have a product, lets name it 'SleeveJacket'. This product has 4 sizes. iPad, iPad Mini, Macbook, and Macbook Pro. If I create a 'SleeveJacket iPad' it will allow me to create product variants. So I create iPad Mini, Macbook, and Macbook Pro variants.
Then for me to be able to have in that dropdown list on the front end of the variants to have iPad selected, I need to create a variant called iPad, but the model number/product code of that product used as default value has to be different than the parent product, even though when you are on the product page that it uses the variant model number even on the initial loaded page before variants are changed/selected after page load. I need the product code to be the proper product code, while on iPad selection, so this is the first problem. I guess this can be solved by giving the parent product code a dummy code since it uses the product code of the variant on the product page but I would of thought this isnt the way to do it as in the backend it wont be the proper code.
My 2nd problem is if a customer clicks on 'SleeveJacket iPad' product in category page, it will name it SleeveJacket iPad (which is what I want it to do) but when on the product page and you select a variant, it will then change it to 'SleeveJacket iPad : Mini iPad'. I am needing it to change the name of it to just 'SleeveJacket Mini iPad'. Even though I change the name on the variant page to 'SleeveJacket Mini iPad' it only seems to change all the other parts like the content and images applicable to the variant but not the name. How does one achieve this?
Many thanks.