Subtotal

Location

Find the section that contains the subtotal. This section will include the subtotal price (see above) and, typically, the word "Subtotal" or "Total". The exact html varies per theme. To hide the subtotal section when the promotion summary is displayed, the subtotal section must be marked. The subtotal price must also be marked.

Snippet

Use the following class to mark the subtotal section:

limoniapps-discountninja-cart-subtotal

Use the following class to mark the subtotal price:

limoniapps-discountninja-cart-subtotal-price

Example

<div class="other classes limoniapps-discountninja-cart-subtotal">
  ... Total ...
  <div class="other classes limoniapps-discountninja-cart-subtotal-price">
  ... {{ cart.total_price }} ...
  </div>
</div>

Last updated