Menu Close

Get Support From ShopWired Close

All systems fully operational

Subscribe To Updates
Prefer To Live Chat? Chat directly with ShopWired support Available from 8.00am to 6.00pm (EST) Quickest response time
Send A Message
Response within 24 hours

Menu Close

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.