namegenesis Posted September 23, 2013 Share Posted September 23, 2013 How to make when customer input quantity wanted and price on product page also change. On back office, I set specific price like this: Product A Price: 200 kr Rule Combination Currency Country Group Customer Fixed price Impact From (quantity) -- All All All All All -- - 20 kr 3 -- All All All All All -- - 30 kr 5 On product page(frontend), I want to make it like this: Product A price:200 kr- When customer type value 3 in quantity wanted box, Product price will show "180kr" - When customer type value 5 in quantity wanted box, Product price will show "170kr" I can't find solution, please help me. Thank you Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted September 23, 2013 Share Posted September 23, 2013 <input id="quantity_wanted" class="input-text qty" type="text" name="qty" value="1" onchange="findCombination();getProductAttribute();" size="2" maxlength=""></input> try..or better create attributes Link to comment Share on other sites More sharing options...
namegenesis Posted September 24, 2013 Author Share Posted September 24, 2013 Thank you Jiten rash, but it doesn't work. when I change quantity to 3 in quantity box, it back to 1 again and price not change. Link to comment Share on other sites More sharing options...
The2smokers Posted December 22, 2013 Share Posted December 22, 2013 Hi, I have the same needs. Do you resolve your request? If possible can you share with me the solution? Thank you Link to comment Share on other sites More sharing options...
mighi Posted January 31, 2014 Share Posted January 31, 2014 I also have the same problem...possible solutions? Link to comment Share on other sites More sharing options...
Jan Jansen Posted February 10, 2014 Share Posted February 10, 2014 I'm looking for the same.. Any input is much appriciated !! Very weird that everything updates with attributes but not with quantity. I see it as a bug in Prestashop. 2 Link to comment Share on other sites More sharing options...
vekia Posted February 10, 2014 Share Posted February 10, 2014 i already replied in other thread, but i paste link also here http://www.prestashop.com/forums/topic/239317-change-quantity-with-buttons/ maybe it will helpful for other merchants too 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