Skip to main content

money

A money value, in the the customer's local (presentment) currency.


Tip

Use money filters to output a formatted price.


Properties

The customer's local (presentment) currency.

{
"currency": {}
}
Anchor to Referencing money objects directly

Referencing money objects directly

When a money object is referenced directly, the money value in cents is returned.

{{ product.metafields.details.price_per_100g.value }}

Output

1796
Was this section helpful?