{** /Options exceptions section **} {capture name="mainbox"}
{include file="common_templates/pagination.tpl"} {$lang.text_exception_note} {if $exceptions}
{foreach from=$exceptions item="i"} {/foreach}
{$lang.combination}
{foreach from=$i.combination item="c" key="k"} {if ($product_options.$k.option_type == "S") || ($product_options.$k.option_type == "R") || ($product_options.$k.option_type == "C")} {/if} {/foreach}
{$product_options.$k.option_name}: {if $product_options.$k.option_type == "C"} {if ($c=='-2')}- {$lang.disabled} - {elseif ($c=='-1')}- {$lang.disregard} - {else}[{if $product_options.$k.variants.$c.position == "1"}{$lang.yes}{else}{$lang.no}{/if}]{/if} {else} {if ($c=='-2')}- {$lang.disabled} - {elseif ($c=='-1')}- {$lang.disregard} - {else}{$product_options.$k.variants.$c.variant_name}{/if} {/if}

{include file="common_templates/pagination.tpl"} {if 'manage_catalog'|fn_check_privileges:true} {include file="buttons/delete_selected.tpl" but_onclick="javascript:fn_delete_selected('product_options_form','delete', false, 'delete_checkbox', '$action_name');"} {/if} {/if}

{include file="common_templates/subheader.tpl" title=$lang.add_new_combination}
{foreach from=$product_options item="option" name="add_inv_fe"} {/foreach}
{$option.option_name} {if $option.option_type == 'C' } {else} {/if}
{include file="buttons/multiple_buttons.tpl" item_id="new_item"}

{if 'manage_catalog'|fn_check_privileges:true} {include file="buttons/add_new.tpl" but_onclick="javascript: document.product_options_form.submit();"} {/if}
{/capture} {include file="common_templates/mainbox.tpl" title=$lang.exceptions content=$smarty.capture.mainbox} {** /Options exceptions section **}