I need to setup a discount rule on magento on all products in the catalog, actyaly products have:
old-price - special-price
I need to setup a 20% discount on special-price but i can't understand how to do that.
Any help? :/
Is this a permanent change in price or some sort of sale you know when it will end?
If its permanent this might help
Where is the table that holds the "Special Price" in Magento?
Just find the column with special price and multiply all values by .8 and then replace the column.
Is this a permanent change in price or some sort of sale you know when it will end?
If its permanent this might help
Where is the table that holds the "Special Price" in Magento?
Just find the column with special price and multiply all values by .8 and then replace the column.