Jump to content

Putting the entire shop on sale


Recommended Posts

Hi everyone, first of all how great is prestashop. Anyway my question is, is there a way of putting my entire shop in a sale over bankholiday weekend.

What I want to do is over the weekend give everbody 15% off on everything. Is there a way to set the shop to knock off 15% off everything.

Thanks in advance.

Link to comment
Share on other sites

yes there is a way but it does effect p&p;as well.

change the currency conversion rate from 1.00 to 0.85, and then back to to 1.00 when the sale is over, the price changes wont show up in the catalog but will appear 15% lower in the cart/checkout

Link to comment
Share on other sites

OK, then the other option is to set a discount to all the products for a given date range, you'll have to run this on the database (using phpmyadmin or something similar), keep in mind that it will overwrite any existing product discounts you may have.

UPDATE `ps_product` SET reduction_percent = 15 , reduction_from = '2010-08-27', reduction_to = '2010-08-27'

Link to comment
Share on other sites

  • 4 months later...
OK, then the other option is to set a discount to all the products for a given date range, you'll have to run this on the database (using phpmyadmin or something similar), keep in mind that it will overwrite any existing product discounts you may have.

UPDATE `ps_product` SET reduction_percent = 15 , reduction_from = '2010-08-27', reduction_to = '2010-08-27'




I tried this before and the discount did not expire on the specified date - any idea why? I need to set up another site-wide discount.
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...