Skip to content
We Are Proudly A Canadian Company 🇨🇦 - We Offer Free Shipping Over $79* Across Canada
We Are Proudly A Canadian Company 🇨🇦 - We Offer Free Shipping Over $79* Across Canada

Country

Dure

Filters

  • Original price $180.00 - Original price $180.00
    Original price
    $180.00
    $180.00 - $180.00
    Current price $180.00

    Dure Cappuccino Foamer - 20 Bags X 500G

    Dure

    Dure Cappuccino Foamer is formulated to deliver a rich and delicious frothy topping for Caf_-style cappuccinos. It contains only the finest ingredi...

    View full details
    Original price $180.00 - Original price $180.00
    Original price
    $180.00
    $180.00 - $180.00
    Current price $180.00
  • Original price $68.00 - Original price $68.00
    Original price
    $68.00
    $68.00 - $68.00
    Current price $68.00

    Dure French Vanilla Flavoured Cappuccino Mix (6 x 907g bags)

    Dure

    Original price $68.00 - Original price $68.00
    Original price
    $68.00
    $68.00 - $68.00
    Current price $68.00
  • Original price $86.00 - Original price $86.00
    Original price
    $86.00
    $86.00 - $86.00
    Current price $86.00

    Dure Hot Chocolate Powder (12 x 907g bags)

    Dure

    Durelicious Hot Chocolate is one of the finest vending products available. It contains only the finest ingredients to ensure a rich, creamy cup ev...

    View full details
    Original price $86.00 - Original price $86.00
    Original price
    $86.00
    $86.00 - $86.00
    Current price $86.00

Compare products

0 of 3 items selected

Select first item to compare

Select second item to compare

Select third item to compare

Compare
// Tracking view_item document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll('.product-form--atc-button').forEach(button => { button.addEventListener('click', function (event) { event.preventDefault(); // Prevents the default action for debugging let product = { item_id: "", item_name: "", price: 0, currency: "CAD" }; // Push event to the dataLayer window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "add_to_cart", ecommerce: { currency: product.currency, value: product.price, items: [product] } }); console.log("đź›’ add_to_cart event pushed:", product); // Allow form submission after tracking setTimeout(() => { event.target.closest("form").submit(); }, 300); }); }); }); // begin_checkout