-- HikaShop version -- : 4.7.0
-- Joomla version -- : 4.2.5
-- PHP version -- : 8.0
Hi,
I'm trying to create a product with options that needs to do this:
- choose one base : white / brown / yellow (+€ 2) / brown (+€3)
- choose 3 vegetables : veg1 / veg2 / veg3
now the issue is that when you add a product like this to the cart you can change the amount of, for example, veg2 and change the amount in the cart to 20. This should not be possible because they can only have 3 vegetables.
When I make the cart in the checkout to read only then the customer cannot change his product options anymore.
I hope you can see my problem
Is there any way to address this little challenge ? (or use a different way/method for this?)