Shop: Cart

Team silver

Item Key
6d3e86b06de4833adcc2d5553b8352f8
Product Id
151
Line subtotal
80
Line tax
0
Line subtotal tax
0
Line total
80
Product data:

Product name: Team silver

Id #151

Page markup

  <Loop type=woo_cart>
    <Loop type=woo_product id="{Field product_id}">
      <If field="image" >
        <div class="d-block"><Field image class="product-image-insert"/></div>
        <Else/>
        <img style="margin-right: 20px;" class="d-block" width="100" src="/assets/loops-and-logic-logo.png" />
      </If>
      <h4><Field title /></h4>
    </Loop>
    <dl>
      <dt>Item Key</dt><dd><Field key /></dd>
      <dt>Product Id</dt><dd><Field product_id /></dd>
      <dt>Line subtotal</dt><dd><Field line_subtotal /></dd>
      <dt>Line tax</dt><dd><Field line_tax /></dd>
      <dt>Line subtotal tax</dt><dd><Field line_subtotal_tax /></dd>
      <dt>Line total</dt><dd><Field line_total /></dd>
      <dt>Product data:</dt>
      <dd>
        <Loop field=data >
          <h4>Product name: <Field name /></h4>
          <h4>Id #<Field id /></h4>
        </Loop>
      </dd>
    </dl>
  </Loop>