[ic] Adding handling charges

Bob Puff at NLE bob at nleaudio.com
Tue Apr 26 22:46:43 EDT 2005


Hi,

I'm trying to add extra handling fees for certain products.  Referencing the docs, I found this:

> To only process a handling charge once, do the following:
> 
>    [item-list]
>    [if-item-field very_heavy]
>    [perl values]
>        return '' if $Values->{mv_handling} =~ /very_heavy/;
>        return "<INPUT TYPE=hidden NAME=mv_handling VALUE=very_heavy>";
>    [/perl]
>    [/if-item-field]
>    [/item-list]

1. Where does this code go?
2. In this example, do I need to create another column in the products database called "very_heavy"?

Bob



More information about the interchange-users mailing list