[`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`]
[`Rounding is always applied when product price is converted to storefront currency, if rounding is enabled for that currency.`]
[`If checked, service cost in newly placed orders will be rounded according to order currency settings.`]
[`If checked, total discount amount of new orders will be rounded according to order currency settings.`]
[`If checked, shipping cost of new orders will be rounded according to order currency settings.`]
[`Product prices`]
[`Order discount adjustment`]
[`When it is impossible to equally distribute the discount amount across all order items,`]
[`The discount will be increased, and the order total will be reduced, by a minimum amount necessary for correct discount distribution across order items.`] [`To set a certain rounding precision for the discount adjustment amount, enable rounding for the total discount amount and select the desired rounding precision for the currencies, in which you receive orders, in their settings on this page.`]
{if $discount_distribution == 'increase_discount_no_rounding'}
[`The discount will be increased, and the order total will be reduced, by a minimum amount necessary for correct discount distribution across order items.`] [`Order currency rounding settings are not applied as when rounding to 0.01 is selected.`]
{/if}
[`One of order items will be split into two separate items.`] [`The price of a new order item will differ by one cent.`]
[`This option is not available for multi-step checkout.`]
{if $discount_distribution == 'split_order_item_with_rounding'}
[`One of order items will be split into two separate items.`] [`The price of a new order item will differ by a minimum amount, depending on the order currency rounding settings.`] [`This option is not available for multi-step checkout.`]
{/if}
{$wa->csrf()}
{* 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}
{* js templates block*} {foreach $smarty.capture as $template => $template_content} {if $template_content && (strpos($template, 'template-')===0)} {/if} {/foreach}