[ic] Minimum Order Quantity

Ed LaFrance interchange-users@lists.akopia.com
Mon Jul 30 12:22:01 2001


At 05:53 PM 07/29/2001 -0600, you wrote:

>In one of my shopping carts, we require a minimum order of $10.00.  Any
>suggestions on an easy way to ensure the cart has at least $10.00 worth of
>product in it?  Perhaps even just a message that occurs saying basically
>'your order is not $10.00 or over, you will still be charged a $10.00
>minimum for this order'... That kind of thing.
>
>I'm thinking out loud a bit here, but Iw as wondering if anybody had done
>something like this?
>
>Thanks!
>Jillian

You could put something like this on the checkout page:

[if type=explicit compare="[calc][subtotal noformat=1] < 10[/calc]"]
         Your order is less than $10.00. You will be charged a $10.00
         minimum for this order.
[/if]

That takes care of the message.  To adjust the actual order total to 
reflect this total, take a look at the [assign] tag (IC 4.7 only).

- Ed L.



>==

New Media E.M.S.               Software Solutions for Business
463 Main St., Suite D          eCommerce | Consulting | Hosting
Placerville, CA  95667         edl@newmediaems.com
(530) 622-9421                 http://www.newmediaems.com
(866) 519-4680 Toll-Free       (530) 622-9426 Fax
===============================================================