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

Is lo and behold butterfly bush invasive? ›

Non-invasive. Dwarf, spreading habit. Deer-resistant.

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

Pruning generally not needed, but may be trimmed in spring. Fragrant flowers. Deer resistant. Attracts butterflies and hummingbirds.

What are the negatives of the butterfly bush? ›

butterfly bush contributes to the collapse of food webs

“If you plant butterfly bush, and not native [species], then right away you're removing at least 75% of the food that is supporting the biodiversity that's out there.” And these critters need all the help they can get.

Where best to plant a butterfly bush? ›

Light: 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.

Are butterfly bushes banned? ›

Butterfly bush is considered invasive in many states, as well as England and New Zealand. Some states, like Oregon, have even banned sales of the plant.

What month do you prune butterfly bushes? ›

Butterfly bushes should be cut back to a foot tall to promote new growth and the best blooms. You can cut the shrub back to ground level; however, you take the risk of late frost or freeze killing new growth and losing the plant. Hard pruning is done in late February or early March depending on your climate.

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

But without regular pruning, butterfly bushes can become sparse, and flowering can diminish, leaving next to nothing for pollinators. So keep pruning to keep the butterflies coming to your garden for years to come!

How do you winterize a butterfly bush? ›

Move the container to a location that is frost-free but cool. Continue to water sparingly throughout winter. Gradually reintroduce the plant to the outdoors when soil temperatures warm up. Replant the butterfly bush in prepared soil in the ground after all danger of frost has passed.

Do butterfly bushes attract mosquitoes? ›

The Asian tiger mosquito is attracted to flowering butterfly bushes, giving mosquito control officials another tool to monitor and trap the insect that can transmit pathogens, causing potentially deadly diseases, a new University of Florida Institute of Food and Agricultural Sciences study shows.

What is the problem with Buddleia? ›

It grows well (as a pioneer species) on brownfield sites and on masonry due to its tolerance of lime mortars and concrete. In severe cases, buddleia roots can colonise masonry walls making them somewhat unstable and a potential danger as well as blocking gutters and causing rainwater to penetrate walls.

Do hummingbirds like butterfly bushes? ›

Buddleias attract other insects too, like moths, and the reddish ones strongly attract hummingbirds. So it's more than a name; it's actually a botanical phenomenon. Learn more about why gardeners love this easy-to-grow shrub.

Are butterfly bushes low maintenance? ›

The bushes require little attention, so even weekend gardeners can enjoy their lovely blooms and resident butterflies. Butterfly bush is very easy to grow in average, medium moisture, well-drained soil in a full sun location. If planting more then one, space them well apart—five to six feet.

Can you overwater a butterfly bush? ›

Particularly if you have clay soil, watch watering carefully. If you have an irrigation system, be sure it's not inundating your butterfly bush. Signs of overwatering include weak stems, fewer flowers, and dieback.

Do butterfly bushes prefer sun or shade? ›

Butterfly bushes are full sun plants. That means they should get at least six hours of bright sun each day. It doesn't need to come all at once – it can be in chunks throughout the day. In very hot climates, a bit of afternoon shade is permissible.

Is the butterfly bush an invasive plant? ›

Although eye-catching, hardy, and seemingly helpful to butterflies and other pollinators, Butterfly Bush is far from beneficial; in fact it's actually an invasive species that can impair the health of our local ecosystems.

What is the difference between a butterfly bush and a dwarf butterfly bush? ›

Butterfly bushes come in 2 general categories- a “larger” size that grows between 3 to 5 feet in width and 5 to 10 feet in height and the “dwarf” size that grows between 2 to 4 feet in width and 2 to 4 feet in height. There are various colors and bloom shapes that come in both categories.

Can butterfly bushes spread? ›

Butterfly bush spreads easily because it produces thousands of seeds during the course of a growing season. If you insist on growing butterfly bush in your garden, do the right thing: deadhead Buddleia flowers as soon as the blooms are spent, all season long.

How do I keep my butterfly bush small? ›

But do prune your butterfly bush.

The warmer your climate, the more you should cut back your butterfly bush each spring. Even dwarf varieties like our Lo & Behold® series still need pruning – you'll just be cutting back less than you would on a variety that reaches 8' tall.

Top Articles
Latest Posts
Article information

Author: Dr. Pierre Goyette

Last Updated:

Views: 6258

Rating: 5 / 5 (50 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Dr. Pierre Goyette

Birthday: 1998-01-29

Address: Apt. 611 3357 Yong Plain, West Audra, IL 70053

Phone: +5819954278378

Job: Construction Director

Hobby: Embroidery, Creative writing, Shopping, Driving, Stand-up comedy, Coffee roasting, Scrapbooking

Introduction: My name is Dr. Pierre Goyette, I am a enchanting, powerful, jolly, rich, graceful, colorful, zany person who loves writing and wants to share my knowledge and understanding with you.