[ic] options display in cart

Steve interchange at bojanglesdesign.co.uk
Fri Sep 9 12:03:49 EDT 2005


You need to look into the [item-options] and [table-organize] tags.

The relevant code from my basket page is:

    [if-item-field option_type eq Simple]
        [table-organize cols=1 table=' ' font="size=1" pretty=1]
            [item-options td=1 price=1 report=1]
        [/table-organize]
    [/if-item-field]

I can't remember exactly how it all works, but I seem to remember I had to
do a lot of experimenting...

Steve


on 21/8/05 8:30 pm, Olaf Kolling wrote:

> Hello,
> 
> i'm searching for a way to display different options the customer has
> choosen as indented sub-entrys for an item.
> It should look like this:
> 
> item-title sku
> quantity option price sum
> quantity option price sum
> quantity option price sum
> 
> 
> or as "real" example
> 
> pencil                 #0001
> 1 red                          0.50  0.50
> 2 blue                         0.50  1.00
> shirt                  #0002
> 2 xxl                         20.00 40.00
> 4 m                           15.00 06.00
> 2 item-without-options #0015   1.50  3.00
> 3 another-optionless   #0020   3.60 10.80
> 
> 
> Could someone please point me in the right direction...
> 
> 
> Thanks
>     Olaf Kolling



More information about the interchange-users mailing list