I purchased the Canadian Hot Ones 3 pack of sauces on a whim. Great to support a local company. Sauces are great and delivery was fast. Keep up the great work
M
Mario Woo (Thornhill, CA)
Quick safe delivery, great sauces
Very secure packaging and the sauces taste great!
K
Kenny Bonenfant (Clair, CA)
Hot Ones Hits Canadian EHdition No 1
C
Chris Lefebvre (Pointe-Claire, CA)
So perfect in every possible way. Thank you.
S
Stacey Lee-Jenkins (Ottawa, CA)
Hot Ones Hits Canadian EHdition No 1
M
Michael Cullen (Ottawa, CA)
Hot Ones Hits Canadian EHdition No 1
This site requires cookies in order to provide all of its functionality.
(function() {
var flame = document.getElementById('cart-flame');
if (!flame) return;
// Utility to trigger the flame burst
function burstFlame() {
flame.classList.remove('ignite');
// Force reflow to restart animation if triggered rapidly
void flame.offsetWidth;
flame.classList.add('ignite');
setTimeout(function() {
flame.classList.remove('ignite');
}, 900);
}
// Listen for changes to the cart count span
var cartCountSpan = document.querySelector('[data-count]');
if (cartCountSpan) {
var lastCount = cartCountSpan.textContent;
var observer = new MutationObserver(function() {
if (cartCountSpan.textContent !== lastCount) {
lastCount = cartCountSpan.textContent;
burstFlame();
}
});
observer.observe(cartCountSpan, { childList: true, subtree: true });
}
})();