Assorted Cupcakes & Puppy Plush Gift Bundle (2024)

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

    ");var objAdobeAnalytics = { pageName: 'fruit-gifts/assorted-cupcakes-puppy-plush-gift-bundle-6341/login-to-your-account', pageType: 'fruit-gifts/assorted-cupcakes-puppy-plush-gift-bundle-6341/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/10/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/10/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=5354&t="+new Date().getTime()+ ((RID != null && RID != 0) ? "&RID=" + RID : "")); } } function GetArrangementSize() { $("#divSizes").load("https://www.ediblearrangements.ca/ajax/ArrangementSize.aspx?ArrangementID=5354&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=5354&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: "Assorted Cupcakes & Puppy Plush Gift Bundle", index: index, item_category: "For Kids", 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" }); }

    Assorted Cupcakes & Puppy Plush Gift Bundle (2) Shown: Madagascar Vanilla Bean Cupcakes

    Product Code: 6341

    In-store Pickup Only

    Please choose an option by clicking the box below:

    Madagascar Vanilla Bean Cupcakes $35.98 $35.98 Chocolate Truffle Cupcakes $35.98 $35.98 Celebration Cupcakes $35.98 $35.98

    Quantity: Serves:

    Description

    Ever tried cuddling with a cupcake? 0/10. We DO NOT recommend. Cuddling with Brownie the Puppy, though? We can't recommend it enough. That's why our Assorted Cupcakes & Puppy Plush Gift Bundle is crafted with the best of both: an adorable, huggable plush and four sweet cupcakes in an assortment of Chocolate Truffle, Madagascar Vanilla, and sweet Celebration flavors.

    Product does not come with plate. 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

    Celebration Cupcake

    Chocolate Truffle Cupcake

    Madagascar Vanilla Bean Cupcake

    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

    Assorted Cupcakes & Puppy Plush Gift Bundle (2024)

    References

    Top Articles
    Latest Posts
    Article information

    Author: Nathanael Baumbach

    Last Updated:

    Views: 6419

    Rating: 4.4 / 5 (75 voted)

    Reviews: 82% of readers found this page helpful

    Author information

    Name: Nathanael Baumbach

    Birthday: 1998-12-02

    Address: Apt. 829 751 Glover View, West Orlando, IN 22436

    Phone: +901025288581

    Job: Internal IT Coordinator

    Hobby: Gunsmithing, Motor sports, Flying, Skiing, Hooping, Lego building, Ice skating

    Introduction: My name is Nathanael Baumbach, I am a fantastic, nice, victorious, brave, healthy, cute, glorious person who loves writing and wants to share my knowledge and understanding with you.