
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] [if]problems, strange user id-s, an gift certs
At 05:23 PM 08/23/2001 +0200, you wrote:
>HI everyone!
>
>3 problems this time:
>1. when setting an [if] clause for display of number of products in cart:
>
> [if nitems = = 1]
> product<br>
> [else]
> products<br>
> [/else]
> [/if]
>
>I always get product, even if i've got >1 products in my cart. Any ideas?
'nitems' is not a valid type for if, as far as I know. Try this:
[if items][then]
[if type=explicit compare="[calc][nitems] > 1[/calc]"]
products<br>
[else]
product<br>
[/else]
[/if]
[/then]
[else]
no products<br>
[/else]
[/if]
- Ed L.
>2. When adding a user in the customer part of "foundation", everything goes
>ok, the new user is created and logged in. However it is created under
>user-id not specified by me, but something like: U00001 -U00002 - U00003 -
>U00004 etc.
>
>3. Nothing really happens when I buy a gift cert - no code is generated, no
>message. Even if it was - how would I redeem a gift cert?
>
>Looking fwd to your replies folks,
>Regards,
>Luki Znaniecki
>
>_______________________________________________
>interchange-users mailing list
>interchange-users@interchange.redhat.com
>http://interchange.redhat.com/mailman/listinfo/interchange-users
===============================================================
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
===============================================================
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users