Frozen ready meals don't have to compromise on quality and can help you save some time when you need a quick fix for your family or a starting point for an elaborate meal for your guests.
Select from a variety of our ready to eat meals. They are easy to heat (pan or oven) and can be enjoyed by everyone.
Enjoy the ease of slow cooked meats, without having to worry about prepping them. Delicious lamb shank or pulled BBQ beef is always a winner amongst friends and family!
Serve up some ready to heat soups as a starter or main course with some delicious breads to accompany.
Cooking doesn't always have to be labour intensive - enjoy some shortcuts to spend more time enjoying your meal with the people around you.
Order before 5pm for next day delivery. Shop where chefs shop.
Coming Back Soon
Product: Margherita Pizza - 395gBrand: Mam FoodsDescription: This thin-crust Naples-style Margherita Pizza topped with tomato sauce, fresh mozzarella, basil leaves, and Parmigiano-Reggiano promises to deliver restaurant-quality taste from your very own kitchen. Known for its smooth and creamy texture, this...
Coming Back Soon
Product: Frozen Margherita Pizza Brand: ChefDescription: Very thin and light pizza dough, topped with authentic tomato sauce, Grated parmesan cheese, and shredded Mozzarella.Size: 355gStatus: FrozenOrigin: UAEProduct Code: 39077 Baking Instructions: Defrost for 15 min, bake at 280C for 4-6 minutes.
Coming Back Soon
Product: Meat Fiesta PizzaBrand: ChefDescription: Very thin and light pizza dough, topped with authentic tomato sauce, pepperoni slice.Size: 420gStatus: FrozenOrigin: UAEProduct Code: 39076 Baking Instructions: Defrost for 15 min, bake at 280C for 4-6 minutes.
Coming Back Soon
Product: Gourmet Four Cheese Pizza Brand: ChefDescription: Very thin and light pizza dough, topped with authentic tomato sauce, pepperoni slice.Size: 390gStatus: FrozenOrigin: UAEProduct Code: 39074 Baking Instructions: Defrost for 15 min, bake at 280C for 4-6 minutes.
' + 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();