I really liked the sauce. The flavours are on point and it goes well with anything. My only issue was that they use canola oil instead of extra virgin olive oil.
M
Madison
Loved it
D
DAVID MCLEOD (Inuvik, CA)
If your cooking sucks don't worry
THIS HOT SAUCE WILL UPGRADE ANYTHING YOU COOK
M
Matthew Genova (Toronto, CA)
Everyday Sauce
Excellent everyday sauce. Definitely am looking out for the hotter version
G
Gary Sabraw (Vancouver, CA)
Poirier hot sauce
we like it
K
Kyle Patriquin (Edmonton, CA)
Damn Good
Bought 2 bottles to try it which didn’t last long so I bought 5 more and will continue to do so, I wish there was a discount for buying X amount of bottles.
N
Nakita (Halifax, CA)
Flavour town!
This is so full of flavour and is a new favourite of mine! If you like garlic and mild heat, you will probably love this.
L
Len Ferry (Oakville, CA)
Not good
Taste a little like a lame Tabasco - not worth the price!
A
Ahmed Ibrahim (Ottawa, CA)
Artisan Tabasco
If you love Tabasco this is almost identical. Not strong at all
E
Evan (Toronto, CA)
Good tasting hot sauce
Tastes very similar to Franks red hot sauce. You can really taste the celery and it adds a nice touch.
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 });
}
})();