I was trying to find a way to include 2 different sizes for a Product in the Product page. I can put different options for a product (Like 5 kg and 17 kg versions), but I don't want the 17 kg one to have a (+120$) price increase. Instead, I wonder if it's possible to show the total price of the option (Let's say 17 kg costs 200$), instead of adding up to a base amount.
Basicly I want the Product page to be something like this:
When customer clicks the 17 kg option, site either has to update product name to "Product A (17 kg)" and price to 200$, or it can direct to the page "Product A (17 kg)".Product A (5 kg)
Price: 80$
Options:
5 kg (80$)
17 kg (200$)
Is it possible on default or with any extensions?
Have a nice day =)