Checkout variables allow you to display actual numeric values in place of string variables. If you’re familiar with programming, it’s essentially string interpolation. You can achieve this by wrapping the String variable in curly braces. The checkout variables available are:

  • cartTotal: for displaying the current cart total.
  • targetRemainder: to display the remainder amount needed to reach a target amount.

Articles

How can we help?