[`Product codes`]

{foreach $order.items_product_codes as $_item}{if $_item.product_codes}
{$_item.name|escape}
{$_item.sku_code|escape}
{for $i = 0 to $_item.expected_product_code_blocks_count-1}
{foreach $_item.product_codes as $_code}
{if !empty($_code.icon) && $_code.code_plugin_enabled} {else} {/if}
{$_code.name|escape}:
{/foreach}
{/for}
{wa_currency_html($_item.price, $order.currency)} x {$_item.quantity|escape}
{wa_currency_html($_item.price * $_item.quantity, $order.currency)}
{/if}{/foreach}
{if !empty($plugins_html)} {foreach $plugins_html as $plugin_id => $html} {$html} {/foreach} {/if}
{if empty($user_has_rights)} {else} {/if}