Paul_gpvr Posted June 6, 2012 Share Posted June 6, 2012 (edited) Hi, I currently have all my products up and running with percentage discounts on all of them. What i would like to do is change them via a csv import to a different percentage, reducing the discount in this case. The import runs fine and creates the new additional specific price on the Item's Prices tab, so there are 2 or more percentage discount prices now. But the webstore front end still shows the previous old discount percent. It looks like it always shows the oldest one? Any ideas how to fix this? Do i need to remove all discounting prices beforehand? Or what is best? Should i be setting the from date as well? Thanks. Paul Edited June 8, 2012 by Paul_gpvr (see edit history) Link to comment Share on other sites More sharing options...
Paul_gpvr Posted June 7, 2012 Author Share Posted June 7, 2012 Any ideas people? Sorry to push i just really need to adjust a lot of products prices. Link to comment Share on other sites More sharing options...
Paul_gpvr Posted July 3, 2012 Author Share Posted July 3, 2012 Does anyone know how to get this to work? Surely people often change discounts on multiple products via csv? Link to comment Share on other sites More sharing options...
oorbx Posted July 11, 2013 Share Posted July 11, 2013 Really to solve something on prestashop forum. Big forum, but so much unanswered questions. Create discount during csv import is easy, only set value in percantage or amount. But is possible also to remove this discount? I try to upload csv with "0" in discount column or with EMPTY SPACE but discount stayed without change. Is it possible to do only with date setup, FROM/TO ? please help Link to comment Share on other sites More sharing options...
PhpMadman Posted July 11, 2013 Share Posted July 11, 2013 It's not possible to remove an discount from csv. If you are going to change discount on ALL products i suggest emptying the ps_specific_price table. And then upload the new discounts. If you don't gonna change on all, I have a very customized stand-alone script for my webshop, that I can share. But that require you to know alot of php, and mysql login, since we don't use percentage, we use amount reduction based on nr of qty ordered. Once edited and installed, you just upload a csv and the script changes the discounts. 1 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