Proven Winners® ColorChoice® Lo & Behold® Blue Chip Jr. Butterfly Bush (2024)

" } else { brandNode.innerHTML = "

Proven Winners® ColorChoice® Lo & Behold® Blue Chip Jr. Butterfly Bush (1)

" } zoneWidget.parentNode.insertBefore(brandNode, zoneWidget.nextSibling); } if (document.querySelector("td[data-th='Botanical Name']") != null && document.querySelector("td[data-th='Brand']") != null) { brandCheck(); }

' + '

' ); priceloc.appendChild(oosFormCont); //var oosRelatedRecs = document.createElement("div"); oosFormCont.style.display = "block"; var oosFormContainer = $("#oosFormContainer"); //Hide HPot Field document.getElementById("oosFCH").style.display = "none"; }) //Global Variables. var oosProductSku = document.querySelectorAll('[itemprop=sku]')[0].innerText; var oosproductSkuField = $("#productSku"); var oosProductName = document.querySelectorAll('[itemprop=name].base')[0].innerText; var oosCookieCheck = false; var oosTimeDeltaTimeDays = 5; function oosAlreadySigned() { if (!window.location.href.indexOf("testing")) { oosAlreadyProduct = true; $('#oosResult').ready(function () { document.getElementById('oosResult').innerHTML = "

Uh Oh.

It Looks like you have already signed up for this notification on " + oosProductName + "

"; $("#oosProduct").hide(); }) } }; if ($.mage.cookies.get("oosProducts")) { //Do Stuff var oosProductCookie = JSON.parse($.mage.cookies.get("oosProducts")); ga('send', 'event', 'OOS', 'Product Count', '"' + oosProductCookie.productCount + '"') /*if (oosProductCookie.productCount == 0) { $.mage.cookies.clear("oosProducts") } oosProductCookie.products.forEach(function (product) { if (product.sku == oosProductSku) { oosAlreadySigned(); var oosTimeDelta = Math.abs(Date.parse(product.date) - new Date()) / 1000; var oosTimeDeltaDays = Math.floor(oosTimeDelta / 86400) if (oosTimeDeltaDays > oosTimeDeltaTimeDays) { //If product time over X Days //If only one delete cookie if (oosProductCookie.productCount == 1) { $.mage.cookies.clear("oosProducts") } var ooslocation = oosProductCookie.products.findIndex(function (item, i) { return item.sku === oosProductSku; }) //Remove Product oosProductCookie.products.splice(ooslocation, 1); oosProductCookie.productCount = oosProductCookie.products.length; $.mage.cookies.set("oosProducts", JSON.stringify(oosProductCookie), { lifetime: 5184000 }) }; }; });*/ }; function validateEmail(email) { var re = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; return re.test(String(email).toLowerCase()); } function validate_signup2(frm) { var userAgent = navigator.userAgent; var u_check = false; //Honey var h_pot = frm.oosFieldCheck.value; var h_check1 = false; var emailAddress = frm.oosEmail.value; var errorCheck = false; var e_input = document.getElementById("oosEmail") var e_err = document.getElementById("email_error") var e_check = false; if (emailAddress == '' || !validateEmail(emailAddress)) { e_check = true; e_err.innerHTML = "Please input a valid email address"; e_err.classList.remove("no_error"); e_err.classList.add("input_error"); e_input.classList.add("f_invalid_input"); } else if (emailAddress != '' || validateEmail(emailAddress)) { e_check = false; e_err.innerHTML = ""; e_err.classList.remove("input_error"); e_err.classList.add("no_error"); e_input.classList.remove("f_invalid_input"); } if (userAgent == '' || userAgent == null || userAgent == undefined) { u_check = true; ga('send', 'event', 'OOS', 'Bot', 'UA - ' + userAgent) } if (h_pot != '') { h_check1 = true; ga('send', 'event', 'OOS', 'Bot', 'Honey-' + document.getElementById('oosFieldCheck').value) } if (!e_check && !u_check && !h_check1) { errorCheck = true; } return errorCheck } //Script for Button $('#oosButton').ready(function () { $('#oosButton').click(function () { var frm = document.getElementById("oosProduct"); if (validate_signup2(frm) && !oosAlreadyProduct) { $("#productSku").val(oosProductSku); ga('send', 'event', 'OOS', 'Click', oosProductName); subOOS(); } }); }) //Form Submit function subOOS() { var oosForm = $("#oosProduct") var oosSpin = $("#oosSpin"); event.preventDefault(); //prevent default action var post_url = oosForm.attr("action"); //get form action url var request_method = oosForm.attr("method"); //get form GET/POST method var form_data = oosForm.serialize(); //Encode form elements for submission oosForm.hide(); oosSpin.show() $.ajax({ url: post_url, type: request_method, data: form_data }).done(function (response) { oosSpin.hide() oosFormSubmited(response); }).fail(function (response) { oosFormSubmited(false); oosSpin.hide() ga('send', 'event', 'OOS', 'Fail -' + response.status, oosProductName) }); } function oosFormSubmited(response) { var oosResult = $('#oosResult'); if (response.toString().toLowerCase() == 'true') { oosResult.html( "

Success

We will email you as soon as our next crop is ready. Thank you for your patience.

" ); oosFormContainer.classList.add("oosSuccess"); //oosCookie() ga('send', 'event', 'OOS', 'Added', oosProductName) } else { oosResult.html( "

Error

Please contact Customer Service
By Phone (402) 934-8116
By Email info@naturehills.com

" ); oosFormContainer.classList.add("oosFail"); ga('send', 'event', 'OOS', 'Error', oosProductName) } } function oosCookie() { //When Submitting new form if Cookie is already present if ($.mage.cookies.get("oosProducts")) { oosProductCookie.products.push({ // "name": oosProductName, "sku": oosProductSku, "date": new Date().toLocaleDateString() }); oosProductCookie.productCount = oosProductCookie.productCount + 1; $.mage.cookies.set("oosProducts", JSON.stringify(oosProductCookie), { lifetime: 5184000 }) } else { //If no cookie create one. var newOosJson = { "productCount": 1, "products": [{ // "name": oosProductName, "sku": oosProductSku, "date": new Date().toLocaleDateString() }] }; $.mage.cookies.set("oosProducts", JSON.stringify(newOosJson), { lifetime: 5184000 }) } } } }); require([ 'jquery', 'owl.carousel/owl.carousel.min' ], function ($) { if (typeof relatedArray !== 'undefined') { if (Object.keys(relatedArray.relatedProducts).length > 2) { var products = relatedArray.relatedProducts; var recCount = 0; var oosFormCont = document.getElementById("oosFormCont"); //console.log(products); $("#oosFormCont").ready(function () { var oosRelatedRecs = document.createElement("div"); oosRelatedRecs.id = 'oosRelatedRecs'; oosRelatedRecs.classList.add("oosRelatedRecs"); oosRelatedRecs.classList.add("owl-carousel"); $("#OosRecommendations").html( '

Other Customers Also Viewed

' ); $("#OosRecommendations > div").append(oosRelatedRecs); $.each(products, function (k, v) { $('#oosRelatedRecs').append( '

' + v.productName + '

'); }); $("#oosRelatedRecs").owlCarousel({ loop: true, margin: 0, autoWidth: true, nav: true, navText: ["", "" ], dots: false, responsive: { 0: { items: 2, nav: false, dots: true }, 640: { items: 3, nav: false, dots: true }, 768: { items: 4, nav: false, dots: true }, 992: { items: 5 }, 1200: { items: 5 } } }); $('.oosLeft').parent().css('cssText', "left:-7%!important;"); $('.oosRight').parent().css('cssText', "right:-7%!important;"); }); }; var wWidth = window.innerWidth; if (wWidth < 768 && relCount < 2) { document.querySelector('#maincontent > div.columns > div > div.block.related').style.display = "none"; } if ((wWidth >= 768 && wWidth < 992) && relCount < 3) { document.querySelector('#maincontent > div.columns > div > div.block.related').style.display = "none"; } if ((wWidth >= 992) && relCount < 4) { document.querySelector('#maincontent > div.columns > div > div.block.related').style.display = "none"; } if (relCount == 1) { //console.log("should hide") document.querySelector('#maincontent > div.columns > div > div.block.related').style.display = "none"; //console.log("did it?") } } });

Proven Winners&reg; ColorChoice&reg; Lo & Behold&reg; Blue Chip Jr. Butterfly Bush (2024)

FAQs

What is the problem with the butterfly bush? ›

They grow rapidly and their seeds spread aggressively into natural areas, making them a potential noxious weed. It's recommended that if you have butterfly bushes, you should remove the spent flower clusters to prevent seeding. Each flower can produce 40,000 seeds!

Is lo and behold butterfly bush invasive? ›

Lo & Behold® 'Blue Chip' butterfly bush set the standard for non-invasive dwarf buddleia. A tidy, mounded habit, fragrant, purple-blue flowers, and continuous bloom without the need to deadhead combine to make this a landscaper favorite. Non-invasive and approved for sale in Oregon.

How tall does Buddleia blue chip grow? ›

Broadleaf, deciduous, low-growing, multi-branched, compact shrub, to a height of about 2.5 ft, with a spreading habit.

How do you prune a lo and behold butterfly bush? ›

You only need to prune it once a year, as soon as you see new leaves forming near the base. Prune the plant back to nearly ground level and watch it grow. Don't overwater this drought-tolerant plant, especially as the weather cools.

Is butterfly bush toxic to dogs? ›

Is Butterfly Bush Toxic for Dogs? While they are not edible, they are also not poisonous to dogs, cats, or humans. Eating a large quantity (we mean a lot) of leaves, stems, or flowers can cause an upset stomach. It is certainly safe for your dogs!

Where is the best place to plant a butterfly bush? ›

BLight: Butterfly bushes grow and flower best in full sun. They will grow fine in part shade, especially in warmer climates, but their flowering may be reduced. Soil: Butterfly Bushes are not particular about the soil conditions, as long as it drains well. Poorly-drained soils can cause root rot.

Does butterfly bush attract wasps? ›

Wildlife benefits: Silver Fountain Butterfly Bush attracts bees, butterflies, wasps, hornets, lady beetles, lacewings and moths. Nectar-feeding birds like orioles and bushtit* sip on the flowers during the growing season; seed-eaters chow down on the seeds in winter.

How big does low and behold butterfly bush get? ›

'Blue Chip' stays under three feet tall without any pruning, and blooms continuously from mid summer to frost without deadheading. It is frost tolerant, non-invasive and very easy to grow. Cold, wet winters can be really hard on buddleia, so here are a few tips to help your buddleia thrive in your garden: 1.

How tall do lo and behold butterfly bushes get? ›

Lo & Behold Ruby Chip butterfly bush brings together the best of both, with a tidy 2.5'/. 76m size and dozens of magenta-ruby flower spikes. Fragrant and long-blooming, it keeps putting out fresh flowers without the need to deadhead (i.e., remove old brown flowers).

Are Buddleia deep rooted? ›

It is semi deciduous, so its leaves shed in the autumn are immediately replaced with a set of new, smaller leaves that persist until the following spring. Buddleias have a fibrous root system designed to wind through the nutritious top layer of soil. They do not possess a tap root.

Is Buddleia butterfly bush a perennial or annual? ›

The butterfly bush (Buddleia davidii) is a fast-growing shrub with masses of showy, fragrant flowers that attract pollinators. Planted in spring or fall before frost, this perennial will bloom from summer through autumn.

Does Buddleia spread? ›

Buddleia plants produce a large number of seeds (up to 3 million per plant per year!) that are dispersed by the wind and can spread to a large area in a short space of time. The seeds can also spread by animals, water currents and vehicles.

What happens if you don't cut back a butterfly bush? ›

Left unpruned, large butterfly bushes can become “second story” plants: their flowers form way up at the top so you can't enjoy them unless you have a second story window. The warmer your climate, the more you should cut back your butterfly bush each spring.

What time of year do you cut back butterfly bushes? ›

Regarding your butterfly bush (Buddlia), you are safe to prune it at either time as long as it is late winter moving into early spring. Avoid pruning though in early winter. The reason being, the stems are hollow and any water that accumulates in the stem and subsequently freezes will cause the wood to split.

Why are my butterfly bush leaves curling and turning brown? ›

Heat, drought, and wind can turn your Butterfly Bush's leaves into a botanical bad hair day. Heat makes them curl up to conserve moisture, while drought stresses them into a survival mode. Wind acts like a bully, pushing leaves around until they curl in defense.

What is the lifespan of a butterfly bush? ›

Typically, a butterfly bush will live about 10 years. You may find some plants that live longer than that, but it's a rare case. Proper care of a butterfly bush will help it live longer and thrive in your garden.

What does overwatered butterfly bush look like? ›

Overwatered Butterfly Bushes exhibit distinct signs. Yellowing leaves and a squishy base are giveaways. A decayed smell? That's your plant's distress signal.

Top Articles
Latest Posts
Article information

Author: Lakeisha Bayer VM

Last Updated:

Views: 6216

Rating: 4.9 / 5 (69 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Lakeisha Bayer VM

Birthday: 1997-10-17

Address: Suite 835 34136 Adrian Mountains, Floydton, UT 81036

Phone: +3571527672278

Job: Manufacturing Agent

Hobby: Skimboarding, Photography, Roller skating, Knife making, Paintball, Embroidery, Gunsmithing

Introduction: My name is Lakeisha Bayer VM, I am a brainy, kind, enchanting, healthy, lovely, clean, witty person who loves writing and wants to share my knowledge and understanding with you.