[ic] Problem with recalculation on checkout page

Stanley Major stanmaj37 at hotmail.com
Fri Dec 10 22:57:51 EST 2004


I'm not sure how these topics get threaded when emails are submitted, but I 
think I resolved this issue.
The [total-cost] figure in the shopping_cart had actually been correct but 
the subtotal, tax and shipping were incorrect because the location of

[if type=value term=mv_order_profile op=eq compare="cod"]
[discount ENTIRE_ORDER] $s * .98 [/discount]
[else]
[/else]
[/if]
[if type=value term=mv_order_profile op=eq compare="credit_card"]
[discount ENTIRE_ORDER] $s [/discount]
[else]
[/else]
[/if]

was just before the [total-cost] instead of before the [subtotal] - the 
calculations, I guess, are done sequentially.

Stanley Major

_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/



More information about the interchange-users mailing list