{% assign use_variant_images = false %}
{% capture vertical_scroll %}{% endcapture %} {%- if use_variant_images and variant.images[0] -%} {%- assign images = variant.images -%} {%- else -%} {%- assign images = product.images -%} {%- endif -%}
{% assign last_slide = 0 %} {% assign imgOffset = 0 %} {% if product.tags contains 'Graphic Overlay' %} {% assign imgOffset = 1 %} {% endif %} {%- for image in images offset: imgOffset -%} {% capture thumbRepsonsive %} {%- if image != blank -%} {%- if image.width > 180 -%}{{ image.src | img_url: '180x' }} 180w {{ 180 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 360 -%}{{ image.src | img_url: '360x' }} 360w {{ 360 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 540 -%}{{ image.src | img_url: '540x' }} 540w {{ 540 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 720 -%}{{ image.src | img_url: '720x' }} 720w {{ 720 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 900 -%}{{ image.src | img_url: '900x' }} 900w {{ 900 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1080 -%}{{ image.src | img_url: '1080x' }} 1080w {{ 1080 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1296 -%}{{ image.src | img_url: '1296x' }} 1296w {{ 1296 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1512 -%}{{ image.src | img_url: '1512x' }} 1512w {{ 1512 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1728 -%}{{ image.src | img_url: '1728x' }} 1728w {{ 1728 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1944 -%}{{ image.src | img_url: '1944x' }} 1944w {{ 1944 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2160 -%}{{ image.src | img_url: '2160x' }} 2160w {{ 2160 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2376 -%}{{ image.src | img_url: '2376x' }} 2376w {{ 2376 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2592 -%}{{ image.src | img_url: '2592x' }} 2592w {{ 2592 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2808 -%}{{ image.src | img_url: '2808x' }} 2808w {{ 2808 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 3024 -%}{{ image.src | img_url: '3024x' }} 3024w {{ 3024 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = image.width | append: 'x' -%} {{ image.src | img_url: image_size }} {{ image.width }}w {{ image.height }}h {%- endif -%} {% endcapture %}
{% assign last_slide = forloop.index %} {% endfor %}
All media depicts mature plants.

Mr. Poppins® Winterberry Holly

SHRUB

Description

  • Space-saving winterberry holly is just a fraction of the size of other types.
  • Does not produce berries, but is required for females to produce berries.
  • Mr. Poppins pollinates female varieties!
  • Tiny white flowers in late spring.
  • Plant one Mr. Poppins for up to five females.
  • Zones 3-9, sun/part sun, 4' tall x 4' wide at maturity.
Zone 3-9
Light part sun/sun
medium

{% capture DiscountGroup %}1{% endcapture %} {% capture DiscountTier %}1{% endcapture %} {% assign DiscountGroup = DiscountGroup | plus: 0 %} {% assign DiscountTier = DiscountTier | plus: 0 %} {% assign discount_amount = 0 %} {% for group in product.discounts_structure.groups %} {% if group.id == DiscountGroup %} {% for tier in group.tiers %} {% if tier.id == DiscountTier %} {% for discount in tier.discount %} {% if discount.min_quantity > variant.quantity %}{% break %}{% endif %} {% assign discount_amount = discount.discount_amount | times: 100 %} {% endfor %} {% break %} {% endif %} {% endfor %} {% break %} {% endif %} {% endfor %} {% if variant.price < variant.compare_at_price %} Sale {{- variant.price | minus: discount_amount | money | remove: ' ' -}}
{{- variant.compare_at_price | money | remove: ' ' -}} {% else %} {{- variant.price | money | remove: ' ' -}} {% endif %} Each

Buy More, Save More:
    {% for discountGroup in product.discounts_structure.groups %} {% if discountGroup.id == 1 %} {% for discountTier in discountGroup.tiers %} {% if discountTier.id == 1%} {% for discount in discountTier.discount %}
  • {% assign discount_amount = discount.discount_amount | times: 100 %} {% assign tier_ceiling = 10000 %} {% if discountTier.discount[forloop.index] != blank %}{% assign tier_ceiling = discountTier.discount[forloop.index].min_quantity | minus: 1 %}{% endif %}
    {{ variant.price | money | remove: ' ' }} {{ variant.price | minus: discount_amount | money | remove: ' ' }} / {{ discount.min_quantity }}{% if discountTier.discount[forloop.index] != blank %}-{{ discountTier.discount[forloop.index].min_quantity | minus: 1 }}{% else %}+{% endif %} qty.
  • {% endfor %} {% endif %} {% endfor %} {% endif %} {% endfor %}
Total
{% capture DiscountGroup %}1{% endcapture %} {% capture DiscountTier %}1{% endcapture %} {% assign DiscountGroup = DiscountGroup | plus: 0 %} {% assign DiscountTier = DiscountTier | plus: 0 %} {% assign discount_amount = 0 %} {% for group in product.discounts_structure.groups %} {% if group.id == DiscountGroup %} {% for tier in group.tiers %} {% if tier.id == DiscountTier %} {% for discount in tier.discount %} {% if discount.min_quantity > variant.quantity %}{% break %}{% endif %} {% assign discount_amount = variant.quantity | times: discount.discount_amount | times: 100 %} {% endfor %} {% break %} {% endif %} {% endfor %} {% break %} {% endif %} {% endfor %}
{{ variant.price | times: variant.quantity | minus: discount_amount | money | remove: ' ' }}
{% if discount_amount > 0 %} Saved {{ discount_amount | money | remove: ' ' }} {% endif %}
{% for option in product.options_with_values %} {% assign optionIndex = forloop.index0 %} {% assign position = forloop.index %}
{{option.name}}
{% assign sortedvalues = option.values %} {% if option.name contains 'Length' or option.name contains 'Width' or option.name contains 'Height' or option.name contains 'Depth' or option.name contains 'Thickness' or option.name contains 'Weight' %} {% assign sortedvalues = option.values | sort %} {% endif %} {% for value in sortedvalues %} {% assign inventory_quantity = 0 %} {% assign available = false %} {% assign optionVariant = false %} {% if product.options_with_values.size == 3 and optionIndex == 2%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == variant.option2 and v.option3 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% elsif product.options_with_values.size == 2 and optionIndex == 1%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% else %} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% endif %} {% assign checked = "" %} {% if variant.options[optionIndex] == value%}{% assign checked = "checked" %}{% endif %} {% endfor %}
{% endfor %}
{% capture add_to_cart %}Neptune.cart.add({ id:{{ variant.id | json }}, quantity:{{ variant.quantity }}, properties:{ '_growingzone':['3a', '3b', '4a', '4b', '5a', '5b', '6a', '6b', '7a', '7b', '8a', '8b', '9a', '9b'],'shipping_exclusions':''} }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//cdn.shopify.com/s/files/1/0472/6394/0775/products/Ilex-verticillata-mr-poppins-winterberry-holly-1.jpg?v=1608001060', title: 'Mr. Poppins® Winterberry Holly', option: 'One Quart' }); return false;{% endcapture %} {% assign discontinued = '' %} {% for tag in product.tags %} {% if tag contains 'discontinued' %} {% assign discontinued = 'true' %} {% endif %} {% endfor %} {% if variant.available %} {% else %} {% unless discontinued == 'true' %} Notify Me When Available {% endunless %} {% endif %}
{% if error %}
{{error.description}}
{% endif %}

Hand-picked at our greenhouse

Shipped to your door

Arrives as young plant

background image

More Information

Description Mr. Poppins® winterberry holly (Ilex verticillata) is a space-saving male selection from Proven Winners. Though it does not develop berries, it must be planted near one of our female varieties for them to produce fruit. The nice thing about Mr. Poppins winterberry holly is that it is a space-saving dwarf selection, reaching just 3-4’ tall and wide. That means you can tuck this less-showy (but no less important!) plant in an out-of-the-way spot in your landscape and position the flashy female plants where they can get noticed. As long as all of the plants are within 50’ of each other, you can be assured that pollination will occur. A note about winterberry holly pollination: Winterberry holly plants are either male or female, and both a male and female plant need to be present in order for fruit to form on the female. Mr. Poppins is a male variety that is used to pollinate female varieties, like Berry Heavy or Berry Poppins. You can plant one male to pollinate up to 5 female selections. Wondering how far apart you can plant the male and female holly plants? Anywhere within about 50’ of each other – the distance you can expect a pollinator to fly on a single foraging trip – is suitable. Details Botanical name: Ilex verticillata 'FARROWMRP'
Patent #: USPP 25,834
Common name: Winterberry holly, Male winterberry holly
Zone: 3 - 9
Sun exposure: Full sun (6+hours sun) to part-sun (4-6 hours sun)
Height x width: 3-4' tall and wide
Flower color: White
Foliage color: Green
Season of Interest: Spring
Bloom time: Spring
Features: Winter interest, rabbit resistant, proven winners, native, heat tolerant, fall color, deer resistant, cold tolerant, best for beginners
Uses: Hedge, native plant gardens, wildlife gardens
How To Grow Soil: Moist but well-drained soils are best. Established winterberry holly can take some dryness.
Light: Full sun (6+ hrs/day) to part sun (4-6 hrs/day). Can grow in full shade, but flowering will be diminished, and plants will be less full.
Water: Average
Space: Plant Mr. Poppins within 50' of your female plants.
Fertilizing: Little needed. If desired, fertilize in early spring, once the ground has thawed, with a granular rose fertilizer. A second application may be made in late spring/early summer as well.
Winterizing: Nothing special required.
Maintenance & Pruning: Male plants do not develop berries, so can be pruned immediately after bloom if desired. However, it's best to avoid pruning them altogether except to remove any dead wood and once mature, to remove one or two of the oldest stems each year to encourage new and vigorous growth.
 

Customer Reviews

Based on 15 reviews
60%
(9)
7%
(1)
20%
(3)
0%
(0)
13%
(2)
F
F. (Virginia)
Wonderful healthy plants!

The plants I received are wonderful and healthy. They're thriving in their new home. Best of all is the customer service at Great Garden Plants! Best in class!! Thank you so much!

K
K.F. (Ohio)
Time will tell

As explained to the rep, plant came too late to plant, so he is overwintering in the breezeway. We shall see if Mr. Poppins pops in spring.

Hello! Typically orders ship seamlessly thanks to our shipping calendar, where you can select your ship date. We apologize for the delay in our team getting back to you and the shipment of your order. We appreciate your patience as we addressed the legality of shipping the other plants in your order. Restricted plants like barberry are something we take very seriously.

Rest assured, we have a guarantee on all our plants. Our fall guarantee covers plants received after September 1 until May 2023! If your Mr. Poppins does not fair well this winter, we would be happy to stand by our guarantee in the spring. Happy Gardening!
https://www.greatgardenplants.com/pages/our-guarantee

B
B.S. (West Virginia)
Mr Poppins

Arrived well wrapped and in great condition. I followed the instructions provided on care of plants that’s been shipped. After a few weeks of planting it, it’s now sprouting new leaves.

P
P.M. (Ohio)
Mr. Poppins

Plant doing well. Has put on some new growth.

P
P. (Connecticut)
Arrived dying

My Mr. Poppins arrived in very sad shape. When I opened the box, three blackened dry leaves fell out. The 5 remaining leaves didn’t look much better and these too eventually blackened and fell off. No amount of babying could restore it. They were very good about returning my money in a timely manner but I still do ‘t have a male winterberry to plant with the female one.

Hello! Thank you for leaving us a review. We apologize you received your plants not up to our standards. As we try our best to provide exceptional service, some factors like shipping and handling are outside of our control, and issues like this can sometimes happen. We're happy to hear that customer service was able to provide you a refund. It does appear that we have Mr. Poppins in stock if you'd like to place a new order. Happy Gardening!