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

Catering Line Crinkle Spoon

Original price $3.25 - Original price $3.25
Original price
$3.25
$3.25 - $3.25
Current price $3.25

The Catering Line Crinkle Spoon is a uniquely designed utensil perfect for adding flair to your table setting or catering event. Its crinkle design not only stands out aesthetically but also provides a better grip and control for serving various dishes.

Key Features:

  • Unique Crinkle Design: The wavy, crinkled shape adds a modern touch to your cutlery collection, making it visually appealing and functional.
  • Durable Construction: Made from high-quality stainless steel, ensuring longevity and resistance to tarnishing or bending.
  • Comfortable Grip: The crinkle design improves grip, allowing for easier handling when serving or stirring.
  • Versatile Use: Ideal for both formal events and casual dining, suitable for use with various dishes such as salads, desserts, or sauces.
  • Easy to Clean: Dishwasher-safe, making cleanup simple and hassle-free.

The Catering Line Crinkle Spoon is perfect for those looking to add a stylish yet practical touch to their dining setup.

Compare products

{"one"=>"Select 2 or 3 items to compare", "other"=>"{{ count }} 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: "7695544779004", item_name: "Catering Line Crinkle Spoon", price: 3, 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