Coming Back Soon
Product: Certified Angus Beef Ribeye steak Brand: Certified Angus Beef® Description: This boneless Certified Angus Beef® ribeye steak is rich, tender, juicy and full-flavoured, with marvellous marbling throughout. Ribeye tastes best when cooked to just the right degree of juiciness,...
Coming Back Soon
Product: Certified Angus Beef® Rib Cowboy Steak Brand: Certified Angus Beef® Description: Rich, juicy and very flavorful, with generous marbling throughout. A cowboy steak has a short frenched bone; the tomahawk, a long frenched bone. Weight: 14oz Approx Packaging: 14oz Approx x...
Coming Back Soon
Name: Ribeye Boneless Lip-On 112A Brand: Certified Angus Beef® Description: A rib roast without the bones. Rich, beefy flavour; juicy and tender with generous marbling throughout. Weight: Approx 6kg Packaging: 6kg x 1 Status: Chilled Origin: USA Code: 37743
Coming Back Soon
Product: Ground BeefBrand: Certified Angus Beef®Description: This 81/19 CAB Ground chuck is perfect for making Hamburger patties, meat sauces, meatballs, Meatloaf, or any recipe calling for premium American ground beef.Weight: 4.54kgPackaging: 4.54kg x 1Status: FrozenOrigin: USACode: 37486
Coming Back Soon
Name: Beef BrisketBrand: Certified Angus Beef® Description: Brisket is a beef cut from the breast section of the animal. Brisket performs best when it is slow-cooked or braised. It is the perfect cut to slice and pile into sandwiches, sliders or serve on its...
Coming Back Soon
Product: Chilled Certified Angus Beef® Tenderloin Brand: Certified Angus Beef® Description: The most tender beef, which is lean, succulent and elegant, with a mild flavor. Weight: Approx. 2.5 kg Status: Chilled Origin: USA Product Code: 38337
Coming Back Soon
Product: Chilled Certified Angus Beef® Striploin Boneless Brand: Certified Angus Beef® Description: Steak that offers lean, well-flavoured and moderately tender beef at an affordable everyday price. Convenient and great value with no bones and little fat. Versatile, juicy and delicious. Weight:...
Coming Back Soon
Product: Chilled Certified Angus Beef® Picanha Brand: Certified Angus Beef® Description: Picanha steak is one of the most flavorful cuts of beef you will find. Also known as the sirloin cap, picanha has a generous layer of fat, bringing forth an amazing flavour...
Coming Back Soon
Product: Certified Angus Beef® Inside Skirt 121DBrand: Certified Angus Beef®Description: Skirt Steak—a thin, flavourful cut that's best when marinated and seared over high heat. Boasts deep, rich, beefy flavour. Best when marinated before grilling; when slicing, cut against the grain Size: 900gPackaging:...
Coming Back Soon
Product: Chilled Certified Angus Beef® Inside Skirt Description: Boasts deep, rich, beefy flavour. Best when marinated before grilling; when slicing, cut against the grain. Weight: 5 kg approx Status: Chilled Origin: USA Product Code: 38336
' + html + '
'; switch (_config.feedbackPosition) { case 'aboveForm': $addToCartForm.before(feedback); break; case 'belowForm': $addToCartForm.after(feedback); break; case 'nextButton': default: $addToCartForm.find(_config.addToCartBtnSelector).after(feedback); break; } // If you use animate.css // $('.ajaxified-cart-feedback').addClass('animated bounceInDown'); $('.ajaxified-cart-feedback').slideDown(); }; var _setText = function($button, label) { if ($button.children().length) { $button.children().each(function() { if ($.trim($(this).text()) !== '') { $(this).text(label); } }); } else { $button.val(label).text(label); } }; var _init = function() { $(document).ready(function() { $(_config.addToCartFormSelector).submit(function(e) { e.preventDefault(); var $addToCartForm = $(this); var $addToCartBtn = $addToCartForm.find(_config.addToCartBtnSelector); _setText($addToCartBtn, _config.addingToCartBtnLabel); $addToCartBtn.addClass('disabled').prop('disabled', true); // Add to cart. $.ajax({ url: _config.shopifyAjaxAddURL, dataType: 'json', type: 'post', data: $addToCartForm.serialize(), success: function(itemData) { // Re-enable add to cart button. $addToCartBtn.addClass('inverted'); _setText($addToCartBtn, _config.addedToCartBtnLabel); // _showFeedback('success',' Added to cart!',$addToCartForm); window.setTimeout(function(){ $addToCartBtn.prop('disabled', false).removeClass('disabled').removeClass('inverted'); _setText($addToCartBtn,_config.addToCartBtnLabel); }, _config.howLongTillBtnReturnsToNormal); // Update cart count and show cart link. $.getJSON(_config.shopifyAjaxCartURL, function(cart) { if (_config.cartCountSelector && $(_config.cartCountSelector).length) { var value = $(_config.cartCountSelector).html() || '0'; $(_config.cartCountSelector).html(value.replace(/[0-9]+/,cart.item_count)).removeClass('hidden-count'); } if (_config.cartTotalSelector && $(_config.cartTotalSelector).length) { if (typeof Currency !== 'undefined' && typeof Currency.moneyFormats !== 'undefined') { var newCurrency = ''; if ($('[name="currencies"]').length) { newCurrency = $('[name="currencies"]').val(); } else if ($('#currencies span.selected').length) { newCurrency = $('#currencies span.selected').attr('data-currency'); } if (newCurrency) { $(_config.cartTotalSelector).html('' + Shopify.formatMoney(Currency.convert(cart.total_price, "AED", newCurrency), Currency.money_format[newCurrency]) + ''); } else { $(_config.cartTotalSelector).html(Shopify.formatMoney(cart.total_price, "${{ amount }} AED {{ amount }} ")); } } else { $(_config.cartTotalSelector).html(Shopify.formatMoney(cart.total_price, "${{ amount }} AED {{ amount }} ")); } }; }); }, error: function(XMLHttpRequest) { var response = eval('(' + XMLHttpRequest.responseText + ')'); response = response.description; if (response.slice(0,4) === 'All ') { _showFeedback('error', response.replace('All 1 ', 'All '), $addToCartForm); $addToCartBtn.prop('disabled', false); _setText($addToCartBtn, _config.soldOutBtnLabel); $addToCartBtn.prop('disabled',true); } else { _showFeedback('error', ' ' + response, $addToCartForm); $addToCartBtn.prop('disabled', false).removeClass('disabled'); _setText($addToCartBtn, _config.addToCartBtnLabel); } } }); return false; }); }); }; return { init: function(params) { // Configuration params = params || {}; // Merging with defaults. $.extend(_config, params); // Action $(function() { _init(); }); }, getConfig: function() { return _config; } } })(jQuery); Shopify.AjaxifyCart.init();