{% 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.

Boston Ivy

PERENNIAL

Description

  • Fast-growing, ready to scale walls, arbors, and more!
  • Vibrant orange-red fall colors.
  • Thrives in tough-to-grow conditions.
  • Easy to grow and maintain.
  • Zones 4-8, sun/part sun, 50′ tall x 10′ wide at maturity.
Zone 4-8
Light part sun/sun
very tall

{% capture DiscountGroup %}1{% endcapture %} {% capture DiscountTier %}2{% 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 == 2%} {% 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 %}2{% 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':['4a', '4b', '5a', '5b', '6a', '6b', '7a', '7b', '8a', '8b'],'shipping_exclusions':''} }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//cdn.shopify.com/s/files/1/0472/6394/0775/products/parthenocissus-tricuspidata-boston-ivy-1-sw.jpg?v=1626779236', title: 'Boston Ivy', 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 Lush, green summer foliage transitions to a vibrant red in the fall, making Boston Ivy (Parthenocissus tricuspidata) a popular clinging vine. Short tendrils easily grip surfaces, making climbing a breeze. Plant near walls, trellises, arbors, or fences to create a gorgeous backdrop for your garden. It also serves as a groundcover. While Boston ivy is known for the leaves, it also grows small green blooms and dark-colored berries that attract birds. We love how quickly this perennial grows. If left alone, it will grow up to 50 feet tall! Let this plant rule your landscape, or keep it in control with annual pruning and sheering. Details Botanical Name: Parthenocissus tricuspidata
Common Name: Boston Ivy
Zone: 4 - 8
Sun Exposure: Sun (> 6 hours sun) to part-sun (4-6 hours sun)
Height x Width: 30-50' x 5-10'
Flower Color: Green
Foliage Color: Dark green, orange, red
Season of interest: Summer through fall
Bloom time: Summer
Features: Privacy & screening, heat tolerant, ground covers, fall color, drought tolerant, deer resistant, best sellers
Uses: Cottage gardening, ground cover, privacy, erosion control, vines and climbers
How To Grow Soil: Well-drained, loamy soil
Light: Sun to part-sun
Water: Water needs are average.
Spacing: Vines are vigorous and rapid growers and can grow to 50 ft high and 10 ft wide, so space generously.
Fertilizing: While fertilizing is unnecessary, if you have infertile soil, you may apply a slow-release fertilizer in the spring as new growth develops.
Winterizing: Boston ivy winter care is minimal and consists primarily of pruning. Young vines may appreciate extra mulching, but they are generally hardy.
Maintenance & Pruning: Prune the vines once each year (in late winter) to control the rapid growth. The vines respond well to pruning, so have no fear!

Garden Care

Transform Your Trellis: How to train vines

While vines may look effortless as they scamper over structures, many of them benefit from extra training to grow just the way you like. We'll break it down for each type, and even include examples from some of our great gardeners.

Customer Reviews

Based on 29 reviews
79%
(23)
3%
(1)
10%
(3)
0%
(0)
7%
(2)
D
D.M.
Quickly Died

My Boston Ivy was received and planted in the Fall. It quickly died. I waited till Spring to verify that it was truly beyond hope. By then it was outside the window to get a replacement.

Hello! We're sorry to hear that you've had some trouble with your Boston Ivy. Our team is always available to help out the moment that things don't seem right.
https://www.greatgardenplants.com/pages/our-guarantee

Happy Gardening!

S
S. (Pennsylvania)

Came nice and healthy, growing fast.

A
A.M. (Utah)
Good not great

I want to give this rating 5 stars for the customer service (had 2/3 plants arrive almost dead and they quickly sent replacements), however, all 3 of the plants have struggled and seemed hard to keep alive. I’ve followed planting and care instructions and it seems like all of the plants aren’t wanting to keep alive.

Hello! Thank you for leaving a review. We'd be happy to help diagnose the problem, but it's hard for us to tell without more information and photos of the plant. We'd be happy to help out if you send us some photos to info@greatgardenplants.com. Make sure that your plants are getting enough water. This tends to be the most common problem during the summer heat and with newly planted plants. New plants will need a lot more water than the more mature plants in your garden. We look forward to hearing from you and helping your plants thrive in your garden. Happy Gardening!

M
M.R. (Pennsylvania)
I only meant 3 stars

See my review below regarding the resemblance to poison ivy. I hit submit before changing my star rating. Not 5 stars, sadly. Only 3

Hello! Boston ivy (Parthenoicissus tricuspidata) takes on many different leaf forms, which means they can often be misidentified. Mature plants tend to have a single leaf with three lobes on it, while juvenile plants have leaves that are compound with three leaflets! As your plant grows and matures, the leaf form will show more of a mature lobed shape. To learn more about it, you can check out https://www.bostonivy.net/ We apologize for the inconvenience this may have caused and hope you still enjoy your plants! Happy Gardening!

M
M.R. (Pennsylvania)
Poison Ivy's virtuous twin?

I have to do a double take with these plants as they resemble poison ivy so much! I'm surprised it's not mentioned or spoken about in the reviews here. It turned me off at first and I almost decided to pull it (I have lots of poison ivy and don't fancy cultivating a lookalike), but I am giving it a chance to cover an arch trellis in a very shady spot in my part-shade garden. It seems like only the base part of the plant looks like PI and the vines have a different leaf all together. I'm hoping it will climb fast and win me over - it's really tough to find anything that isn't invasive to climb the shady trellis I have. I had high hopes for the Boston Ivy, so we'll see.

Hello! Thank you for your review. I'm sorry you are not satisfied with your plants! Boston ivy (Parthenoicissus tricuspidata) takes on many different leaf forms, which means they can often be misidentified. Mature plants tend to have a single leaf with three lobes on it, while juvenile plants have leaves that are compound with three leaflets! As your plant grows and matures, the leaf form will show more of a mature lobed shape. To learn more about it, you can check out https://www.bostonivy.net/ We apologize for the inconvenience this may have caused and hope you still enjoy your plants! Happy Gardening!