[ic] Shipping depending on quantity and price

Jerry jerry at digitalfm.com
Fri Dec 26 09:49:52 EST 2003



> -----Original Message-----
> From: interchange-users-bounces at icdevgroup.org
> [mailto:interchange-users-bounces at icdevgroup.org]On Behalf Of Stefan
> Hornburg
> Sent: Friday, December 26, 2003 9:24 AM
> To: Interchange Users
> Subject: [ic] Shipping depending on quantity and price
> 
> 
> Hello, Interchange users !
> 
> I got the following specification from one of my customers:
> 
> 1-4 items $8 then $2 a item after that
> 
> That part is pretty easy:
> 
> GNDCOM: UPS Ground
>         crit quantity
>         min  1
>         max  4
>         cost 8
> 
>         crit quantity
>         min 5
>         max 9999999
>         cost f [nitems] * 2
> 
> But additionally orders over $400 should get free shipping. 
> It is possible to express this in the shipping database
> without resort to custom tags ?
> 
> Bye
> 	Racke
 
Maybe a better job for the assign shipping tag?
Something like:

[seti isfree][subtotal noformat=1][/seti]
[if scratch isfree >= 400]
[assign shipping=0]
[/if]

The rest is already handled in your shipping file.
Just let this overide shipping on orders over $400.00
 



More information about the interchange-users mailing list