Плагин "Место на складе" Для вставки в стандартный инвойс используйте пример ниже: {literal} [`ITEM #`] Склад [`DESCRIPTION`] [`QTY`] [`UNIT PRICE`] [`TOTAL`] {foreach $order.items as $item} {$item@iteration|escape} {$product = $wa->shop->product($item.product_id)} Место: {shopStocknumPlugin::helper($product.id)} {foreach $product.skus as $sku} Секция: {shopStocknumPlugin::helperSku($sku.id)} {/foreach} {$item.name} {$item.quantity|escape} {$item.price|wa_currency:$order.currency|escape} {($item.price*$item.quantity)|wa_currency:$order.currency|escape} {/foreach} {/literal}