[ic] Error in tax field

David Etheredge interchange-users@icdevgroup.org
Mon Jul 22 13:47:03 2002


Thanks Mike,

I am not sure why, but it did not work. Applied changes after corrections.

David


>Quoting David Etheredge (cpu.dave@att.net):
>> I have to charge taxes for the state of AL, but when someone orders from
>> ALberta, Canada or the AL province in Norway, ... The system also charges
>> tax.
>> Does anyone have a quick fix for this?
>>

>Sure.

>In catalog.cfg:

> SalesTax  tax_area

>At top of checkout page and order profiles:

> [if value country eq US]
>    [value name=tax_area set="[value state]" hide=1]
>[else]
>[/else]
>  [value name=tax_area set="" hide=1]
>[/if]

>--
>Mike Heins