Cart

The cart component displays the current items the user has added to their shopping cart.

Variables

The details of each line item are available as variables in the text editor:

  • {{ cart.gross }} - The current total gross amount of the cart.

  • {{ product.name }} - The product name.

  • {{ product.price }} - The product price.

  • {{ product.quantity }} - The product quantity.

  • {{ product.sku }} - The product SKU.

Last updated