billybulbs Posted February 29, 2008 Share Posted February 29, 2008 hi i am gonna try to explain with images.. This is the pic of one product it has 2 featured to choose: color and quantity by quantity the price have to change... /// in this pic, after i click on pack of 50, the result is the price of the first selection "individual" /// so it is not working.. maybe i am doing something wrong, so here is the pic of the admin part of this product /// thanks very much for any response nch Link to comment Share on other sites More sharing options...
billybulbs Posted March 7, 2008 Author Share Posted March 7, 2008 This is the detail of that drop down list , as you can see there are 3 different features, - individual - pack of 10 - pack of 50 each one has a different price and a different quantity but when you select either one, the cart only gets the very first one help please!! thanks nch Link to comment Share on other sites More sharing options...
petera Posted March 7, 2008 Share Posted March 7, 2008 I have this module working correctly. The only thing I am not sure about on your site is that I see the group is still color. Have you set a new group called say 'Packaging" with the different quantities as the attribute. If you havent there may be some conflicts. May not be on the right track but perhaps worth looking at. Cheers Peter A Link to comment Share on other sites More sharing options...
Peter Wilson Posted March 7, 2008 Share Posted March 7, 2008 Hi guys The functionality you're discussing is often referred to as 'Digressive prices' or 'Quantity discounts'. That is, the ability to sell 'packs' of items with or without a discount for buying in bulk. The current version of PrestaShop does not feature digressive pricing. However, you'll be happy to learn that Thibaud is finishing up the code for it and it will be included in the next release, due out in the next week or so. Link to comment Share on other sites More sharing options...
billybulbs Posted March 8, 2008 Author Share Posted March 8, 2008 Hi thanks very much for your response. well i have to groups; COLOR: warm - daylight - brilliant QUANTITY: individual - pack of 10 - pack of 50 so when i select any option on the quantity gives me the result the individual one not applying the one i select nch Link to comment Share on other sites More sharing options...
Peter Wilson Posted March 10, 2008 Share Posted March 10, 2008 Hi billybulbs, I should have mentioned that I understand your problem (article selected is not showing up in cart summary). However, I was actually referring to a problem that will occur in your case even if the correct article is selected. That problem is, what happens when your customer selects and pays for a Pack of 50? PrestaShop will only subtract a quantity of "1" from the article's inventory, not 50. Described another way: Customer buys 1 Individual lightbulb @ $4.41 --> PrestaShop deletes 1 individual lightbulb from inventory Customer buys 1 pack of 10 lightbulbs @ $40.42 -- > PrestaShop still only deletes 1 individual lightbulb from inventory Customer buys 1 pack of 50 lightbulbs @ $183.75 -- > PrestaShop still only deletes 1 individual lightbulb from inventory See what I mean? As is, it is impossible for the PrestaShop software to correctly manage stock the way you have it set up. With PrestaShop v0.9.7, you'd have to create 3 separate products (one "Individual", one "Pack of 10", one "Pack of 50") but digressive pricing (coming in next release) will allow you to do this all within one product page. As for the problem you mention, I set up a product similar to yours and ran a test, and it's working fine for me. :- Can you send me a message via my Forum IM with the URL of your site so that I can test it myself directly? Thanks in advance. Link to comment Share on other sites More sharing options...
billybulbs Posted March 11, 2008 Author Share Posted March 11, 2008 hi no problem! [...] maybe i am doing somethting wrong.. but i can't figure out what still thanks very much man! Ignacio O. Link to comment Share on other sites More sharing options...
Bruno Leveque Posted March 12, 2008 Share Posted March 12, 2008 You shouldn't provide public login/pass on the forum IM = Instant messenger (you can send message directly to forum users) I sent your access code to Peter, don't worry Link to comment Share on other sites More sharing options...
Recommended Posts