[ic] help--options from loop search

Scott Andreas interchange-users@icdevgroup.org
Mon Sep 23 14:42:01 2002


> -----Original Message-----
> From: interchange-users-admin@icdevgroup.org
> [mailto:interchange-users-admin@icdevgroup.org]On Behalf Of Scott
> Andreas
> Sent: Monday, September 23, 2002 9:28 AM
> To: Interchange Users
> Subject: [ic] help--options from loop search
>
>
> Hello List,
>
> I have a table to display the primary item and the options data
>
> My code is for the options is...
>
>   [loop
>              search="
>                       st=db
>                       fi=options
>                       co=1
>                       sf=sku
>                       se=[item-code]
>                       nu=0
>                       tf=price
>                       to=n
>                       rf=code,price,description
>                     "
>         ]
> [list]
> <tr bgcolor="[scratch color]">
> <td vAlign="top" align="center"><input type=checkbox name="mv_sku"
value="[loop-data options code]"></td>
> <td vAlign="top" align="center"><input size="3"
name="mv_order_quantity"></td>
> <td vAlign="top" align=center><font face="Verdana, Arial, Helvetica,
> sans-serif" size="1">[loop-data options description] &nbsp;[if-item-field
> platform]-&nbsp;[item-field platform][/if-item-field]</font></td>
> <td vAlign="top" align=left><font face="Verdana, Arial, Helvetica,
> sans-serif" size="1">[loop-data options price]</font></td>
> </tr>
> [/list]
> [/loop]
> As you can see for every [item-code] the table row will display
> each of the
> options
>
> My problem is that it doesn't place any options into the the cart

Add value=[item-data options code] to the checkbox  ---me so stupid.

The primary product works ok but the optional products do not

this is for the flypage verifiable at

http://store.learningservicesinc.com/cgi-bin/catalog/DAVI0015-CDBS.html

>
> IC 4.8.2
> RH 7.1
> Any help would be greatful.
>
> Thanks
>
> J. Scott Andreas :)
> IS/Programmer/WebDevelopement
> Learning Services, Inc.
> e-mail: sandreas@learningservicesinc.com
> phone: 1-800-877-9378 ext. 146
> fax: (541) 744-2056
>       ---    __o
>      ---   _-\<,_
>       --- (_)/ (_)
>
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>