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
  • Abbreviation
  • Singular Name
  • Plural Name
  • Name

Was this helpful?

  1. Templating
  2. Tags

Weight

Output data of the weight unit defined in the config.

Abbreviation

The abbreviation of the weight unit, e.g. kg.

{{ weight:short }}

Singular Name

The singular name of the weight unit, e.g. Kilogram.

{{ weight:singular }}

Plural Name

The plural name of the weight unit, e.g. Kilograms.

{{ weight:plural }}

Name

Automatically get the singular or plural name of the weight unit according to the product's weight, e.g. Kilogram/Kilograms.

{{ weight:name }}
PreviousLengthNextModifiers

Last updated 4 years ago

Was this helpful?