-- HikaShop version -- : 1504301217
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.6
-- Browser(s) name and version -- : all
Outline:
I have a product that's a package set of 3 items together. This package has upgrade options to add 3 new upgraded products along with the order. I added these 3 new products as separate items, with only 2 products containing characteristics for sizes. ( small, med, large,etc. )
Because the 2 add-on products have characteristics assigned to them, there is not a default for "no" like there is when you add a product without characteristics. To by pass this issue, I added one more characteristic to each new upgradable product and set the name to "no upgrade" and the price at 0 for that particular characteristic. ( So shoppers do not have to add the product to the order if they do not wish since it's an upgrade. )
Issue:
When a shopper adds the package to the cart when the upgrades are set to "no upgrade", the upgradable add-ons are added to the cart anyway, even though the price is set to 0.
Is there a way to keep these upgradable products from being added to the cart when the drop down box is set to "no upgrade" ( price 0 ) ? It would be a lot cleaner and less confusing for the customer.
Thanks in advance.