Hi,

In my templates I use {% url satchmo_smart_add %} to make an ajax
request. And it works well and returns details of product and cart as
below:

{"results": "ok", "item_qty": "3", "name": "bla bla", "item_id": 2,
"cart_total": "$18.00", "cart_count": "14", "id": 1, "item_price":
"$3.00"}

As you see added item's price is $3.00 with an 50% discount. Original
price is $6.00 I added 3 of this item.

3 x $3.00 = $9.00

But as you see, the returned value of cart_total is $18.00 which was
calculated based on orginal price. But i need cart total based on
discounted price.

What should I use instead of  {% url satchmo_smart_add %}  or how can
i hack it?

Thanks..

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to