[ic] No shipping cost for one item?

Joshua Lavin joshua at kingdomdesign.com
Wed Dec 10 08:09:36 EST 2003


On Wednesday, December 10, 2003, at 06:37  AM, Kaleb Kelly wrote:

> Hi,
> Im trying to make one item (only) not include shipping costs. I carnt 
> seem to
> think of / find a solution.
>
> Shipping is calculated by price.
>
> Thanks in advance for any help.
>
> Kaleb Kelly,
> Zeald Ltd.
> http://www.zeald.com

I'm doing free shipping on one item by checking for that item on the 
checkout page, and if ordered, erasing the shipping, but only if they 
haven't selected a faster shipping method (my default is 'flat'). It's 
pretty limited, but here's the code:

[if ordered 1003227]
[and value mv_shipmode eq "flat"]
   [assign shipping=0.00]
[else]
   [assign clear=1]
[/else]
[/if]

Josh



More information about the interchange-users mailing list