Our online bakery hosts a wide assortment of delicious fresh and frozen baked goods items.
Create a nutrient packed baked panini for lunch or fill an Italian bread bowl with richly flavoured stews and chili for a warm dinner.
Serve the ultimate array of viennoiserie for breakfast with croissants, pan au chocolat and fruit to delight your guests.
Order before 5pm for next day delivery. Shop where chefs shop.
Coming Back Soon
Product: Organic Crystal Sourdough Buns Brand: Europastry Size: 75g Packaging: 75g x 30 Origin: Spain Product Code: 41326
Coming Back Soon
Product: Sandwich Potato Rolls Brand: Martin's BunsDescription: Their delicious buttery taste, soft & smooth texture, and outstanding golden color makes Martin's Sandwich Potato Rolls a foodie favorite. Fun fact: these rolls have helped umpteen chefs and restaurants win awards in numerous burger contests...
Coming Back Soon
Product: Potato Rolls 12 SlidersBrand: Martins Buns Description: Martin's potato slider burger buns are made with unbleached potato flour and non-GMO ingredients. These delicious and buttery potato rolls are soft and easy to eat, making them an ideal meal for kids, and...
Coming Back Soon
Product: Yellow Potato Rolls Long for Hot dogs - 53g x 8 Size: 53g x 8 Brand: Martin's Status: Frozen Code: 37226
Coming Back Soon
Product: Gluten-Free BreadSize: 20 x 50gStatus: FrozenOrigin: SpainCode: 39651Instructions: Defrost for 10 to 15 minutes.
Coming Back Soon
Product: Gluten-Free Cereal LoafDescription: With rice flour sourdough and corn and tapioca starches, and buckwheat and flaxseed flours. Covered with 7% flax, sunflower and millet seeds.Size: 6 x 300gStatus: FrozenOrigin: SpainCode: 39653Instructions: Defrost for 30 minutes.
Coming Back Soon
Product: Gluten-Free Sliced BreadSize: 4 x 390gStatus: FrozenOrigin: SpainCode: 39654Instructions: Defrost for 30 minutes.
Coming Back Soon
Product: Gluten Free Arabic Bread Brand: ChefSize: 45gPackaging: 45g x 30Status: FrozenOrigin: UAECode: 39826
Coming Back Soon
Product: Flour Tortilla - 10inch x 6Brand: AmexicanaDescription: Flour tortillas are commonly used in burritos. They are also used to make fajitas, wraps, sandwiches and there are numerous other uses according to your creativity.Packaging: 6's x 1Status: DryOrigin: SpainCode: 17194
Coming Back Soon
Product: Flour Tortilla 6 inch x 8 Brand: Amexicana Description: Flour tortillas are commonly used in burritos. They are also used to make fajitas, wraps, sandwiches and there are numerous other uses according to your creativity. Size: 6 inch Packaging: 8pcs x 1 Status: Dry Product Code: 17192
Coming Back Soon
Product: Picos Gerezano Description: Small, crunchy bread sticks known as "picos Gerezano" are frequently used for tapas. Extra virgin olive oil has been added, and it has been softly baked in a conventional oven. Perfect with Iberian ham, cheeses, meats, sauces...
Coming Back Soon
Name: Martin's Buns Potato Sliced Bread Description: No matter how you slice it, Martin's Potato Bread is delicious! Use it for everyday sandwiches like PB&J and grilled cheese or make it into French toast or bread pudding. The soft, pillowy texture...
' + 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();