Additional information
| Weight | 12 oz |
|---|
$('.qty-input').each(function() { total += parseInt($(this).val()); }); $('#total-bags').text(total); if (total > 0) { $('#subscription-summary-bar').show(); } else { $('#subscription-summary-bar').hide(); } if (total >= 3) { $('#shipping-prompt').html('β FREE SHIPPING ACHIEVED!'); } else { var diff = 3 - total; $('#shipping-prompt').html('Add ' + diff + ' more for FREE Shipping!'); } } // Logic to build the list of coffees they picked function buildOrderReview() { var loadoutHtml = "
$14.00
Black Ops is our Dark Roasted coffee with tasting notes of Dark Chocolate and Baking Spices. Enjoy the Dark Side of Life!
| Weight | 12 oz |
|---|