[`Loading`]
{capture name="template-order-product-img"} {literal} {% if(o.url){ %}{% } else { %}{% } %} {/literal} {/capture} {capture name="template-order"} {literal} {% var options = o.options || {}; %} {% var product = o.data.product; %} {% var sku_ids = o.data.sku_ids; %} {% var index = options.index || '0'; %} {% var sku_count = $.shop.helper.size(product.skus); %} {% var chosen_sku_id = product.sku_id; %} {% var currency = options.currency; %} {% var product_sku = null; %} {% var stocks = o.options.stocks || {}; %} {% include('template-order-product-img', { url: product.url_crop_small }); %} {%=product.name%} {%#product.price_str%} {% if (sku_count == 1) { %} {%#product.icon%} {% } else { %} {%#product.icon%} {% } %} {% if (sku_count > 1) { %}

{% } else { %} {% product_sku = product.skus[product.sku_id]; %} {% } %} {% if (!$.isEmptyObject(product.services)) { %}

{% include('template-order-services', { services: product.services, service_ids: o.data.service_ids, options: options }); %}

{% } %} × {% include('template-order-stocks-add', { sku: product_sku, stocks: stocks, index: index }); %} {% if (!options.price_edit) { %} {%#product.skus[chosen_sku_id].price_str%} {% } else { %} {%#currency%} {% } %} {/literal} {/capture} {capture name="template-order-stocks-edit"} {literal} {% var sku = o.sku; %} {% var stocks = o.stocks; %} {% var item_id = o.item_id; %} {% if (sku && !$.isEmptyObject(sku.stock)) { %} @ {% } else { %} {% } %} {/literal} {/capture} {capture name="template-order-stocks-add"} {literal} {% var sku = o.sku; %} {% var stocks = o.stocks; %} {% var index = o.index; %} {% if (sku && !$.isEmptyObject(sku.stock)) { %} @ {% } else { %} {% } %} {/literal} {/capture} {capture name="template-order-services"} {literal} {/literal} {/capture} {* js templates block*} {foreach $smarty.capture as $template => $template_content} {if $template_content && (strpos($template, 'template-')===0)} {capture name=$template}{/capture} {/if} {/foreach}