{% 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 %}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':['4a', '4b', '5a', '5b', '6a', '6b', '7a', '7b', '8a', '8b'],'shipping_exclusions':''} }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/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 %}
white plant in hand icon

Hand-picked at our greenhouse

white shipped to door icon

Shipped to your door

Young plant icon

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.

Did you know?

Ground Covers For Suppressing Weeds

Ground covers effortlessly fill those tough-to-grow sites that are usually ignored, like tight spaces, gaps between stepping stones, slopes, or shady understories. Fight plants with plants and transform your garden into a lush landscape in the process with these ground covers.

Customer Reviews

Based on 10 reviews
30%
(3)
30%
(3)
10%
(1)
20%
(2)
10%
(1)
T
T.M. (Tennessee)
I hope next year they over take everything.

Some died cause it was so hot. I hope they make it and spead good next year.

We apologize that you're having trouble with your plants. Please email pictures of the plants 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 have a 60-day guarantee on all our plants. If you received your plants within that time frame, we would be happy to apply your warranty once we receive the pictures. Happy Gardening!
https://www.greatgardenplants.com/pages/our-guarantee

E
E.F. (New York)

I ordered/paid for quart size plants - seven Russian Sage and three Speedwell ground cover. What you sent was tiny plug plants that you must have popped into quart size pots on the way out the door. When I took each plant out of the pot, the dirt fell away to reveal the tiny plants (on every single one of these plants!). The ground cover plants did not make it. The sage plants are still alive. You should be refunding me at least the difference of the cost between "plug size plants” and “quart size plants”, as you definitely did NOT ship what I paid for!

Hello! Thank you for your feedback. Our growing team continuously checks our plants for robust root growth. Can you please send photos of the plants you received to claims@greatgardenplants.com? It sounds like the plants you received were not up to our standards. Happy Gardening!
https://www.greatgardenplants.com/pages/our-guarantee

M
M. (Colorado)
Still TBD

I received 2 of these plants in late April. They didn't look the greatest and I didn't think they'd make it. But they seem to be doing alright. No flowers yet but they are starting to slowly spread. We will see!

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!