Jump to content

How to remove discount prices from products?


rimstaske

Recommended Posts

Hello. I added discount on 2000 products with discount start and end dates. I chose exact date when discount will start and end. But on products discount period is showed as 'unlimited'. I tried to update importing new products information with excel file (products import), but nothing wasn't changed.

Can I get solution how i can remove discount from my products?

Link to comment
Share on other sites

Specific prices are stored in the database in a quite simple way. So some idea may be to delete them from the table directly.

You can truncate the whole _specific_price table or in case there are also prices from catalof price rules, use this query:

DELETE FROM `ps_specific_price` WHERE `id_specific_price_rule` = 0

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...