[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ic] Adding handling charges


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

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.