mideamilano Posted January 21, 2014 Share Posted January 21, 2014 Hello, I am a new user and I need help! I wish the price displayed on the tab on the product detail would change based on the amount chosen by the customer and the sum must consider any quantity discounts described under "catalog price rules" I hope you can help me thanks Link to comment Share on other sites More sharing options...
Dh42 Posted January 22, 2014 Share Posted January 22, 2014 Have you tried setting the specific price of the product as per the quantity? Link to comment Share on other sites More sharing options...
mideamilano Posted January 22, 2014 Author Share Posted January 22, 2014 Have you tried setting the specific price of the product as per the quantity? The specific prices are used by the function "catalog price rules" The problem is that the price changes in the product sheet are calculated only if an attribute has an associated price. I would need the configurator calculations based on the amount selected in addition to prices of attributes and any discounts. Link to comment Share on other sites More sharing options...
NemoPS Posted January 22, 2014 Share Posted January 22, 2014 You can try using a simple js function which gets the input number from the quantity box, multiplies it for the unit price, and changes the current price accordingly Link to comment Share on other sites More sharing options...
mideamilano Posted January 22, 2014 Author Share Posted January 22, 2014 I tried but does not Consider the discounts That I created with the "rules catalog prices" to make massive discounts other solutions to avoid creating a new configurator Link to comment Share on other sites More sharing options...
NemoPS Posted January 22, 2014 Share Posted January 22, 2014 Well, in this case have the function grab the price from the discounts table, by assigning each quantity specific price as a hidden value (or, you can display it, but you'll need to grab the float val out of the formatted price then). For example, if the table is from 2 price: 10 from 3 price: 8 from 5 price 5 Have each row have a unique id, then grab the value after price when needed Link to comment Share on other sites More sharing options...
fonteyne13 Posted October 7, 2014 Share Posted October 7, 2014 Hi Nemo, I'm having the same problem. Could you help me? This is my site: http://prestashop.kaartjespost.de-wizards.prvw.eu/geboortekaartjes/361-geboortekaartje-voertuigen.html Thanx Link to comment Share on other sites More sharing options...
Recommended Posts