{if !empty($features)}
[`Pricing & availability`]
{foreach $features as $code => $f} {/foreach}
{$features_total_count = array_product($features_counts)}
{if $features_counts} {implode(' x ', $features_counts)} {_w('option', 'options', $features_total_count)} {/if}
{if $features_counts} {_w('%d SKU in total', '%d SKUs in total', $features_total_count)} {/if}
{if isset($use_product_currency)}
[`Base 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. A list of overrided SKUs is shown below. Stock level can be tracked on the level of individual SKUs only, not for the entire product.`]

{/if}
{else} {/if}