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

'Tidal Pool' Creeping Speedwell

PERENNIAL

Description

  • Brilliant blue flowers bloom in early summer!
  • Fast-spreading ground cover fills in any space.
  • Salt tolerant - ideal for driveways and walkways.
  • Grows densely to suppress weeds.
  • Zones 4-8, sun/part sun, 3″ tall x 36" wide at maturity.
Zone 4-8
Light part sun/sun
low

{% capture DiscountGroup %}1{% endcapture %} {% capture DiscountTier %}3{% 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 == 3%} {% 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 %}3{% 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/veronica-tidal-pool-1.jpg?v=1608001987', title: 'Tidal Pool Creeping Speedwell', 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 Few other ground covers are as adaptable and easy to grow as Tidal Pool Speedwell (Veronica). It's a fast-spreading evergreen that grows up to 30" wide in a single season. You won't believe how quickly it takes off to make itself at home in your garden. Hundreds of brilliant blue flowers give this ground cover a big presence, even though it only grows 3 inches tall! Tidal Pool is very tolerant of adversity from rain and cold to heat, humidity, and drought. This carefree, drought-tolerant ground cover needs only sunshine and good soil drainage. It has demonstrated good salt tolerance, so it is ideal for lining driveways and walkways. Quick fact: This cultivar was bred by the renowned Dr. Jim Ault of Chicago Botanical Gardens. No wonder it is such a success! Details Botanical name: Veronica 'Tidal Pool'
Patent #: USPP 23,341
Common name: Creeping speedwell, speedwell
Zone: 4 - 8
Sun exposure: Sun (> 6 hours sun) to part-sun (4-6 hours sun)
Height x width: 2- 3" tall x 24 - 36" wide
Flower color: Blue
Foliage color: Green
Season of interest: Spring - summer
Bloom time: Midspring, late spring
Features: Suitable for slopes, low flammability, ground covers, drought tolerant, deer resistant, rabbit resistant
Uses: Alpine & rock, container gardening, edging, ground cover, rock garden, slopes, small spaces, underplanting, waterside
How To Grow Soil: Easily grown in average, medium moisture, well-draining soil.
Light: Prefers full sun(> 6 hours sun) but tolerates part-sun (4-6 hours sun) in the South.
Water: Best performance occurs with consistent, regular moisture with sharp soil drainage (particularly in winter).
Spacing: 30"
Fertilizing: Feed with a general-purpose slow-release fertilizer before new growth begins in spring.
Winterizing: If not cut back in summer, prune down to basal growth in late autumn. Maintenance & pruning: To keep tidy plants, trim back by half after flowering.

Customer Reviews

Based on 7 reviews
29%
(2)
29%
(2)
14%
(1)
14%
(1)
14%
(1)
g
g. (Texas)
Ordered two one has died, other sickly

Disappointing: My last order was exceptional, this one not very good. I am going to blame part of it on the Texas heat and a delay in delivery. Temperatures have been 100+ , I can only imagine in a vehicle . Some of the plants are made for heat and they did ok, but most are shade plants. Never dealt with these flowers and ordered by the picture. What I got looked nothing like the picture, other than the label. Foliage is extremely low less than 1/2 inch tall and looks more like a creeping juniper or something. Don't think it would be something I would like anyway if that's what it grows into. One already dead and the other looks bad and will probably die in another week or two. Reminds me more of Texas goat head stickers.

Hello! 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.

As mentioned on our website, we do ship young plants. We guarantee that they will look like the picture on our site at maturity.

Please email pictures of the plant to claims@greatgardenplants.com, making sure to put your order number and name in the subject line so that we may provide the best assistance possible. Rest assured, we do have a 60-day guarantee on all of our plants. If you received your plants within that timeframe, we will be happy to apply your warranty once we receive the pictures. Happy Gardening!

https://www.greatgardenplants.com/pages/our-guarantee

M
M.S. (Colorado)
Settling into the climate not much growth

Hoping this plant takes off like the description stated. It's still early stages, but alive and thriving!

Hello! Thank you for leaving feedback. When transplanting young plants from a nursery pot to a garden, the plant allocates more energy to root development instead of shoot development (above ground). It's important for them to develop a robust root system so they can actually absorb the nutrients and water in the soil around them. Then after their root system is more developed they'll invest in their shoots and flower development. They generally spend their first year growing roots in their new home, the second year they have more energy to put into growth, and the third year, they are growing and flowering vigorously. This applies to plants in the garden center as well as plants you purchase online. We hope this helps. Happy Gardening!

L
L.C. (North Carolina)
Tidal Pool Speedwell

I’m still hopeful that these plants will grow and spread quickly, bloom, and be a wonderful asset on the little hill I’ve planted them. Despite careful planting in properly conditioned soil; frequent watering and a few well placed rocks to discourage erosion, they honestly don’t look very different from the day I planted them. I’m optimistic, though, that over time, they’ll perk up. I have our bee hives just above this sloped area in hopes that the “girls” will enjoy the flowers. Wish me luck.

Hello! Thank you for leaving a review. It sounds like you are taking great care of your new plants! As I'm sure you're aware, so many factors like weather, soil type, watering, and fertilizing all come into play when it comes to plant growth. Perhaps you're familiar with the old saying about plants: first year sleep, second year creep, third year leap. This applies to plants in the garden center as well as plants you purchase online. They generally spend their first year growing roots in their new home, the second year they have more energy to put into growth, and the third year, they are growing and flowering vigorously.

I'm not sure who closely you've placed the rocks to your new plants. But, we often see gardeners place rocks too close to their new plants, which can hurt the plant as it's trying to establish. One of our horticultural experts recommends keeping rocks at least 18 inches away from new plants until they are established.

We hope that this helps. Happy Gardening!

M
M.B. (Virginia)
so far so good

Everything came perfectly healthy, well packaged. Would never hesitate to order again.

D
D.S. (Kansas)
Speedwell Tidal Pool

Plants were healthy when delivered, but it was after their normal bloom time, so hopefully I can keep them alive til next spring & then enjoy their beautiful royal blue color 🤞🏼