[ic] discount & salestax

Steve Bourg interchange-users@interchange.redhat.com
Fri Sep 7 23:49:14 2001


Hey All, for some reason the sales tax on orders is not adjusting when I
use the discount tag (it does accurately reflect the non-discounted
subtotal and my tax rate).  The discount is reflected on the subtotal of
the checkout page and the receipt.  I'm using Interchange 4.6.5.

Here's the syntax I'm using in the [perl] tag to discount my
order: $Tag->discount('ENTIRE_ORDER', '$s - 10');

Manual adjustment of the sales tax does not seem to take effect
either: $Tag->assign({salestax => 2.99, });

Any suggestions?

Steve Bourg