Jump to content

automatic change in price


Recommended Posts

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

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

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

  • 8 months later...
×
×
  • Create New...