Jump to content

Open pack prices


Recommended Posts

Hello, 

 

I want to develop a particular pricing system.

 

Specifically: 

 

Product 1 costs 2 euros per unit 

Product 2 costs 2 euros per unit 

Product 3 costs 2 euros per unit 

4 product costs 2 euros per unit 

... 

100 product costs 2 euros per unit 

 

 

The customer can buy 3 products from this selection for 5 € 

The customer can buy 5 products from this selection for 8 € 

The customer can buy 10 products from this selection for € 15 

 

I do not see how to implement this type of operation with Prestashop (ie without module). Any idea? 

 

Moreover, I wonder if it is possible to provide another mode by buying credits. 

Ex: buy a pack of 10 credits etc ... with declining prices. Product would have a cost in "credit". 

 

Thank you for your help, 

Lawrence.

Link to comment
Share on other sites

Hi Laurent, this depends in part on the relationship between Product1, Product2, etc. - are these all variations on the same basic product?

If so, it's possible to set up one basic product with 100 combinations. Then using standard Prestashop, the closest you can get is to have a structure like this, using specific prices in Catalog->Products->Prices:

  Qty      Unit Price

    1+         2.00

    3+         1.67

    5+         1.60

   10+        1.50

The customer would be able to select any mix of these product combinations, but would also be able to enter any quantity they like against each of them. So they won't be restricted to a total quantity of 1, 3, 5 or 10, which appears to be your requirement stated above.

If that doesn't work for you, then I think you may need to look around for a suitable module.

Cheers, Dave

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...