I need to display a custom price for Dealers, based on the quantity that they're going to eventually buy (they don't buy directly through the NBStore app; just look at product details and "their price).
It's a pretty complex formula so I'm thinking that I'll modify the PriceDealerCurrency_DataBinding in \NB_Store\Components\General\ProductTemplate.vb, so that the lc.Text gets the price from a custom function that I'll write.
However, I can't figure out how to obtain the Quantity field when in the PriceDealerCurrency_DataBinding
Any suggestions?
It's a pretty complex formula so I'm thinking that I'll modify the PriceDealerCurrency_DataBinding in \NB_Store\Components\General\ProductTemplate.vb, so that the lc.Text gets the price from a custom function that I'll write.
However, I can't figure out how to obtain the Quantity field when in the PriceDealerCurrency_DataBinding
Any suggestions?