Gossamer Forum
Home : Products : Links 2.0 : Customization :

wow, one look and i solved it?

Quote Reply
wow, one look and i solved it?
I just noticed what I could do upon postin the last message. This shoud do it I guess..

Code:
<%if Quantity > '10'%>
<%Quantity%>
<endif%>
<%if Quantity == '10'%>
<%Quantity%>
<%endif%>
<%if Quantity < '10'%>
We have a short supply of this product, please contact our sales staff....
<%endif%>

Does this seem right? Is there a simpler way to do this within templates? Or another way?

Thanks,
Ian


Quote Reply
Re: wow, one look and i solved it? In reply to
Whatever works...

BTW: I just answered your duplicate Topic.

Wink

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.
Quote Reply
Re: wow, one look and i solved it? In reply to
Ooops,
Posted a new thread rather than replying to my other one. Time to step back from the desk Wink.

Anyhow if anyone is interested, this thread began here http://www.gossamer-threads.com/...um3/HTML/005743.html

Thanks
Ian