[ic] Interchange color/size/etc options.

Steve Graham icdev at mrlock.com
Wed Apr 8 00:27:53 UTC 2009


> Log files say (even after I created the "options" table):
>
> <SNIP a bunch of IP/date/path/etc data>  Safe: No options db? at (tag
> 'cgi') line 4.
>>
>>
>>         $id = $CGI->{item_id};
>>
>>         my $db = $Db{$CGI->{mv_data_table}}
>>                 or die "No options db?";
>>
>>         $CGI->{ui_data_fields} = 'code products:description o_enable
> o_matrix o_modular';
>>         if($db->record_exists($id) and $db->field($id, 'o_modular')) {
>>                 $CGI->{ui_data_fields} .= ' sku o_master';
>>                 $CGI->{ui_options_modular} = 1;
>>         }
>>         return;
>>

this may be getting a little deep for me, but you did restart or apply 
changes after creating table?

Steve 




More information about the interchange-users mailing list