I've been searching everywhere and can't find a way to do this with extensions instead writing the code myself.
So I have product with price $25 on top and 2 options with prices
- 1kg ($5)
- 4kg ($20)
On choosing one of the options (radiobox) I would like to change product price to option price - instead of $25 I would have clicked 1kg ($5) and have $5 on top.
Any suggestions where to start?
I have Opencart 2.2.0 with VQMod.
P.S. Basically instead of adding +$5 to the $25 product price, i just want to change option price with product price.
Thanks in advance.