GlobalRose: Farm-fresh Flowers Delivered To Your Doorstep!

  • Shop Summer Flowers!
  • Next Day Flowers ...

FREE SHIPPING NATIONWIDE

* Exclusions Apply For Hawaii And Alaska *

home chevron_right Contact Us

Contact Us

Submit a request

For faster support, if you've placed an order with us, please provide your order number from your confirmation email.

Please direct your inquiry to the following emails:

Cancellations:

If you need to cancel an existing order, please email us at: cancellations@globalrose.com

with the order ID and we will be happy to assist you. Please keep in mind most cancellations require at least 5 business days' notice.

Cancellations will ONLY be accepted via email.

function logCurrentPageSlug() { // Usamos window.location.pathname para que sea automático en cualquier página const path = window.location.pathname; const slug = "/" + path.split('/').pop(); return slug; } function exitBanner(){ if(document.getElementById('gr-urgent-valentine')){ const exitBanner = document.querySelector('#exitBanner') exitBanner.addEventListener('click', () => { const bannerSooner = document.getElementById('gr-urgent-valentine') bannerSooner.remove() }) } } function handleUrgentBannerEscapeKey(e) { if (e.key === 'Escape' || e.keyCode === 27) { const exitBanner = document.querySelector('#exitBanner'); if (exitBanner) { exitBanner.click(); } else { // Remove the listener if the element was removed document.removeEventListener('keydown', handleUrgentBannerEscapeKey, true); } } } document.addEventListener('keydown', handleUrgentBannerEscapeKey, true);