laury42 Posted February 5, 2014 Share Posted February 5, 2014 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 More sharing options...
Paulito Posted February 6, 2014 Share Posted February 6, 2014 Good morning Are you looking for something like this: http://mobileskunk.co.uk/index.php?id_product=13&controller=product&id_lang=1#/meerkat-1 If so, just use: Attributes > Values > Combinations Paul Link to comment Share on other sites More sharing options...
laury42 Posted February 6, 2014 Author Share Posted February 6, 2014 Hello Paul, No, it's not my need. I need to add different products to my cart (see my example). Thanks, Laurent Link to comment Share on other sites More sharing options...
stottycabanas Posted February 6, 2014 Share Posted February 6, 2014 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 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