[ic] handling charges

Matthew Dell mdell at inthesuntech.com
Wed Feb 6 14:03:26 EST 2008


I have been trying to set a handling charge depending on how many items are
in the cart.  But when I set 

[if]
[item-quantity > 4]
[assign handling="20.00"]
[else]
[tmp my_handling]5[/tmp]
[tmp][perl]
$Scratch->{"total_handling"} = $Scratch->{"my_handling"} * $Items ;
[/perl]
[/tmp]            
            
[assign handling="[scratch total_handling]"]
[/else]
[/if]

It doesn't work and I cannot figure out why.  I did set [assign
handling="20.00"] without the other stuff, but that would not add into the
order total.

There are really two issues, getting the handling charge to calculate and
adding the handling charge to the order total.

Any suggestions are appreciated.

Thanks

M Dell
Orlando, FL
mdell at inthesuntech.com
http://www.inthesuntech.com




More information about the interchange-users mailing list