[email protected] Posted November 27, 2013 Share Posted November 27, 2013 Greetings!Currently encountered a problem: if I CSV-import new discount price for a bunch of products, it doesn't overwrite previous discount. It, actually, becomes prior to previous discount, and "activates". The previous discount price, as I already said - stays.This means a huge problem - if I want to DELETE all the discounts. I try to import new discount price = "0" for each product, but nothing happens, it doesn't activate.I simply cannot manually delete all the discount - there's about 3 different discount prices in each of the 1000 products.Any way to clear all discounts? Maybe, using SQL? Where should I search for?Many thanks for help! Link to comment Share on other sites More sharing options...
[email protected] Posted November 30, 2013 Author Share Posted November 30, 2013 This was solved by clearing ps_specific_price and ps_specific_price_priority from data. Link to comment Share on other sites More sharing options...
PascalVG Posted December 2, 2013 Share Posted December 2, 2013 Hi Nika, Just for completeness sake, so others may use this: did you clear it directly in the database, using SQL? Thanks, pascal Link to comment Share on other sites More sharing options...
[email protected] Posted December 2, 2013 Author Share Posted December 2, 2013 I'm Ilya ) Yes, I did it by just using phpmyadmin and turncrate function in it. Not by deleting tables, but by deleteing data in them. 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