JohnyH Posted November 3, 2016 Share Posted November 3, 2016 Hi all!I would like to know in which SQL table does PrestaShop 1.6 store the reduction amount of a full price.If you put a product on sale you enter the reduction amount in a input field and the shop then calculates the reduced price.I would like to automate this process via a php file but I am unable to find where the reduction value is stored.Thank you in advance for any advice! Link to comment Share on other sites More sharing options...
polosat Posted November 3, 2016 Share Posted November 3, 2016 Do you mean specific prices? Reduction is stored in the "ps_specific_price" table, "reduction" column. 1 Link to comment Share on other sites More sharing options...
JohnyH Posted November 4, 2016 Author Share Posted November 4, 2016 Yes I do! Thank you! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now