wxanl Posted November 6, 2018 Share Posted November 6, 2018 Hello, i used a free module to migrate all categrories and products from Prestashop 1.6.x to 1.7.x Now, in 1.7.x all the products have a 20% discount and i just can not find where to remove/disable that. Does anyone know how to remove/disable the discount on all products ? Maybe a Mysql query ? Thanx in advance. Link to comment Share on other sites More sharing options...
JBW Posted November 6, 2018 Share Posted November 6, 2018 Is there any discount maintained - check Catalog->Discounts in Back Office? Maybe there was something in the old version which got activated as a migration fault. Link to comment Share on other sites More sharing options...
wxanl Posted November 6, 2018 Author Share Posted November 6, 2018 (edited) 14 minutes ago, JBW said: Is there any discount maintained - check Catalog->Discounts in Back Office? Maybe there was something in the old version which got activated as a migration fault. Hi and thanx, i checked but there is no discount maintained (or i dont seem to be able to find any). I know that is was a bug in the migration script version i used (has been solved in new version,) But if there is a discount display, there must be some field holding the value. Right ? Edited November 6, 2018 by wxanl (see edit history) Link to comment Share on other sites More sharing options...
JBW Posted November 6, 2018 Share Posted November 6, 2018 (edited) You can check the tables prestademo_cart_rule and prestademo_cart_rule_lang for basket rules and prestademo_specific_price_rule for catalog rules. Also check the special prices on product level - maybe something was migrated wrongly there. Edited November 6, 2018 by JBW (see edit history) Link to comment Share on other sites More sharing options...
wxanl Posted November 6, 2018 Author Share Posted November 6, 2018 5 minutes ago, JBW said: You can check the tables prestademo_cart_rule and prestademo_cart_rule_lang for basket rules and prestademo_specific_price_rule for catalog rules. Thank tou for replying. I just checked but it seems like those fields are empty. I really dont get where that discount is comming from. Link to comment Share on other sites More sharing options...
BLACREA.pl Posted March 23, 2019 Share Posted March 23, 2019 Maybe it will be useful to someone else. The solution was to remove the record in the table "(prefix) _specific_price", which was: 'id_product' = 0, 'reduction_type' = 'percentage' and 'reduction' = '0.200000'; Link to comment Share on other sites More sharing options...
PassionX Posted August 29, 2019 Share Posted August 29, 2019 Thank You very much to post the solution, i had something simillar and no idea where it comes from regards Simon 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