[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Shipping change
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