[ic] cart status

Darnell Hudson hudsondarnell43 at verizon.net
Mon Dec 1 03:21:39 UTC 2008


Davor Ocelic wrote:
> On Sun, 30 Nov 2008 17:55:33 -0800
> Darnell Hudson <hudsondarnell43 at verizon.net> wrote:
>
>   
>> What tag do you use for cart status so you want to show whether a
>> cart is empty or has
>> product, like on a side of a site
>>     
>
> 1) [nitems] displays number of items in the cart.
>
> 2) If you're using Standard demo based store, you have cart_tiny
> component in there which summarizes cart contents
> (file is /templates/components/cart_tiny)
>
> 3) You can use a special if "items" clause like this:
>
> [if items]
>  You have [nitems] items in your cart.
> [else]
>  No items in cart.
> [/else]
> [/if]
>
>
> -doc
> Thanks that works, but is there a way that you, can also show what item is the cart.
> _______________________________________________
> interchange-users mailing list
> interchange-users at icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>   




More information about the interchange-users mailing list