[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] shipping question
On Fri, 2002-08-02 at 18:06, AirDelights.com wrote:
> I'm setting up an interchange store that has a flat fee of $7 per order for
> shipping and was wondering if it would be possible to set up the interchange
> store to automatically change the flat shipping fee of $7 to $0 if the
> subtotal of an order is over a certain amount, say $100?
>
> if it's possible, how would it be done?
>
> thank you!!
>
The best way would be to setup your shipping.asc to handle the situation
when the amount is over 100 and set shipping to zero cost. Examine the
Interchange database docs for more info on shipping.
Another, more crude way, would be something like this.
(caution not checked for syntax errors)
[if items]
[then]
[item-list]
[tmp shipping_cost][shipping noformat=1][/tmp]
[if scratch shipping_cost > 100]
[assign shipping=0]
[/if]
[/item-list]
[/then]
[/if]
--
- - -- ---- ----------------------------------------- --- -- - -
Marty Tennison The Sediva Company
email: marty@sediva.com
web: www.sediva.com
phone: +1-866-473-3482
fax: +1-775-256-4660
- - -- ----
-------------------------------------------------------------- --- -- -
-