{if $options!=''}

Produkt Optionen

{$product_options_javascript} {$message} {if $reedit_options} {$reedit_form} {/if}
{foreach name=outer item=options_data from=$options}

{$options_data.option_group_name}

{if $options_data.option_group_desc}
{$options_data.option_group_desc}
{/if}
{foreach name=inner key=key_data item=item_data from=$options_data.option_group_values} {$item_data.content} {/foreach}
{/foreach}
{if $smarty.const.XT_PRODUCT_OPTIONS_LIVE_CALC_TYPE == 'button'} {/if}
{if $reedit_options} {button text=$smarty.const.BUTTON_SAVE file='PO_save_.gif' type='form' onclick=$save_action btn_template='tpl_button_2.gif'} {button text=$smarty.const.BUTTON_BACK file='PO_cancel_.gif' type='form' onclick=$stop_action btn_template='tpl_button_2.gif'} {/if}
{/if}