Canada Day Dessert Board (2024)

    Help Find a Store French Welcome, Edible Rewards ® Log In or Sign Up

    ");var objAdobeAnalytics = { pageName: 'fruit-gifts/canada-day-dessert-board/login-to-your-account', pageType: 'fruit-gifts/canada-day-dessert-board/login-div', userID: '', uStatus: 'not-authenticated' };$("#divHLogin").load("https://www.ediblearrangements.ca/ajax/loginuser.aspx?t=" + new Date().getTime(), objAdobeAnalytics); } function ShowStoreLoginDiv() { } function ShowMyAccountMenu() { var windowwidth = $(window).width() - $("#hd").width(); $('#divMyAccMenu').css("left", $("#Details").position().left - 190); $('#divMyAccMenu').css("top", $("#Details").position().top + 20); $("#divMyAccMenu").slideToggle(); } function ShowStoreLogOutMenu() { $('#divInStoreMenu').css("left", $("#lnkStoreNumber").position().left); $('#divInStoreMenu').css("top", $("#lnkStoreNumber").position().top + 21); $('#divInStoreMenu').css("width", $("#lnkStoreNumber").width()); $("#divInStoreMenu").slideToggle(); } $('.SearchBox').focus(function () { $(this).addClass("focus"); }).blur(function () { if ($(this).val().trim() == "") { $(this).removeClass("focus"); } }); function FloodLightTagForStoreSearchinHeaderMenu() {} function ChangeCulture(elm) { var val = $(elm).html(); var culture = ""; if (val == "French") { culture = "fr-ca"; } else if (val == "English") { culture = "en-us"; } if (GSXHR) GSXHR.abort(); GSXHR = $.ajax({ type: "POST", url: "https://www.ediblearrangements.ca/default.aspx/CultureChange", data: "{'culture':'" + culture + "'}", contentType: "application/json; charset=utf-8", dataType: "json", async: 'true', success: function (response) { if (response.d != "null") { var JsonObj = $.parseJSON(response.d); if (JsonObj._Status == "OK") { location.reload(); } } }, failure: function (msg) { alert(msg); } }); } function AccountSignOut() { if (GSXHR) GSXHR.abort(); GSXHR = $.ajax({ type: "POST", url: "https://www.ediblearrangements.ca/default.aspx/accountsignout", data: "", contentType: "application/json; charset=utf-8", dataType: "json", async: 'true', success: function (response) { if (response.d != "null") { var JsonObj = $.parseJSON(response.d); if (JsonObj._Status == "OK") { window.location = "https://www.ediblearrangements.ca/my-account/sign-in.aspx?ReturnUrl=%2fdefault.aspx"; } } }, failure: function (msg) { alert(msg); } }); }

    /g, "").replace(/Days/g, "td").replace(//g, "").replace(/Timing/g, "td"); var tempd = "
    " + res[index].Address + "" + res[index].StateAddress + "
    " + res[index].Phone1 + ""; if (res[index].Certifications == 1) { tempd += '
    (Kosher Certified)'; } tempd += "
    " + time + ((0 == 2) ? "" + (res[index].CurbsidePickup == true? "Curbside pickup available":"") + "" : "")+ "" + ((0 == 2) ? "" + res[index].Distance + "" : "") + ((res[index].ShowSmoothieIcon == true) ? "" : "") + "

    " + res[index].TimingsMessage + "

    "; d.append(tempd); d.attr("StoreID", res[0].StoreID); d.attr("data-zc", res[index].AreaName); // ZipCode d.attr("data-sn", res[index].Number); // Store Number d.attr("data-dis", (res[index].Distance && res[index].Distance != -1) ? res[index].Distance.split("MILES")[0].trim() : (res[index].Distance == -1) ? "hand delivered" : ""); // store distance d.css("cursor", "pointer"); d.bind("click", function () { $("._dvStoreList a.rdbli").removeClass("checked"); $(this).addClass("checked"); StoreID = res[index].StoreID; $("#divContinue").show(); }); if (index == 0 && ServiceOption == 1) { d.addClass("checked"); StoreID = res[index].StoreID; $("#divContinue").show(); } $("._dvStoreList").append(d); }); DisableBackground(); } } else { jAlert(JsonObj._Message); var service = $(".divAvl .three"); service.html(""); service.css("display", "none"); } } }, failure: function (msg) { jAlert(msg); } }); } else { $("#divAddOns").html(''); ShowAddOns(true, "forward"); } } else { if (ArrangementSoldOut) { jAlert('Available after 01/01/0001'); EnableSetSelected = true; return false; } $("#divAddOns").html(''); if (ServiceOption == 1) { UpdateConfigurableDeliveryFee(); } ShowAddOns(true, "forward"); } } } function CheckSizeAvailability() { //Public Shared Function CheckAvailability(ByVal AreaID As Integer, ByVal StoreID As Integer, ByVal ProductID As Integer, ByVal OrderDate As Date, ByVal FulfillmentDate As Date, ByVal ServiceOption As OrderType) As String var msg=''; var fdate = SelectedDate; if (ServiceOption==2 && fdate.indexOf('PM') <0 && fdate.indexOf('AM') <0 ){ fdate = fdate + " 11:30 PM"; } else if(FlexOptionID>0){ fdate = FlexFromDate; } var param = "{'AreaID':'"+AreaID+"', 'StoreID':'"+StoreID+"', 'ProductID':'"+ArrangementSizeProductID+"', 'OrderDate':'06/06/2024', 'FulfillmentDate':'" + fdate +"', 'ServiceOption':'"+ServiceOption+"'}";$.ajax({type: "POST",url: "https://www.ediblearrangements.ca/ajax/OrderingForm.aspx/CheckAvailability",data: param,contentType: "application/json; charset=utf-8",dataType: "json",async: false,success: function(response) {if (response != null) {msg = response.d;} },failure: function(msg){ jAlert(msg);}});return msg;} function CheckSleeveAvailability(){ var msg=''; var fdate = SelectedDate; if (ServiceOption==2 && fdate.indexOf('PM') <0 && fdate.indexOf('AM') <0 ){ fdate = fdate + " 11:30 PM"; } else if(FlexOptionID>0){ fdate = FlexFromDate; } // Selected Sleeve AddOnOption(s) with Arrangement $("#carousel .slide").each(function(i, obj) { if($(this).hasClass("selSleeve")){ if ($(this).attr("productid") > 0) { sleeveProdID = $(this).attr("productid"); sleeveQty = parseInt($(this).attr("qty")) ; sleevePrice =parseInt(parseInt($(this).attr("price")) * parseInt(sleeveQty)).toFixed(2) //.text().replace(/[^0-9.]/g, ""); sleeve = true; ImagePrefixSleeve = $(this).attr("imageprefix"); } } }); selSleeveProdID = sleeveProdID; var param = "{'AreaID':'"+AreaID+"', 'StoreID':'"+StoreID+"', 'ArrangementID':'"+ArrangementID+"', 'ProductID':'"+ sleeveProdID +"', 'OrderDate':'06/06/2024', 'FulfillmentDate':'" + fdate +"', 'ServiceOption':'"+ServiceOption+"'}"; $.ajax({ type: "POST", url: "https://www.ediblearrangements.ca/ajax/OrderingForm.aspx/CheckAvailability", data: param, contentType: "application/json; charset=utf-8", dataType: "json", async: false, success: function(response) { if (response != null) { msg = response.d; } },failure: function(msg){ jAlert(msg);}}); return msg; } function showASS(){ if (IsSet == true){ $("#divAvailabilityStatistics").load("https://www.ediblearrangements.ca/ajax/AvailabilityStatistics.aspx?ArrangementID=5972&t="+new Date().getTime()+ ((RID != null && RID != 0) ? "&RID=" + RID : "")); } } function GetArrangementSize() { $("#divSizes").load("https://www.ediblearrangements.ca/ajax/ArrangementSize.aspx?ArrangementID=5972&sproductID="+ArrangementSizeProductID + ((RID != null && RID != 0) ? "&RID=" + RID : "") + "&StoreID=" + -2147483648 + "&ServiceOption=" + 0+ "&AvailibilityIsSet=" +false + "&SelectedDate=" + '12%3a00%3a00+AM' + "&t="+new Date().getTime(),function(){ if (($('#divSizes .o').length >= 1 || isArrangementByob || isArrangementCyoa) && !$('#divSizes .o').hasClass("sel")) { $('#divSizes .o')[0].click(); } SetDefaultSize(); if( $("#divSizes .spnSize").length <= 1){ $("#divSizes #divChooseSize").hide(); } }); var imgSource = $("#imgArrangement").attr("src"); if(imgSource.indexOf('/a/') != -1){ var imgName = imgSource.split('/a/'); if(ServiceOption == 3){ var isAvailableForShipment = 'False'; if (isAvailableForShipment == true){ $("#imgArrangement").attr("src", imgName[0] + "/a/" + "shp_" + imgName[1]); } else{ $("#imgArrangement").attr("src", imgName[0] + "/a/" + imgName[1]); } } else{ $("#imgArrangement").attr("src", imgName[0] + "/a/" + imgName[1]); } } } function GetArrangementSleeve() { if (isArrangementByob == false && isArrangementCyoa == false) { $("#divSleeves").load("https://www.ediblearrangements.ca/ajax/AppleSleeve.aspx?ArrangementID=5972&ArrangementSizeId=" + ArrangementSizeID + "&sproductID=" + ArrangementSizeProductID + ((RID != null && RID != 0) ? "&RID=" + RID : "") + "&StoreID=" + StoreID + "&ServiceOption=" + ServiceOption + "&AvailibilityIsSet=" +false + "&SelectedDate=" + '12%3a00%3a00+AM' + "&t=" + new Date().getTime(), function () { }); var imgSource = $("#imgArrangement").attr("src"); if (imgSource.indexOf('/a/') != -1) { var imgName = imgSource.split('/a/'); if (ServiceOption == 3) { var isAvailableForShipment = 'False'; if (isAvailableForShipment == true) { $("#imgArrangement").attr("src", imgName[0] + "/a/" + "shp_" + imgName[1]); } else { $("#imgArrangement").attr("src", imgName[0] + "/a/" + imgName[1]); } } else { $("#imgArrangement").attr("src", imgName[0] + "/a/" + imgName[1]); } } } } // GTM TRACKING CODE UPDATE function CreateGTMDataLayer() { try { var price = ''; if ($('#divSizes .spnSize.sel').length > 0) { price = formatCurrencyAsDecimalNumber($('#divSizes .spnSize.sel').attr("data-price")); } else { price = $('#divSizes .spnSize:first').length && formatCurrencyAsDecimalNumber($('#divSizes .spnSize:first').attr("data-price")); } if (!price) { price = "0.00" } var productCode = ''; if ($('#spnProductCode').length > 0) { productCode = $('.spnProductCode').html(); if ($('.spnName').length > 0) { if ($('#divSizes .spnSize.sel').length > 0) { productCode += '-' + $('#divSizes .spnSize.sel .spnName').html(); } else { productCode += '-' + $('#divSizes .spnName:first').html(); } } } // Get page and product inage var gtmItem = { productId: productCode.replace(/\s/g, ''), pageType: "productDetail", totalValue: price } setDataLayer(gtmItem); } catch (e) { } } function CreateProductGT() { // Get page and product inage var productGtag = { value: '', currency: currencyType, items: [] } var productCode = ''; if ($('#spnProductCode').length > 0) { productCode = $('.spnProductCode').html(); if ($('.spnName').length > 0) { if ($('#divSizes .spnSize.sel').length > 0) { productCode += '-' + $('#divSizes .spnSize.sel .spnName').html(); } else { productCode += '-' + $('#divSizes .spnName:first').html(); } } } $('.spnSize').each(function (index, val) { var productItem = { item_id: productCode, item_name: "Canada Day Dessert Board", index: index, item_category: "", price: $(val).attr("regularsizeprice").replace(/[^0-9.]/g, ""), quantity: 1 }; productGtag.items.push(productItem); }); var viewItemJson = 'gtag("event", "view_item,' + JSON.stringify(productGtag) + ');'; $('#ctl00_cpBody_litGAViewItem').val(viewItemJson); } $(function(){ CreateGTMDataLayer(); CreateProductGT(); // GTM TRACKING CODE UPDATEif ($('#divSizes .o').length >= 1) {$('#divSizes .o')[0].click(); } SetDefaultSize();if( $("#divSizes .spnSize").length <= 1){$("#divSizes #divChooseSize").hide();} }); function showErrorMessage(msg){ $("#errMsg .alertMsg").html(msg); $("#errMsg").show(); ScrollToDiv("errMsg"); } function hideErrorMessage(){ $("#errMsg .alertMsg").html(""); $("#errMsg").hide(); } function jAlert(msg){ $("#divError2 #divErrormsg").html(msg); $("#divError2 #sprite_cross").html(""); $("#divError2").show(); $("#divError2 a")[0].focus(); } function jAlertHide(){ $("#divError2 span").html(""); $("#divError2").hide(); $("#divSizes .o").removeAttr("style"); } function jAlertSleeve(msg) { if(msg == "No Sleeve Available"){ $("#divSleeveError span").html("Customized sleeve is not available with this product, would you like to continue with Default sleeve?"); $("#divSleeveError").show(); $(".chooseSleeve").show(); $("#divSleeveError a")[0].focus(); } else if (msg == "Sleeve not available for all stores") { $("#divSleeveError span:eq(1)").html("Selected sleeve is currently not available for " + (ServiceOption==1?"delivery":ServiceOption==2?"pickup":ServiceOption==3?"shipment":"WalkIn") +". Please choose from the available sleeve(s)"); $("#divSleeveError").show(); $(".chooseSleeve").show(); $("#divSleeveError a")[0].focus(); } else { $("#divSleeveError span").html(); $("#divSleeveError").show(); $(".chooseSleeve").show(); $("#divSleeveError a")[0].focus(); } } function jAlertHideSleeve(){ //$("#divSleeveError span").html(""); $("#divSleeveError").hide(); }// Store Selection request to AdobeFor Pick up and Deliveryfunction pushStoreDataToAdobe(_zipCode, _serviceOption) {try {if ($("._dvStoreList a.rdbli").length > 0) {var SelectedStore = $("._dvStoreList a.checked");pushAdobeAnalytics({ev: "4",evn: "store selected",zc: _zipCode,st: (_serviceOption == 1) ? "hand delivered": (_serviceOption == 2) ? "pickup": (_serviceOption == 3) ? "shipment": "Not Specified",szc: $(SelectedStore).attr("data-zc"),sn: $(SelectedStore).attr("data-sn"),dis: $(SelectedStore).attr("data-dis") });}} catch (e) { }} // Store Selection request to Adobe For Shipment Storefunction pushShipmentStoreDataToAdobe(_zipCode, _serviceOption, _storeZipcode, _storeNumber) { var SelectedStore = $("._dvStoreList a.checked"); pushAdobeAnalytics({ ev: "4", evn: "store selected", zc: _zipCode, st: "shipment", szc: _storeZipcode, sn: _storeNumber, dis: "hand delivered"//Sending distnace as "Hand Delivered" }); }

    Canada Day Dessert Board (2) Shown: Medium

    Product Code: 6959

    Please choose an option by clicking the box below:

    Medium $124.99 $124.99

    Quantity: Serves:

    Description

    Canada Day is all about unity, so we've created a delicious assortment of flavors that bring people together. Show love for your country in the freshest way possible with Maple Leaf shaped pineapples, hand-dipped strawberries, cupcakes and an assortment of fresh fruit.

    Allergy Warning: Edible Arrangements® products may contain peanuts and/or tree nuts. We recommend that you take the necessary precautions based on any related allergies.

    Ingredients

    Blueberries

    Box Berry - White - Swizzle - Red401

    Cheesecake - Whipped Frosting - Half Fresh Strawberry

    Fresh Grapes

    Large White Dipped Pineapple Maple Leaf

    Madagascar Vanilla Bean Cupcake

    Strawberries

    White Chocolate Strawberry topped with Crispies

    FAQs

    Show More FAQs

    REVIEWS

    0 Review(s)

    Show More Reviews

    Sign up for promotions and special offers.


    See Terms of Use

    • Stores
    • Find a Store
    • Edible® Treats
    • Edible® Stores
    • Edible Collections
    • Coupon Codes
    • Edible Rewards
    • Login
    • Sign Up
    • Mobile App
    • Customer Service
    • Track Your Order
    • Contact Us
    • FAQs
    • Accessibility
    • About
    • About Edible®
    • Press

    Canada | Terms of Use | Privacy Policy | Promotion Terms and Conditions| Cookie Settings

    Canada Day Dessert Board (2024)

    References

    Top Articles
    Latest Posts
    Article information

    Author: Dan Stracke

    Last Updated:

    Views: 6370

    Rating: 4.2 / 5 (43 voted)

    Reviews: 82% of readers found this page helpful

    Author information

    Name: Dan Stracke

    Birthday: 1992-08-25

    Address: 2253 Brown Springs, East Alla, OH 38634-0309

    Phone: +398735162064

    Job: Investor Government Associate

    Hobby: Shopping, LARPing, Scrapbooking, Surfing, Slacklining, Dance, Glassblowing

    Introduction: My name is Dan Stracke, I am a homely, gleaming, glamorous, inquisitive, homely, gorgeous, light person who loves writing and wants to share my knowledge and understanding with you.