Cart total: {cart.total}
-- Customer name: {customer.firstName} {customer.lastName} -
-Currency: {currency}
-Locale: {locale}
-Cart total: {{ cart.total }}
-Customer name: {{ customer.firstName }} {{ customer.lastName }}
-Currency: {{ currency }}
-Locale: {{ locale }}
-