[`SKU ID`]
{if ($sku_id > 0)}{$sku_id|escape}{else}—{/if}
[`Available for purchase`]
[`Visibility in the storefront`]
{* @event backend_product_sku_settings *} {if !empty($backend_product_sku_settings)}{foreach $backend_product_sku_settings as $_}{$_}{/foreach}{/if} {* * Show weight here separately from other features. *} {if !empty($features.weight)} {$feature = $features.weight} {if empty($feature.multiple) && (strpos($feature.type,'dimension.') === 0)} {$code = 'weight'}
{$feature.name|escape}
{$code|escape}
{$units = shopDimension::getUnits($feature.type)} {if !empty($product.features[$code])}

{sprintf('[`Set this SKU weight in case it differs from the product default weight value (%s).`]', $product.features.weight)} [`Weight value will be used to calculate order shipping cost.`]

{/if}
{/if} {/if}
images) <= 1}style="display:none"{/if}>
[`SKU image`]
    {* @see js-template in Product.html template *} {foreach $product->images as $image_id => $image}
  • {/foreach}
[`Attachment`]
{if $sku_id < 0}
[`Save product information to be able to upload an attachment`]
{/if}

[`A link to download attached file will be sent to customer in the order notification email. The link will be functional only when the order is paid.`] [`Great for products that are shipped online.`]

{if count($features)>1}
[`SKU features`]

[`Defining feature values for SKUs is great for dynamic product filtering customer experience. When customer finds a product using by-feature filters, product’s default SKU will be selected according to the filter conditions.`] [`Set up types & features`]

{/if} {foreach $features as $code => $feature} {if ($code !== 'weight')} {* Weight is already shown above *} {if empty($feature.multiple)} {include file="./include.feature.html" namespace="skus[{$sku_id}]" item_features=$sku_features inline} {else}
{$feature.name|escape}
{$code|escape}
{/if} {/if} {/foreach}