[`Currencies`]

[`Currencies`]
{foreach $currencies as $currency} {/foreach} {capture "template-new-currency"}{literal} {/literal}{/capture} {if !empty($rest_system_currencies)} {/if}
{$currency.title} {$currency.sign} {if $currency.code == $primary} [`Primary currency`] {else} 1 {$currency.code} = {$currency.rate} {$primary} {/if} {if $currency.code != $primary} {/if}

[`Maximum available rounding precision is to nearest 0.01.`]
[`“Not round” option is not available by default, unless enabled in user configuration.`]

[`Rounding`]
[`Product prices`]
[`Order discount adjustment`]

[`When it is impossible to equally distribute the discount amount across all order items,`]

{if $discount_distribution == 'increase_discount_no_rounding'}
{/if}
{if $discount_distribution == 'split_order_item_with_rounding'}
{/if}
{* dialogs section *} {$convert_text = "[`Convert product prices (%d) to the new primary currency (%s) according to the current exchange rate (%s)`]"} {$convert_text = $convert_text|replace:"%d":$product_count}

[`Change primary currency`] ({$primary})

[`New primary currency`]
{if $product_count > 0}
[`Convert prices`]
{/if}
{$wa->csrf()} [`or`] [`cancel`]
{* js templates block*} {foreach $smarty.capture as $template => $template_content} {if $template_content && (strpos($template, 'template-')===0)} {/if} {/foreach}