Birthday Chocolate Covered Strawberries & Bobbi the Bear Bundle (2024)

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

    ");var objAdobeAnalytics = { pageName: 'fruit-gifts/birthday-chocolate-covered-strawberries-bobbi-the-bear-bundle-7002/login-to-your-account', pageType: 'fruit-gifts/birthday-chocolate-covered-strawberries-bobbi-the-bear-bundle-7002/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/29/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/29/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=6015&t="+new Date().getTime()+ ((RID != null && RID != 0) ? "&RID=" + RID : "")); } } function GetArrangementSize() { $("#divSizes").load("https://www.ediblearrangements.ca/ajax/ArrangementSize.aspx?ArrangementID=6015&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=6015&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: "Birthday Chocolate Covered Strawberries & Bobbi the Bear Bundle", 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" }); }

    Birthday Chocolate Covered Strawberries & Bobbi the Bear Bundle (2) Shown: One Size

    Product Code: 7002

    Please choose an option by clicking the box below:

    One Size $77.98 $77.98

    Quantity: Serves:

    Description

    Why stress over gifting when you could just send them a cuddly and sweet combination of hand-dipped strawberries and pineapples with sprinkles, and the greatest plushie companion around, Bobbi the Bear.

    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 plate, this product will be delivered in a custom Edible Arrangements® gift box. Design may vary.

    Ingredients

    Boxed White Chocolate Strawberries w/ Crispie Toppings

    Pineapple dipped in white chocolate and cake batter, rolled in Confetti, topped with candle

    Strawberries dipped in semi-sweet chocolate topped with a white chocolate sentiment

    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

    Birthday Chocolate Covered Strawberries & Bobbi the Bear Bundle (2024)

    FAQs

    Do edible arrangements give you something on your birthday? ›

    Tell us your Birth date & month and we will send you a free birthday gift!

    How to transport chocolate covered strawberries without them melting? ›

    Refrigerate the strawberries for two hours or until hard to prevent the chocolate from melting in transit. Once cold, package and ship. Chocolate-covered strawberries refrigerated for more than a day will not arrive at their shipping destination fresh. Wrap each chocolate-covered strawberry.

    How long do chocolate dipped strawberries last in the fridge? ›

    How long do chocolate covered strawberries last in the refrigerator? They will typically last for up to two days in the refrigerator. They may last longer though. Simply inspect the strawberries: if the chocolate has fallen off or the tops of the strawberries appear mushy, you'll probably want to toss them.

    Top Articles
    Latest Posts
    Article information

    Author: Rev. Leonie Wyman

    Last Updated:

    Views: 6218

    Rating: 4.9 / 5 (79 voted)

    Reviews: 86% of readers found this page helpful

    Author information

    Name: Rev. Leonie Wyman

    Birthday: 1993-07-01

    Address: Suite 763 6272 Lang Bypass, New Xochitlport, VT 72704-3308

    Phone: +22014484519944

    Job: Banking Officer

    Hobby: Sailing, Gaming, Basketball, Calligraphy, Mycology, Astronomy, Juggling

    Introduction: My name is Rev. Leonie Wyman, I am a colorful, tasty, splendid, fair, witty, gorgeous, splendid person who loves writing and wants to share my knowledge and understanding with you.