[ic] Simple Options, expired page

Steve Graham icdev at mrlock.com
Sat Apr 17 14:24:00 UTC 2010


> The missing code is removing the check_opt scratch from somewhere previous
> in the chain.
>
> -- 
> Mike Heins


the only other reference I can find for check_opt is in the flypage.html
So, are you saying this section of code needs to be removed?

   [if-item-field option_type eq Matrix]
        [set check_opt]
				&success=ord/basket
                mv_sku=mandatory Need to select an option.
        [/set]
        <input type=hidden name=mv_form_profile value=check_opt>
   [/if-item-field]

   [if-item-field option_type eq Simple]
        [seti check_opt]
			&success=ord/basket
            [query
                list=1
                sql="select o_group,o_label from options where 
sku='[item-code]'"
            ]mv_order_[sql-code]=mandatory Need to select [sql-param 
o_label]
			[/query]
        [/seti]
        <input type=hidden name=mv_form_profile value=check_opt>
   [/if-item-field]


Thanks,
Steve 




More information about the interchange-users mailing list