Savour the ultimate rural Irish dining experience at West Cork's Chestnut (2024)

Table of Contents
The Experience Details Fine Print

Skip to main content

Interests

Locations

Log in

Sign up

Savour the ultimate rural Irish dining experience at West Cork's Chestnut (2)

English/USD

    Language: English Savour the ultimate rural Irish dining experience at West Cork's Chestnut (3)

    Currency: USD - $ Savour the ultimate rural Irish dining experience at West Cork's Chestnut (4)

ITEM ADDED TO CART

Close

How to buy gift

Savour the ultimate rural Irish dining experience at West Cork's Chestnut (12)

Savour the ultimate rural Irish dining experience at West Cork's Chestnut (13)

Get to know the award-winning chef, attend a masterclass in Irish cooking at a local farm, and enjoy a seasonal menu with wine

More...

The Experience

Dive into an unforgettable Irish culinary adventure in West Cork with award-winning chef Rob Krawczyk of the Michelin-starred Restaurant Chestnut. You'll kick things off at the restaurant as you sip an aperitif and chat with Chef Krawczyk in the cozy dining room, who will then accompany you to a regional fish and vegetable farm for a tour, cooking masterclass, and tasting session. Finally, you'll head back to Chestnut for a signature menu that showcases the season's vibrant flavours, with wine pairings included. Exclusively for Mastercard cardholders.

What'spriceless

Visiting the farm where a famous chef sources seasonal ingredients—then savouring a delectable meal of his design.

The highlights

  • Embark on an Irish culinary adventure with the award-winning chef of Michelin-starred Restaurant Chestnut
  • Sip an aperitif as Chef Krawczyk shares his culinary philosophy
  • Tour a regional fish and vegetable farm and take a masterclass in Irish cooking
  • Relish a seasonal chef's menu with wine pairings at Chestnut

Details

  • Priceless experiences are reserved for Mastercard cardholders
  • Experience is available through 30 June 2025
  • Price listed is for 2 people
  • Experience is for 2-6 people
  • Day 1
    • Welcome / meet & greet with Rob Krawczyk
    • Aperitif with the chef
    • Visit to a regional fish & vegetable farm / masterclass & tasting
    • Signature tasting menu & matching wines
  • By clicking "Email to book", you agree to all our Terms of Use
  • Terms & Conditions

Fine Print

  • This experience is non-refundable upon purchase, unless otherwise noted

`; $overlay.find('.js-punchout_dynamic_content').html(pinHtml); } else { $close_btn.find('.title-container').removeClass('downloadlink').html('

' +pop_btn+ '

'); } show_ifonly_overlay('.punchout_overlay'); $.post('/website/logPageView',{ 'pageId':'punchout_overlay', productId: productId }, function(data){},'json'); } function punchout_pop_close_btn_clicked(){ var $trigger_btn = $('.buyBox .punchout_btn'); var $overlay = $('.punchout_overlay'); if($trigger_btn.length>0){ // adobe tracking 1.5 let punchoutTracking = {"productId":"193203","offerName":"Savour the ultimate rural Irish dining experience at West Cork's Chestnut","offerCategory":"Culinary","merchantName":"Chestnut","offerType":"7 - Event Physical","contentCity":"Ballydehob","contentCountry":"IE","ctaName":"Email to book Completed","offerDate":"2025-05-31 11:59:00"}; punchoutTracking.ctaType = $trigger_btn.attr('ctatype'); adobeSatelliteTracking('CTA Click', punchoutTracking); var punchoutStyleId = $trigger_btn.attr('data-punchout-punchoutstyleid')*1; switch(punchoutStyleId){ case 1: //link var url = $.trim($trigger_btn.attr('data-punchout-url')); //VP-10615 //Open in new tab so do not redirect. //Also added _blank above for punchoutstyleId 1 //if(url!=''){ // window.location.href = url; //} break; case 6: var $pinField = $overlay.find('.js-dynamic-pin'); if($pinField.val() !== undefined) { var pin = $pinField.val(); if(pin.length === 0) { $overlay.find('.js-error').html('PIN cannot be blank'); } else { $.ajax({ type: 'POST', url: "/product/getDynamicVoucher", data: { productId: 193203, celebId: 20246, pin: pin }, dataType: 'json' }).done(function ( data ) { if (data.result === 1) { $overlay.find('.js-dynamic-redemption-wrapper').html(data.redemptionCode); $.trim($('.js-getRedemptionCode').html('Finish and close')); } else { $overlay.find('.js-dynamic-redemption-wrapper .js-error').html(data.msg); } }); } return false; } break; default: break; } } hide_ifonly_overlay('.punchout_overlay'); } function punchout_pop_mtls() { event.preventDefault(); var $overlay = $('.punchout_overlay'); $overlay.find('.js-error').html('').hide(); $.ajax({ type: 'POST', url: "/product/mtlsApi", data: { productId: 193203, punchoutUrl: "", }, dataType: 'json' }).done(function ( data ) { if (data.result === 1) { if (data.redirectUrl) { window.location.href = data.redirectUrl; } } else if (data.result === -1){ $overlay.find('.js-error').html("No credit card found. Please add credit card to your account before proceeding.").show(); } else if (data.result === -3){ $overlay.find('.js-error').html("Please add first name and last name to your account before proceeding.").show(); } else { $overlay.find('.js-error').html("Error. Please try again later.").show(); } }); } function user_activation_punchout_btn_clicked(btn, onLoad = 0) { if (onLoad) { var $trigger_btn = $('.punchout_user_activation_btn'); } else { var $trigger_btn = $(btn); if (! validatePunchout($trigger_btn)) { return false; } // VP-28048 for registration / login if (! g_loggedInManually) { signupDialog(1,false, {}); return false; } } // disable .punchout_user_activation_btn and show loading gif $trigger_btn.find('.title').hide(); $trigger_btn.addClass('loading'); $trigger_btn.addClass('disabled'); $.ajax({ type: 'POST', url: "/product/mtrUserActivation", data: { productId: 193203, onLoad: onLoad }, dataType: 'json' }).done(function ( data ) { if (data.result === 1) { $trigger_btn.find('.title').text("Added to card"); $(".punchout_btn").removeClass('disabled'); if (g_is_mobile) { $(".punchout_btn").show(); $trigger_btn.hide(); } } else { if (data.result == 0 && data.msg) { $(".punchout_user_activation_error").html(data.msg); $(".punchout_user_activation_error").show(); } else if (data.showExclusivityCheck !== undefined && data.showExclusivityCheck === 1) { show_ifonly_overlay(".eligibility_overlay"); $(".eligibility_overlay .eligibility-error").text(data.msg); } else if (data.result === 3) { // VP-28088 not found in /offers, allow them to click 'add to card' } $trigger_btn.removeClass('disabled'); } // remove punchout_user_activation_btn loading $trigger_btn.removeClass('loading'); $trigger_btn.find('.title').show(); }); } function user_activation_on_page_load() { user_activation_punchout_btn_clicked('', 1); } $(function(){ add_ifonly_overlay_click_handlers('.punchout_overlay' ); //add_ifonly_overlay_handlers('.punchout_overlay', '.buyBox .punchout_btn', punchout_overlay_trigger_btn_clicked); //not used since buy box is loaded by javascript });

Follow us

  • Contact us (opens in new tab)
  • Terms of Use (opens in new tab)
  • About priceless™ (opens in new tab)
  • Privacy Notice (opens in new tab)
  • Mastercard.com (opens in new tab)
  • Manage cookies
  • Sitemap (opens in new tab)

Mastercard and Priceless are registered trademarks, and the circles design is a trademark of Mastercard International Incorporated. ©2024 Mastercard

  • Contact us (opens in new tab)
  • About priceless™ (opens in new tab)
  • Mastercard.com (opens in new tab)
  • Terms of Use (opens in new tab)
  • Privacy Notice (opens in new tab)
  • Manage cookies
  • Sitemap (opens in new tab)

Mastercard and Priceless are registered trademarks, and the circles design is a trademark of Mastercard International Incorporated. ©2024 Mastercard

eu07-SI5-SC_Pq0EzssV35leNMTtdnj-SO0-U0-AC0-C1-L1-H1-mA0-uA1-auto0-exec:0.803-ajax:0-total:0.803

'); if ($.trim(selector) !== '') { var id = 'error_div_' + selector.replace('#', '').replace('.', '').replace(' ', ''); $error.attr('id', id); } $input.parent().append($error); } $error.html(msg).show(); $input.attr('aria-invalid', true).attr('aria-describedby', $error.attr('id')); if (! aria_live_shown) { aria_live_shown = true; $error.attr('aria-live', 'polite'); $input.focus(); } } } $(".signup_form_submit_btn").removeClass('disabled'); } else if (data.result === 3) { // Email is already being used, please Log In /* $("#nav .js-login").click(); // added #nav to log pageview once for desktop and mobile $("#login-email").val(email).show(); $("#login-pass").focus(); $("#login_error").html(data.msg).show(); resetRecaptcha('signup'); */ alertEx('email already used'); $(".signup_form_submit_btn").removeClass('disabled'); } /* else if (false && data.result === 14) { // for countreis like germany, needs email verification // directly go to next step if (signup_collectCardOnSignUp) { var postData = {action : 'submitSignupCCForm_save_card', payUrl:data.payUrl}; $('#signup_cc_iframe')[0].contentWindow.postMessage(JSON.stringify(postData), '*'); } else { signup_goto_next_step(); } //var message = "Please verify your email."; //alertEx(message); //$(".signup_form_submit_btn").removeClass('disabled'); } */ else if (data.result > 0) { //signup_goto_next_step(); var j = get_next_step_index_by_step_id('signup_form'); $('.signup_stepicon_index_'+ (j-1)).addClass('done'); signup_goto_step(j); if (data.requiresEmailVerification == 1) { $('.done_header_div').addClass('email_verification').removeClass('no_email_verification'); $('.signup_stepicon_done .signup_stepicon_text ').html("Thank You"); } else { $('.done_header_div').addClass('no_email_verification').removeClass('email_verification'); $('.signup_stepicon_done .signup_stepicon_text').html("Done"); } $('.ifonly_pop_close_img').click(function(e){ var redirectUrl = $("#redirectURL").val().trim(); var url_regex = /^(http|https)/; if (url_regex.test(String(redirectUrl).toLowerCase())) { redirectUrl = ''; // do not allow redirect to other site } location.href = redirectUrl; }); signup_form_submitted(data); } else { if (data.error_code == 'sess_exp') { alertEx("Session expired. Page will be refreshed."); window.setTimeout(function() { location.href = g_is_mobile ? '/m' : '/'; }, 5000); } else if (data.msg) { alert(data.msg); } else { alert('register error'); } } }).fail( function(xhr, textStatus, error) { if (g_thisHost === 'www') { location.reload(); } else if (g_thisHost==='dev' || g_thisHost==='test') { alert_error("Error in _streamlined_signup_form register
status:" + textStatus + "
error:" + error + "

" + xhr.responseText); } else { confirmEx("Please refresh and try again." + ' ' + "If you continue to receive this error please contact priceless\u2122 concierge." + '

It will automatically refresh the page in LIVE.
(' + textStatus + ' - ' + xhr.statusText + ')', 'User Signup Error', function(){location.reload();}, function(){loadingAnimation("hide");}, "Refresh", "Close"); console.log(xhr); } $(".signup_form_submit_btn").removeClass('disabled'); }); return false; } // data: data returned form register ajax call function signup_form_submitted(data){ console.log('signup form submitted successfully'); // adobe tracking 1.10 var adobeTracking = {ctaName: 'Sign up - Completed'}; if (g_withMcCompleteRegistrationForm) { adobeTracking['ctaName'] = 'Sign up Completed – Long Form'; } if (data.cardTypeName) { adobeTracking['cardType'] = data.cardTypeName; } adobeSatelliteTracking('Forms', adobeTracking); // Need to make callback since we NOW have emailAddress and userId // emailAddress and userId are needed for BlueShift if (typeof data !== 'undefined' && data.emailAddress && data.userId) { trackingSignupConfirmation(data.emailAddress, data.userId); } if (addGuestProductToCart()) return false; // if need to add a guest product (main.js) /* if (g_sourceId === 0 && g_register_result.result === 1) { // display thank you when it's new user g_signup_timer = 5000; // need more time to read message if (g_register_result.loginExistingUser) { g_signup_timer = 0; } else { var showEmailCrm = false; if (showEmailCrm && $('#pricelessProgram').prop('checked')) { g_signup_timer = 60 * 60 * 1000; // one hour show_ifonly_overlay('.email_crm_overlay'); $('.email_crm_overlay').attr('continu_signup_process', '1'); } else{ showThankYouPopIfNecessary(); } } } */ var redirectUrl = $("#redirectURL").val().trim(); var url_regex = /^(http|https)/; if (url_regex.test(String(redirectUrl).toLowerCase())) { redirectUrl = ''; // do not allow redirect to other site } /* g_signup_timer = 5000; if (g_register_result!==null && ! empty(g_register_result.terms)) { showMemberTermsAndPrivacyDialog(redirectUrl, g_register_result.terms, g_register_result.termsTranslatedText); return false; } else if (redirectUrl !== '' && redirectUrl !== '#') { setTimeout(function() { location.href = redirectUrl; }, g_signup_timer); } else { setTimeout(function() { location.reload(); }, g_signup_timer); } */ } function signup_syncCCIframeSize() { if ($('#signup_cc_iframe').length > 0) { var postData = {action : 'syncCCIframeSize'}; $('#signup_cc_iframe')[0].contentWindow.postMessage(JSON.stringify(postData), '*'); } } function resetCCform() { if ($('#signup_cc_iframe').length > 0) { var postData = {action: 'resetCCform'}; $('#signup_cc_iframe')[0].contentWindow.postMessage(JSON.stringify(postData), '*'); $('.signup_cc_submit_btn').removeClass('disabled'); } } function resetSignupForm() { g_signup_cc_saved = false; $('#redesignedSignupForm .error_div').hide(); $('#redesignedSignupForm input:not([type=hidden]), #redesignedSignupForm select').val(''); $('.signup_cc_submit_btn').removeClass('disabled'); $('.signup_form_submit_btn').removeClass('disabled'); $('.mc_priceless_check').prop('checked', false); } function resetStepIcon() { $('.signup_stepicon').removeClass('done').removeClass('current'); } // ************** listen to message from the iframe ************************ if (typeof(signup_redesign_js_loaded)=='undefined') { signup_redesign_js_loaded = true; window.addEventListener("message", function(e){ if (e.origin !== 'https://pay.priceless.com') return; try { var data = jQuery.parseJSON(e.data); } catch(err) { return; } if (data.action === 'signup_cc_saved') { console.log('signup_cc_saved received'); g_signup_cc_saved = true; //signup_goto_next_step(); var j = get_next_step_index_by_step_id('verify_card'); $('.signup_stepicon_index_'+ (j-1)).addClass('done'); signup_goto_step(j); } else if (data.action === 'signup_cc_save_called') { if (! g_signup_cc_saved) { $('.signup_cc_submit_btn').removeClass('disabled'); } $(".signup_form_submit_btn").removeClass('disabled'); } else if (data.action === 'alert_session_timeout') { alertEx("Session expired. Page will be refreshed."); window.setTimeout(function() { location.href = g_is_mobile ? '/m' : '/'; }, 5000); } // event handlers else if (data.action === 'resize_signup_cc_iframe') { if (data.height) { var $target = $('#signup_cc_iframe'); if(data.target !== undefined && $.trim(data.target) !== '' && $.trim(data.target) !== '.' && $.trim(data.target) !== '#'){ $target = $(data.target); } //$target.attr('style', 'min-height: ' + data.height + 'px; max-height: ' + data.height + 'px;'); $target.css('min-height', data.height ); $target.css('height', data.height ); $target.css('max-height', 'none'); } } }); }

Savour the ultimate rural Irish dining experience at West Cork's Chestnut (2024)
Top Articles
World History Kazwire
How to Open a Newcomer Bank Account Before Landing in Canada | Prince of Travel
Pau.blaz
Marcial Quinones Useless MBA: 1500 applications & still no job!
Scammer phone number lookup. How to check if a phone number is a scam
Craigslist Free Stuff Merced Ca
Td Share The Green Referral Credit
Step 2 Score Release Thread
Jikatabi Thothub
50 budget recipes to feed a large crowd
Nook Glowlight 3 Case
Osu Worday
Foodsmart Jonesboro Ar Weekly Ad
Times Thanksgiving Meals
Maximise Your Funding: Key Insights on Accounting for Grants
2021 Lexus IS 350 F SPORT for sale - Richardson, TX - craigslist
Osrs Toby
Wbap Iheart
Isaimini 2023: Tamil Movies Download HD Hollywood
Missing 2023 Showtimes Near Lucas Cinemas Albertville
Lee Lucas Jaliyah Dad
Atdhe Net
Only Murders In The Building Wiki
Umn Biology
Cars & Trucks By Owner
Tri State Pediatrics Chippewa Pa
3 Hour Radius From Me
Gunsmoke Tv Series Wiki
Ansos Umm
8.7 Increase Of 841
Perfect Coffee Shop Recipe Cool Math Games
Operation Carpe Noctem
Gym Membership & Workout Classes in Lafayette IN | VASA Fitness
Why Larry the cat of 10 Downing Street wishes Starmer hadn’t won the election
Carlynchristy
Fgo Rabbit Review
Dvax Message Board
How To Get Rope In Muck
Us Catholic Bishops Daily Readings Audio
Alylynn
Hourly Weather Forecast for Amsterdam, North Holland, Netherlands - The Weather Channel | Weather.com
Apphomie.com Download
Sun Massage Tucson Reviews
Ucla Outlook Web Access
Unintelligible Message On A Warning Sign Crossword
Discord Id Grabber
Mpbn Schedule
Craigslist Farm And Garden Atlanta Georgia
Online Reading Resources for Students & Teachers | Raz-Kids
Konami announces TGS 2024 lineup, schedule
NBA 2K: 10 Unpopular Opinions About The Games, According To Reddit
Craigslist Org Sd Ca
Latest Posts
Article information

Author: Terence Hammes MD

Last Updated:

Views: 5897

Rating: 4.9 / 5 (49 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Terence Hammes MD

Birthday: 1992-04-11

Address: Suite 408 9446 Mercy Mews, West Roxie, CT 04904

Phone: +50312511349175

Job: Product Consulting Liaison

Hobby: Jogging, Motor sports, Nordic skating, Jigsaw puzzles, Bird watching, Nordic skating, Sculpting

Introduction: My name is Terence Hammes MD, I am a inexpensive, energetic, jolly, faithful, cheerful, proud, rich person who loves writing and wants to share my knowledge and understanding with you.