Snipcart for Statamic
  • Overview
  • Getting Started
    • Installation
    • Configuration
    • Commands
  • Templating
    • Basics
    • Tags
      • Snipcart
      • Currency
      • Length
      • Weight
    • Modifiers
  • Customization
    • Blueprints
    • Translations
  • Advanced
    • Snipcart API
    • Snipcart Webhooks
Powered by GitBook
On this page
  • Code
  • Name
  • Symbol

Was this helpful?

  1. Templating
  2. Tags

Currency

Output data of the currency defined in the config.

Code

The code of the currency, e.g. USD.

{{ currency:code }}

Name

The name of the currency, e.g. US Dollar.

{{ currency:name }}

Symbol

The symbol of the currency, e.g. $.

{{ currency:symbol }}
PreviousSnipcartNextLength

Last updated 4 years ago

Was this helpful?