How do I remove the function where either dropdown or radio button calculates the + and - on the price of the user?
If I have a dropdown or a radio button with different prices.
ex:
First $ 100
2nd $ 200
3rd $ 300
If I choose option number 1, the price will disappear after the text and product numbers 2 and 3 are recalculated to $ 100 and $ 200. The sum is recounted on each product and the customer knows that he can pay the $ 100 extra for option 2 instead of only $ 100 at option 1.
I know that, but I want the price to be displayed all the time without dropdown or radio button recalculates prices.
(If I choose to display checkboxes instead it works, the price displayed all the time and it does not recalculate the price.)
I have found a solution by creating multiple checkboxes instead of one checkbox with multiple options. The problem that happens is that the compilation of the order is wrong for the customer.
Is that possible to change?
Hope you understand, my english is not very good =)