[ic] Shipping change

Mark Lehrer interchange-users@interchange.redhat.com
Thu May 30 10:29:01 2002


Hello.  I'm trying to set up our shipping so that if the weight is 0,
it will not show the shipping pull-down at all - instead it will set a
hidden variable to the shipping method used to handle 0 weight items
(no shipping!).  What is the easiest way to do this?

In the checkout page there is simply a [shipping] tag.  Is there a
way to do something like this around the whole table row:

[if order_weight]
 ... shipping stuff ...
[/if]

Thanks,
Mark