Collection: Products

89 products
  • TOOTSIE CARAMEL APPLE POPS
    Regular price
    $2.99
    Sale price
    $2.99
    Regular price
    Unit price
    per 
    Sold out
  • TWISTED THAI CURRY
    Regular price
    from $5.75
    Sale price
    from $5.75
    Regular price
    Unit price
    per 
    Sold out
  • WAR HEADS FREEZIES
    Regular price
    $3.99
    Sale price
    $3.99
    Regular price
    Unit price
    per 
    Sold out
  • WAR HEADS SOUR TAFFY - ORIGINAL
    Regular price
    $3.75
    Sale price
    $3.75
    Regular price
    Unit price
    per 
    Sold out
  • WAR HEADS SOUR TAFFY - TROPICAL FUSION
    Regular price
    $3.75
    Sale price
    $3.75
    Regular price
    Unit price
    per 
    Sold out
  • WARHEADS LIL WORMS NEW SOUR FRUITY FLAVOURS
    Regular price
    $3.25
    Sale price
    $3.25
    Regular price
    Unit price
    per 
    Sold out
  • WARHEADS SOUR JELLY BEANS
    Regular price
    $3.25
    Sale price
    $3.25
    Regular price
    Unit price
    per 
    Sold out
  • WHITE CHEDDAR
    Regular price
    from $5.75
    Sale price
    from $5.75
    Regular price
    Unit price
    per 
    Sold out
  • WHOPPERS
    Regular price
    $3.99
    Sale price
    $3.99
    Regular price
    Unit price
    per 
    Sold out
script> function hulkappsCheckoutClick() { return false; } (function() { //Polyfill for endsWith - starts if (!String.prototype.endsWith) { String.prototype.endsWith = function(search, this_len) { if (this_len === undefined || this_len > this.length) { this_len = this.length; } return this.substring(this_len - search.length, this_len) === search; }; } //Polyfill for endsWith - ends var cartForms = []; var formsInPage = document.querySelectorAll('form'); if(formsInPage) { for(var i = 0; i < formsInPage.length; i++) { if( (formsInPage[i].method === 'post') && (formsInPage[i].action.endsWith('/cart') || formsInPage[i].action.endsWith('/cart/') || formsInPage[i].action.indexOf('/cart?') > -1) ) { cartForms.push(formsInPage[i]); } } } if(cartForms.length) { var checkoutButton1 = cartForms[0].querySelector("button[name='checkout'][type='submit']"); if(checkoutButton1) { checkoutButton1.disabled = true; } else { checkoutButton1 = cartForms[0].querySelector("input[name='checkout'][type='submit']"); if(checkoutButton1){ checkoutButton1.disabled = true; } } if(cartForms.length > 1) { var checkoutButton2 = cartForms[1].querySelector("button[name='checkout'][type='submit']"); if(checkoutButton2) { checkoutButton2.disabled = true; } else { checkoutButton2 = cartForms[1].querySelector("input[name='checkout'][type='submit']"); if(checkoutButton2){ checkoutButton2.disabled = true; } } } } })();