{if !empty($features) && is_array($features)}
{if $product_has_incompatible_features_selectable}
[`Disable some SKUs in the new product editor to be able to edit them here`]
{/if}
{foreach $features as $code => $f} {/foreach}
{$features_total_count = array_product($features_counts)}
{if $features_counts} {sprintf(_w('Parameters: %s'), implode(' x ', $features_counts))} {/if}
{if $features_counts} {sprintf(_w('SKUs: %d'), $features_total_count)} {/if}
{if isset($use_product_currency)}
[`Price`]
{if $use_product_currency} {else} {if $product.currency !== null}{$product.currency}{else}{$primary_currency}{/if} {/if}
[`Purchase price`]
{$product.currency}
[`Compare at price`]
{$product.currency}

[`Base price is applied unless you override it for a particular SKU. The list of overridden SKUs is shown below. Stock level can be tracked on the level of individual SKUs only, not for the entire product.`]

{/if}
{else} {/if}