I forked satchmo to get volume discounts to work properly on one of my projects. I would rather not have touched the satchmo code. Is this perhaps a common enough feature that it should be considered for inclusion in a future Satchmo release?
On Tuesday, 26 June 2012 07:40:58 UTC-4, Arun Prabhakar wrote:
Hi,
I want to give custom volume discounts based on the items in cart, I am able to do this via satchmo_cartitem_price_query signal to show related prices in the cart.
But when the order is created, the force_recalculate_total is ignoring the prices set in cart and give the default set of prices.
Is this a known bug ? or feature ?
How can I proceed?
Thanks