[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Was: Multiple Sizes/Prices and Inventory
Actually I've been able to change the widget value either via the UI or
MySQL directly. The solution you have utilizes a simple as opposed to a
matrix type option. The difference is with the matrix option you have
separate
inventory records for each size while with simple there is only one
inventory
record. But I appreciate the help.
Anyone know where the code is that generates the html for flypage.html
so I can debug directly what is going on with this one ? It seems to be
able
to pull multiple associated records into a single select type widget but
ignores
other widget types when defined as a matrix.....
Thanks Everyone !!
Jon
Chris Chaney wrote:
> Solution:
>
> The last e-mail I posted may not have helped. Here is a snippet from my
> options table. Here's a link because email proggys screw them up (it is
> tab deliminated...
>
> http://www.fashionfantasies.net/temp/options_example.txt
>
> The product:
> http://www.fashionfantasies.net/shop/ff/2836.html
>
> Hope this helps...
> It works and prints them out in radio...easy for the user to see what
> colors/sizes they can choose from..
>
> Chris
>
> -----Original Message-----
> From: interchange-users-admin@icdevgroup.org
> [mailto:interchange-users-admin@icdevgroup.org] On Behalf Of Chris
> Chaney
> Sent: Saturday, July 06, 2002 12:23 PM
> To: interchange-users@icdevgroup.org
> Subject: RE: [ic] Was: Multiple Sizes/Prices and Inventory
>
> You can't change this through the UI. You have to edit the options
> table directly, edit the o_widget field of the respective product to say
> radio, select, or text. If you haven't created an option record for the
> product you are entering you'll have to do that first. I haven't tried
> using a checkbox.
>
> Chris
>
>