[ic] Foundation simple option text area widget

Peter peter at pajamian.dhs.org
Thu May 30 04:45:59 UTC 2013


On 05/29/2013 11:11 PM, kerry blalock wrote:
> mv_order_Distance: Need to select Distance to wall at center  <---
> mv_order_flat_width: Need to select Flat width edge to edge  <---

That comes from this code on flypage.html:

    [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]


Try modifying that sql query above to be:
select o_group,o_label from options where sku='[item-code]' AND o_widget 
NOT IN ('text', 'textarea')


Peter



More information about the interchange-users mailing list