Menu Close

Get Support From ShopWired Close

All systems fully operational

Subscribe To Updates
Prefer To Live Chat? Chat directly with ShopWired support Quickest response time
Send A Message
Response within 24 hours

Menu Close

You are viewing legacy help guides for the old ShopWired interface. Visit the new help centre at https://help.shopwired.io for the latest help information.
Menu

Currency

Currencies are enabled with the currency APP.

The currency object has the following attributes:

currency.id

Returns the id of the currency.

Use the currency_url function to return a URL which allows the user to change the currency, e.g.

{{ currency_url(currency.id) }}

currency.name

Returns the name of the currency (a 3 letter currency code, e.g. USD or GBP).


currency.symbol

Returns the HTML code for the currency symbol. Use the raw filter to escape the output.