Magento – How to use catalog price rules to increase products prices instead of applying a discount

catalogce-1.9.2.2priceprice-rules

I want to change prices of products based on the category and the customer group the client belongs.

So to do so I thought using the catalog price rules and instead of set 20% to decrease the price, put 120% to increase it. But it doesn't work.

So if a product costs 100€, to the group A would cost 120€

Any ideas about how to make it work?

Best Answer

The problem is that Magento assumes that discounts are always decreasing the price and to change this behaviour you would have to make modifications to several core files (or use proper ).

A practical solution to your situation would be to set the highest possible price (i.e. 120 €) as product price and use price rules to make it cheaper for everybody except those in your 120% group.