{if $options!=''} {block name="product_listing_option_template_product_options_dropdown"}
{foreach name=outer item=options_data from=$options} {if $options_data.DATA || $GM_HIDE_OUT_OF_STOCK == 'false'} {block name="product_listing_option_template_product_options_dropdown_option"}
{$options_data.NAME}:
{block name="product_listing_option_template_product_options_dropdown_select"} {/block} {$chk = false}
{/block} {/if} {/foreach}
{/block} {/if}