Kinda hot, really tasty, pour it on anything. One bottle won’t last too long!
J
John Green (Bay de Verde, CA)
I would also give the same rating to the Chipotle version. They are both excellent products. They are flavourful, not too sweet and just enough heat for me.
c
christian lamothe (Trois-Rivières, CA)
What a great supprise!!
I order the Habanero and Chipotle ketchup with the Habanero Mustard....well well...burgers and hot dog are not the same now...really grat products!!! Proud to see canadian Products so damn good!
k
kevin scott (Gander, CA)
new adventure
This is a great sauce, good with most meals and very flavouful
I
Igor Chudyk (Hamilton, CA)
Great customer service
Love the fact that we can get Melinda products from a Canadian store. CC’s website ordering page was flawless and easy. Even got a personal phone call to confirm our address. Received our order on time and intact.
Cheers Chilly Chiles!
s
stassy (Mountain Grove, CA)
Favourite Ketchup
I love this ketchup but have been unable to find it in Canada until I discovered that Chilly Chiles carried it.Also to my delight I could buy it on line and it was delivered super quickly to my door.Great ketchup and great speedy service-thanks.
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 });
}
})();