[ic] No shipping for dealers?

Peter N. interchange at framework.ws
Fri Jul 30 15:34:27 EDT 2004


Greetings,

I have the following code which makes it so that there is no sales tax 
for dealer accounts.  Can I do something similar so that shipping is 
also not charged for dealer accounts?  I tried adding

$Config->{Shipping} = ' ';

but it didn't have the desired effect (or any, for that matter).

Thank you,

Peter

------------------------------------------------

UserDB    default    ignore_case     1
AutoLoad <<EOF
[calc]
         if ($Scratch->{dealer}) {
                 $Config->{SalesTax} = ' ';
         }
         return;
[/calc]
EOF


More information about the interchange-users mailing list