Magento 1.9 – How to Add Different Prices for Different Product Sizes

configurable-productmagento-1.9

I have read many posts here, but didn't found my answer.
I have a perfume store and want to add different price on each perfume size. I don't want to create simple products for each size because this will be time consuming and will create duplicate pages. What i need is to open a product ( lets say perfume: "Gucci" and to be able to add size options with corresponding prices, e.g. :

50ml – price: $50

75ml – price: $70

100ml – price: $100

Can you tell me what is the best way to do it?

Best Answer

For this case,you can use Custom options,Make a dropdown custom option and as per as magento,you can set different price for custom option of each custom value.

Note:it does not manage inventory as option wise

Related Topic