Last active
August 29, 2015 14:01
-
-
Save ivandoric/cdb91e98a3d6821c6987 to your computer and use it in GitHub Desktop.
magento: Update all prices by percent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--Check the attribute id for price first - in this case it's 75 | |
update catalog_product_entity_decimal set value = (value*.05)+value where attribute_id=75 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment