Ga naar inhoud

Je winkelwagen

slashcheckout.com
05/09/25 10:21

Je winkelwagen is leeg

qty
Items
price
*************************************************
close cart[X]
LoginLogin
  • Home
  • Start a project
  • About
Winkelwagen

Let’s connect
& collaborate

  • Send an email>
  • Book a call>
  • Connect on LinkedIn>

/checkout

Copyright © SlashCheckout  2024

Terms and conditions

{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}

{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}

{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}

{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}

{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}

{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}
{% paginate collection.products by 10 %}
  {% for product in collection.products %}
    <div class="product">
      <h2>{{ product.title }}</h2>
      <p>{{ product.price | money }}</p>
    </div>
  {% endfor %}
  {% if paginate.next %}
    <a href="{{ paginate.next.url }}">Next page</a>
  {% endif %}
{% endpaginate %}<div class="dynamic-content">
  {% for vendor in shop.vendors %}
    <h3>Vendor: {{ vendor }}</h3>
    {% assign vendor_products = collections.all.products | where: "vendor", vendor %}
    <ul>
      {% for product in vendor_products %}
        <li>{{ product.title }} - {{ product.price | money }}</li>
      {% endfor %}
    </ul>
  {% endfor %}
</div>{% unless cart.empty %}
  <div class="cart-summary">
    <h3>Your Cart</h3>
    {% for item in cart.items %}
      <p>{{ item.product.title }} (x{{ item.quantity }}) - {{ item.line_price | money }}</p>
    {% endfor %}
    <p>Total: {{ cart.total_price | money }}</p>
  </div>
{% else %}
  <p>Your cart is empty!</p>
{% endunless %}