Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to set discount price for multiple products in prestashop

I am using prestashop version 1.5.4.1

I am need to set clearance sale offer to my shopping site (particular date).

In particular date i need to set discount price for all products in my products by common.

EXAMPLE : I have 250 products in my catalog. I need to discount price $100 for all products from june-24 to june 30. How to set in a one click

like image 487
Kennedy Avatar asked Jun 24 '13 06:06

Kennedy


People also ask

How do I add a discount in PrestaShop?

To add a promo code to your PrestaShop webstore via the admin panel, open the admin panel and go to Sell → Catalog → Discounts.

How many products can PrestaShop handle?

PrestaShop is more suitable for small and medium-size stores that have up to 100 000 products in the catalog.


1 Answers

You can easily set a "Catalog price rule" in your PrestaShop Back-office.

Go to "Price rules > Catalog price rule" and create a new rule.

It will allow you to select various criteria and the amount or percentage of reduction you would like to apply to all the related products.

You can also cumulate the criteria, example:

  • For all products in the "T-shirts" category
  • With "XXXXX" as a Manufacturer
  • and with the color "Blue"

=> Apply a discount of 30%

Regards,

like image 194
Bruno Leveque Avatar answered Oct 29 '22 03:10

Bruno Leveque