{if not $options} {$LABEL.lbl_prod_has_no_options} {else}
{foreach from=$variants item=variant name=variants} {foreachelse} {/foreach}
ID {$LABEL.lbl_prod_options} {$LABEL.lbl_image} {$LABEL.lbl_thumbnail}   {$LABEL.link_delete}
{$variant.id} {foreach from=$variant.options item=option} {$option.option_caption}:
{$option.var_caption}
{/foreach}
{if $variant.img}

{/if} {literal} {/literal}

{if $variant.thumb ne $smarty.const.NO_PICTURE}
{/if}
{$LABEL.lbl_sku}:
{$LABEL.lbl_weight}:
{$LABEL.lbl_stock}:
{$LABEL.lbl_pos2}:
{$LABEL.lbl_empty_list}
{if $variants}

 

{if not fn_check_admin_rights('products', 'edit_save')} {literal} {/literal} {/if} {/if}
{/if} {if fn_check_admin_rights('products', 'edit_save')} {include file="products/product_variants/product_variants_form.html"} {/if}