Skip to main content

Store credit account balance now available in Liquid

You can now remind customers of their store credit balance by displaying it on the storefront using the new store credit account object. This object can be accessed through the store_credit_account property of the customer object.

To display the customer's store credit balance in the current context, use the following Liquid expression: {{customer.store_credit_account.balance | money_with_currency}}.

Learn more about using store credit in Liquid.

Was this section helpful?