Class of 2024 Chocolate Covered Strawberries (2024)

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

    ");var objAdobeAnalytics = { pageName: 'fruit-gifts/class-of-2024-chocolate-covered-strawberries-6976/login-to-your-account', pageType: 'fruit-gifts/class-of-2024-chocolate-covered-strawberries-6976/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':'05/22/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':'05/22/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=5989&t="+new Date().getTime()+ ((RID != null && RID != 0) ? "&RID=" + RID : "")); } } function GetArrangementSize() { $("#divSizes").load("https://www.ediblearrangements.ca/ajax/ArrangementSize.aspx?ArrangementID=5989&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=5989&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: "Class of 2024 Chocolate Covered Strawberries", 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" }); }

    Class of 2024 Chocolate Covered Strawberries (2) Shown: EverydaySleeve

    Product Code: 6976

    Pre-Order now for 5/28 and Beyond

    Please choose an option by clicking the box below:

    EverydaySleeve $54.99 $54.99 Congrats Sleeve $54.99 $54.99

    Quantity: Serves:

    Description

    The class of 2024 deserves only the BEST of treats, which is exactly why we've created a gift filled with hand-dipped and swizzled strawberries to make their day that much sweeter.

    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.Disclaimer: Product does not come with pedestal.

    Ingredients

    Strawberry Dipped in Semisweet Chocolate with Red Swizzle

    White Chocolate Molded Letter - A

    White Chocolate Molded Letter - C

    White Chocolate Molded Letter - F

    White Chocolate Molded Letter - L

    White Chocolate Molded Letter - O

    White Chocolate Molded Letter - S

    White Chocolate Molded Number - 0

    White Chocolate Molded Number - 2

    White Chocolate Molded Number - 4

    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

    Class of 2024 Chocolate Covered Strawberries (2024)
    Top Articles
    Latest Posts
    Article information

    Author: Kerri Lueilwitz

    Last Updated:

    Views: 6318

    Rating: 4.7 / 5 (67 voted)

    Reviews: 90% of readers found this page helpful

    Author information

    Name: Kerri Lueilwitz

    Birthday: 1992-10-31

    Address: Suite 878 3699 Chantelle Roads, Colebury, NC 68599

    Phone: +6111989609516

    Job: Chief Farming Manager

    Hobby: Mycology, Stone skipping, Dowsing, Whittling, Taxidermy, Sand art, Roller skating

    Introduction: My name is Kerri Lueilwitz, I am a courageous, gentle, quaint, thankful, outstanding, brave, vast person who loves writing and wants to share my knowledge and understanding with you.