Code:
<select name="file2product"> {foreach key=key_data item=item_data from=$FILE_PRODUCTS_SELECT} <option value="{$item_data.orders_products_attributes_id}">{$item_data.products_name} </option> {/foreach} </select>
Thank you
<select name="file2product"> {foreach key=key_data item=item_data from=$FILE_PRODUCTS_SELECT} <option value="{$item_data.orders_products_attributes_id}">{$item_data.products_name} </option> {/foreach} </select>
Comment