[Docs] New Annotation Added

Mihaela Radu m.radu@connectworld.net
Fri, 16 Mar 2001 11:30:21 -0500



    Session: kEeDoaXb
       Host: 209.3.61.118
   Referrer: http://www.akopia.com/product.html
    Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)

       Name: Mihaela Radu
    Subject: if statement for mininmum order (basket.html)
      Email: m.radu@connectworld.net
	
Comments:
I wrote a piece of code to allow customers going to the checkout page only if their order is bigger that $50, Unfortunatelly it does not work. I read the documentation, I tried many sintaxes and still not working.
Could you help me, please?

Thanks.

Mihaela 

------------------------

[if [subtotal noformat=1] > 50] 
<input type="submit" name="mv_todo" value="Check out">
&#91;else]
<font face="arial" size="-2" color="ff0000">Minimum Order: $50.00</font>
&#91;/else]
&#91;/if]