support.blossomflowerdelivery.com Open in urlscan Pro
2606:4700:20::681a:31f  Public Scan

Submitted URL: https://limevizi.mck2.cloud/c/wAABAAAAAOsBAKFk/sfEQAA/HS-sc0NuNLGU7PpF/?u=https%3A%2F%2Fsupport.blossomflowerdelivery.com%2F...
Effective URL: https://support.blossomflowerdelivery.com/?mindbox-message-key=7251076883280822272&mindbox-click-id=e67ecc46-ca3b-4f46-8a5f-e6910561febd&u...
Submission: On December 06 via api from CH — Scanned from NL

Form analysis 8 forms found in the DOM

GET https://support.blossomflowerdelivery.com/

<form class="hkb-site-search" method="get" action="https://support.blossomflowerdelivery.com/">
  <label class="hkb-screen-reader-text" for="hkb-search">Search For</label>
  <input id="hkb-search" class="hkb-site-search__field" type="text" value="" placeholder="Search Support" name="s" autocomplete="off">
  <img class="hkb-site-search__loader" src="https://support.blossomflowerdelivery.com/wp-content/themes/knowall/img/loading.svg" alt="Searching...">
  <input type="hidden" name="ht-kb-search" value="1">
  <input type="hidden" name="lang" value="">
  <button class="hkb-site-search__button" type="submit"><span>Search</span></button>
</form>

POST

<form method="post" class="woocommerce-form woocommerce-form-track-order track_order" id="update-content">
  <div class="col-12">
    <div class="form-div" id="div2" style="display: none;"></div>
  </div>
</form>

POST

<form method="post" class="woocommerce-form woocommerce-form-track-order track_order" id="update-form">
  <div class="modal-content">
    <div class="modal-header">
      <h5 class="modal-title" id="orderModalLongTitle">Fill the details</h5>
      <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true">×</span>
      </button>
    </div>
    <div class="modal-body">
      <div class="newTrackForm" id="newTrackForm">
        <div class="container">
          <div class="row">
            <div class="col-12" id="trackForm">
              <div class="col-12 formOuter form-div right-div" id="div1">
                <div class="woocommerce-notices-wrapper" id="erroe-check" style="text-align: center; color: red;"></div>
                <input type="hidden" name="titleSelf" value="" id="titleSelf">
                <div class="formOuterDiv">
                  <p class="form-row">
                    <label for="ordid">Order ID<span class="required">*</span></label>
                    <input class="input-text" type="text" name="ordid" id="ordid" autocomplete="off" value="" placeholder="Found in your order confirmation email." minlength="6" maxlength="7" required="">
                  </p>
                  <p class="form-row">
                    <label for="lname">Last Name (Customer)<span class="required">*</span></label>
                    <input class="input-text" type="text" name="lname" id="lname" autocomplete="off" value="" placeholder="Billing Last Name." required="">
                  </p>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="modal-footer">
      <input type="submit" class="button trackButton" name="trackOrder" id="trackOrder" value="Continue">
    </div>
  </div>
</form>

POST

<form method="post" class="woocommerce-form woocommerce-form-track-order create_email_ticket" id="createEmailTicket">
  <div class="modal-content">
    <div class="modal-header">
      <h5 class="modal-title" id="orderModalLongTitle">Blossom Email Support</h5>
      <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true">×</span>
      </button>
    </div>
    <div class="modal-body">
      <section class="newTicketForm" id="newTicketForm">
        <div class="container">
          <div class="row">
            <div class="col-12" id="ticketFormOuter">
              <div class="" id="ticketForm">
                <div class="formOuterDiv">
                  <div class="woocommerce-notices-wrapper" id="error-ticket" style="text-align: center; color: red;"></div>
                  <input type="hidden" name="title" value="" id="title">
                  <input type="hidden" name="subject" value="" id="subject">
                  <div class="row">
                    <div class="form-group col-sm-6">
                      <label for="firstName">First Name (Customer)<span class="required">*</span></label>
                      <input class="input-text form-control" type="text" name="firstName" id="firstName" autocomplete="off" value="" placeholder="Billing First Name." required="">
                    </div>
                    <div class="form-group col-sm-6">
                      <label for="lastName">Last Name (Customer)<span class="required">*</span></label>
                      <input class="input-text form-control" type="text" name="lastName" id="lastName" autocomplete="off" value="" placeholder="Billing Last Name." required="">
                    </div>
                  </div>
                  <div class="row">
                    <div class="form-group col-sm-6">
                      <label for="orderid">Order ID<span class="required">*</span></label>
                      <input class="input-text form-control" type="text" name="orderid" id="orderid" autocomplete="off" value="" placeholder="Found in your order confirmation email." minlength="6" maxlength="7" required="">
                    </div>
                    <div class="form-group col-sm-6">
                      <label for="email">Email Address<span class="required">*</span></label>
                      <input class="input-text form-control" type="email" name="email" id="email" autocomplete="off" value="" placeholder="Billing Email." required="">
                    </div>
                  </div>
                  <div class="form-group duplicateOrderId">
                    <label for="orderid">Duplicate Order ID's<span class="required">*</span></label>
                    <input class="input-text form-control" type="text" name="orderid_dup" id="orderid_dup" autocomplete="off" value="" placeholder="Ex: 100001, 100002, 100003, ...">
                  </div>
                  <div class="form-group">
                    <label for="note">Describe the Problem</label>
                    <textarea class="input-text form-control" name="note" id="note" autocomplete="off" value=""></textarea>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </section>
    </div>
    <div class="modal-footer">
      <!-- <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> -->
      <input type="submit" class="button trackButton" name="createTicket" id="createTicket" value="Continue">
    </div>
  </div>
</form>

POST

<form method="post" class="woocommerce-form woocommerce-form-track-order create_email_ticket" id="createEmailAccount">
  <div class="modal-content">
    <div class="modal-header">
      <h5 class="modal-title" id="orderModalLongTitle">Choose your choice</h5>
      <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true">×</span>
      </button>
    </div>
    <div class="modal-body">
      <section class="newAccountForm" id="newAccountForm">
        <div class="container">
          <div class="row">
            <div class="col-12" id="accountFormOuter">
              <div class="" id="accountForm">
                <div class="formOuterDiv">
                  <div class="form-group">
                    <label for="yes">Yes</label>
                    <input class="input-text" type="radio" name="yes" id="yes" autocomplete="off" value="Yes">
                  </div>
                  <div class="form-group">
                    <label for="no">No</label>
                    <input class="input-text" type="radio" name="no" id="no" autocomplete="off" value="No">
                  </div>
                </div>
                <div class="clear"></div>
              </div>
            </div>
          </div>
        </div>
      </section>
    </div>
  </div>
</form>

POST

<form method="post" class="woocommerce-form woocommerce-form-track-order send_invoice" id="createInvoiceSend">
  <div class="modal-content">
    <div class="modal-header">
      <h5 class="modal-title" id="orderModalLongTitle">Mention your Order ID</h5>
      <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true">×</span>
      </button>
    </div>
    <div class="modal-body">
      <section class="invoiceSendForm" id="invoiceSendForm">
        <div class="container">
          <div class="row">
            <div class="col-12" id="accountFormOuter">
              <div class="" id="sendForm">
                <div class="formOuterDiv">
                  <div class="form-group col-12">
                    <label for="order_id">Order ID<span class="required">*</span></label>
                    <input class="input-text form-control" type="text" name="order_id" id="order_id" autocomplete="off" value="" placeholder="Found in your order confirmation email." minlength="6" maxlength="7" required="">
                  </div>
                </div>
                <div class="clear"></div>
              </div>
            </div>
          </div>
        </div>
      </section>
    </div>
    <div class="modal-footer">
      <input type="submit" class="button sendInvoiceButton" name="sendInvoice" id="sendInvoice" value="Send Invoice">
    </div>
  </div>
</form>

POST

<form method="post" id="callBackViCi">
  <div class="modal-content">
    <div class="modal-header">
      <h5 class="modal-title" id="callModalLongTitle">Blossom Call Support</h5>
      <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true">×</span>
      </button>
    </div>
    <div class="modal-body">
      <section class="newPhoneTicketForm" id="newPhoneTicketForm">
        <div class="container">
          <div class="row">
            <div class="form-group col-12">
              <label for="first_name">First Name<span class="required">*</span></label>
              <input class="input-text form-control" maxlength="30" size="20" name="first_name" id="first_name" type="text" value="" placeholder="Your First Name." required="">
            </div>
            <div class="form-group col-12">
              <label for="last_name">Last Name<span class="required">*</span></label>
              <input class="input-text form-control" maxlength="30" size="20" name="last_name" id="last_name" type="text" value="" placeholder="Your Last Name." required="">
            </div>
            <div class="form-group col-12">
              <label for="phone">Phone Number (USA and Canada only)<span class="required">*</span></label>
              <input class="input-text form-control" maxlength="13" name="phone" id="phone" type="tel" value="" required=""
                onkeypress="if (!window.__cfRLUnblockHandlers) return false; return (event.charCode !=8 &amp;&amp; event.charCode ==0 || (event.charCode >= 48 &amp;&amp; event.charCode <= 57))" placeholder="(___)___-____">
            </div>
          </div>
          <div class="row scheduleCallback">
            <div class="form-group col-12 dateOuter">
              <label for="date">Date<span class="required">*</span></label>
              <input class="input-text form-control dayCallback" name="dayCallback" id="dayCallback" type="date" value="" placeholder="Callback Date">
            </div>
            <!-- <div class="form-group col-12 timeOuter">
                        <label for="time">Time (Pacific)<span class="required">*</span></label>
                        <input class="input-text form-control timeCallback" name="timeCallback" id="timeCallback" type="time" value=""  placeholder="Callback Time" min="06:00" max="18:00">
                      </div> -->
            <div class="form-group col-12 timeOuter">
              <label for="time">Time (Pacific)<span class="required">*</span></label>
              <select class="input-text form-control timeCallback" name="timeCallback" id="timeCallback">
                <option disabled="" selected="">Select the preffered time</option>
                <option value="06:30:00">06:30</option>
                <option value="07:00:00">07:00</option>
                <option value="07:30:00">07:30</option>
                <option value="08:00:00">08:00</option>
                <option value="08:30:00">08:30</option>
                <option value="09:00:00">09:00</option>
                <option value="09:30:00">09:30</option>
                <option value="10:00:00">10:00</option>
                <option value="10:30:00">10:30</option>
                <option value="11:30:00">11:30</option>
                <option value="12:00:00">12:00</option>
                <option value="12:30:00">12:30</option>
                <option value="13:00:00">13:00</option>
                <option value="13:30:00">13:30</option>
                <option value="14:00:00">14:00</option>
                <option value="14:30:00">14:30</option>
                <option value="15:00:00">15:00</option>
                <option value="15:30:00">15:30</option>
                <option value="16:00:00">16:00</option>
                <option value="16:30:00">16:30</option>
                <option value="17:00:00">17:00</option>
                <option value="17:30:00">17:30</option>
              </select>
            </div>
          </div>
          <div id="message"></div>
        </div>
      </section>
    </div>
    <div class="modal-footer">
      <input type="submit" class="button" name="createCallback" id="createCallback" value="Continue">
    </div>
  </div>
</form>

POST

<form method="post" class="woocommerce-form woocommerce-form-track-order track_order" id="payment-form">
  <div class="modal-content">
    <div class="modal-header">
      <h5 class="modal-title" id="orderModalLongTitle">Fill the details</h5>
      <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true">×</span>
      </button>
    </div>
    <div class="modal-body">
      <div class="newPaymentForm" id="newPaymentForm">
        <div class="container">
          <div class="row">
            <div class="col-12" id="paymentForm">
              <div class="col-12 formOuter form-div right-div">
                <div class="woocommerce-notices-wrapper" id="error-check" style="text-align: center; color: red;"></div>
                <div class="formOuterDiv">
                  <p class="form-row">
                    <label for="ordid_">Order ID<span class="required">*</span></label>
                    <input class="input-text" type="text" name="ordid_" id="ordid_" autocomplete="off" value="" placeholder="Found in your order confirmation email." minlength="6" maxlength="7" required="">
                  </p>
                  <p class="form-row">
                    <label for="lname_">Last Name (Customer)<span class="required">*</span></label>
                    <input class="input-text" type="text" name="lname_" id="lname_" autocomplete="off" value="" placeholder="Customer Last Name." required="">
                  </p>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="modal-footer">
      <button type="button" class="button trackButton" id="trackPayment" name="SUBMIT" value="Log in" onclick="if (!window.__cfRLUnblockHandlers) return false; paymentmake();">Submit</button>
    </div>
  </div>
</form>

Text Content

CUSTOMER SERVICE

Menu
 * Home
 * Store
 * FAQ

Search For Search


CUSTOMER SERVICE
SELF SUPPORT




WHAT CAN WE HELP YOU WITH?


WE'RE HERE TO HELP.

Choose an option and we’ll find you the best solution. Connect by phone, chat,
email, and more.


TRACK MY ORDER?

Order Status
Delivery Confirmation


MODIFY MY ORDER INFO

Edit the Details of your Order
Modify Delivery Info


ADDONS MISSING

An item Missing from order
Chocolate, Teddy, Balloons, etc


PAYMENTS

Payment Declined
Make your Payment


ORDER DUPLICATED

My Order Was Duplicated



DELIVERED ORDER ISSUE

Item(s) arrived damaged
Wrong item(s) send


INVOICING

Resend my Invoice



CANCEL MY ORDER

Cancel order



ORDER NOT DELIVERED

Claim the missing order
I've not received my order


UNSUBSCRIBE

Newsletter
Unsubscribe Emails


RUSH ORDER ISSUE

Reimburse Expedited Delivery Fee, Order arrived Late


OTHER TOPICS

The topic is not listed
I need more help


FAQ'S

Frequently Asked Questions
History


CREATE ACCOUNT

Manage your Orders
& Payments

FILL THE DETAILS

×

Order ID*

Last Name (Customer)*



BLOSSOM EMAIL SUPPORT

×
First Name (Customer)*
Last Name (Customer)*
Order ID*
Email Address*
Duplicate Order ID's*
Describe the Problem


CHOOSE YOUR CHOICE

×
Yes
No


MENTION YOUR ORDER ID

×
Order ID*



BLOSSOM CALL SUPPORT

×
First Name*
Last Name*
Phone Number (USA and Canada only)*
Date*
Time (Pacific)* Select the preffered time 06:30 07:00 07:30 08:00 08:30 09:00
09:30 10:00 10:30 11:30 12:00 12:30 13:00 13:30 14:00 14:30 15:00 15:30 16:00
16:30 17:00 17:30



FILL THE DETAILS

×

Order ID*

Last Name (Customer)*

Submit

--------------------------------------------------------------------------------


CREATE ACCOUNT AND STAY UPDATED

In order to keep a record of all the orders and payments.

Sign up



GET SUPPORT

If you still need human assistance.

Start Now



DO YOU STILL NEED ASSISTACE?

Based on your selected option, here are the best options.


EMAIL

Mention the problem in details and we will reply by email.
-
Recommended


TALK TO SUPPORT NOW

Provide your phone number and support agent will call you now.
-
Wait time: 2 to 8 min


CHAT

Currently Unavailable. Please choose other methods to reach.
-
-


FREQUENTLY ASKED QUESTIONS

Review the most commonly asked questions below.

COVID-19 Delivery Policy

FLEXIBLE DELIVERY INFO

Because of the present health crisis that led to this unprecedented scarcity of
supply of flowers and plants, orders may be flexed with other possible delivery
dates. Upon check out, you will see the flexible delivery date which will
reflect on your invoice as a reference.

COVID-19 SUBSTITUTION AND DELIVERY POLICY

Blossom Flower Delivery remains committed to delivering your important emotional
sentiments on time, and as fresh and beautiful as possible despite these
difficult times. To ensure timely delivery, we may at times need to substitute
flowers and plants with equal value considering the look, feel, and vibe of the
arrangement.

HAND-DELIVERED BY THE FLORAL DELIVERY DRIVER

The safety of our customers and recipients is our number one priority. Our
drivers follow the safety guidelines for covid-19 and have adapted the
guidelines of (CDC). Social distancing is practiced through contactless
delivery, this may in some cases necessitate leaving floral or plant orders at
the door or porch. For successful delivery, we require a phone number of the
recipient regardless if delivering as a surprised gift or going to a business,
hospital, hotel, school, and other non-residential locations. However, please
note that these may be impacted.

SHIPPED FROM OUR FLOWER WAREHOUSE

In situations where we have flower shortage in our stores, we will deliver your
order from our warehouse. Our trained and expert designers will create a
beautiful seasonal bouquet which will be safely delivered in a secured box that
will preserve the quality of the flowers.

Delivery Info

DELAYED DELIVERIES

For residential, hospitals, and nursing home deliveries, in the unlikely event
that there is a delay in the delivery, the delivery will be attempted the next
day. During major flower holidays deliveries may be made as late as 9p.m.

For business deliveries, if the recipient is not there, the business is closed,
or there is a delay in the delivery, then the delivery will be attempted the
next business day. Please note: the florist may call the recipient to schedule
the delivery.

DELIVERY TIMES

Normal delivery times are 9am-5pm daily for orders going to a business, 6pm for
orders to a residence, hotel, or hospital, and 2pm for orders going to a high
school. During major holidays such as Valentine's Day and Mother's Day our
florists operate extended hours and delivery times are 8am-9pm.

WEEKEND DELIVERIES

Deliveries are available in most major cities on Saturday and Sunday in the USA.
If we are unable to arrange for delivery on Sunday and time permits we will
setup for delivery on Saturday, including Birthday and Anniversaries, and
Mother's Day Orders. If Saturday or Sunday is not available, then the order will
be delivered on Monday.

CAN I SPECIFY THE TIME OF DELIVERY?

We will do our best to meet your delivery requirements. Let us know what you are
looking for in special instructions when ordering online or over the phone. It
is not practical to specify an exact time however before 2PM. After 1PM type of
requests we can usually meet. When it comes to schools, businesses and sympathy
service times we understand the time sensitive nature. Sometimes weather, short
notice and location can make your request not possible but we will make every
effort to make you happy with prompt delivery. During busy holiday times it is
very difficult and unlikely that we can meet requests for timed deliveries. We
will do our best but it is simply not practical as the volume of orders does not
allow for that type of service many times.

EXPRESS DELIVERY

All Express Delivery Handling orders are processed immediately after we receive
them. We make every effort to have them delivered by 1 pm. If your order is not
delivered by 1 pm and you selected the express delivery option at checkout, we
can credit your expedited fee, typically $5.99 back to your account.

What can I do if I am not happy with the flowers that were delivered?

In the unlikely event this happens be assured Blossom Flower Delivery will do
our best to make you happy. We will pick up and redeliver another arrangement if
you notify us within 2 days of receiving the flowers.

Since most of our products are perishable goods, we do not accept returns and we
typically do not issue refunds as there is a 50% restocking fee.

However, our caring and experienced staff will ensure your satisfaction to the
best of our ability. If the recipient keeps the flowers delivered and we are not
asked to pick up and redeliver another arrangement we will not issue a refund.

What if I received the wrong flowers?

We are very sorry to hear that you did not receive what you ordered. We will
work with our preferred florist to see what happened, and will work on resolving
that by having a replacement arrangement sent out if necessary. If the
arrangement was similar to what they ordered but some flowers were substituted,
our substitution policy states that in order to deliver the order on time we
must substitute similar flowers in some cases, keeping the overall look and
value of the original item.

Substitution Policy

SUBSTITUTION POLICY

We are committed to delivering your important emotional sentiments on time and
as fresh and beautiful as possible. Because of the nature, seasonality, and
regional availability of flowers and plants, it is sometimes necessary to make
substitutions of equal or greater value. We will make every effort to maintain
the "look and feel" of the arrangement by considering the overall shape, size,
style, and color combinations. In single-variety arrangements the variety will
take precedence over color. White roses and cream roses may be substituted for
each other as well as peach roses and pink roses. Purple and pink orchids may
need to be substituted for white orchids and visa versa.

SUBSTITUTIONS FOR SPECIAL OCCASIONS

Due to the importance of delivering orders for special occasions, such as
funerals, birthdays, and anniversaries, on specific days, we may make a
substitution of equal or greater value to ensure timely delivery, if the flowers
you requested are not available, and we are not able to contact you via the
phone number(s) or email address you provided us.

Taxes & Pricing

PRICES DISPLAYED

Prices can be shown in many different currencies by selecting an item and then
choosing the currency. The currency converter is provided for your convenience
and reference only. It uses current exchange rates to show product prices in the
currency of your choice. These rates correspond to the average exchange rates
that would otherwise be applied in an e-commerce transaction. The currency
exchange data is complex, obtained from a variety of sources and is subject to
change without notice. Your credit card, however, will be charged in dollars
(USD). Daily exchange rates apply if you are charged in a different currency by
your financial institution. Prices vary by item and some items are priced up to
$20 off competing retail prices. You may use a coupon on these items.

TAXES

We must charge sales tax of 7.25% for orders going to the state of California
and 9.50% in Los Angeles county. We apologize from being unable to exempt any
person or organization, including ones with non-profit status, from sales tax.

ORDERS GOING TO KENTUCKY

The retailer is not required to and does not collect Kentucky sales or use tax
The purchase may be subject to Kentucky use tax unless the purchase is exempt
from taxation in Kentucky;

The purchase is not exempt merely because it is made over the Internet, by
catalog, or by other remote means; and The Commonwealth of Kentucky requires
Kentucky purchasers to report all purchases of tangible personal property or
digital property that are not taxed by the retailer and pay use tax on those
purchases unless exempt under Kentucky law. The tax may be reported and paid on
the Kentucky individual income tax return or by filing a consumer use tax return
with the Kentucky Department of Revenue.

PRICING

Prices shown below product images do not include our shipping and service fees.
Prices below the small image are the base price for the item. Many products are
available in Regular, Deluxe, and Premium sizes that you can upgrade to.

PRICING FOR HOLIDAYS

Some items increase in price around major holidays. If the price increases for
the holiday you will notice the change when you choose a date that is near a
major flower holiday. If the price does not go up then the item does not
increase in price for the holidays. Prices normally only increase from Feb 2nd
until a few days after Valentine's Day.

PRICE CHANGE

Some local florists have minimum dollar amounts for orders. We are committed to
matching you with a local florist that can fill your order for your selected
item(s)'s paid dollar-amount. However, there are rare occasions when the most
cost-effective local florist's minimum exceeds the amount you paid for your
selected item(s). We will contact you if such a situation arises.

PHONE ORDERS

There is a $6.99 fee for ordering flowers and gifts on the telephone so please
save some money and order online!

PRICES MAY VARY BY COUNTRY AND HOLIDAY

Prices for items during some holidays and to some countries may differ from
prices as shown on the website. The seasonal or local price for an item will
show once you select the state or country and the delivery date and put an item
in your shopping cart.

PRICING MINIMUMS

We have a 59.99 minimum for orders placed at regular non-holiday times. If there
is a problem with the website and it allows you to place an order for an add-on
item or something that is under our minimum order, then we will contact you.

SERVICE FEES

For florist delivered products the service fee and starts at $9.99. The actual
price will be calculated and shown before checkout and depends upon factors such
as delivery date, if the order is expedited, item, etc.

CURRENCY

Because we are an American company, we bill in U.S. dollars. So regardless of
where you are located or where you are sending your gift, you will only be
billed in U.S. Dollars. Additionally, in the chance that you are issued any sort
of refund, you will only be refunded in U.S. dollars. We are not responsible for
exchange rate fluctuation.

Change Order

Blossom Flower Delivery will be happy to assist you with a change to your order.
Unfortunately, if the order has already shipped or is en route for delivery, we
cannot accommodate the change request.

Please call (877) 414-7903 during business hours (9am-8pm EST Mon-Fri and
9am-6pm EST Sat-Sun) to speak with a floral specialist who will be happy to
assist you.

To expedite your call, please have your order number available when speaking
with a member of our team. The order number can be found on your email receipt
(if applicable) or would have been provided by the floral specialist when
placing your order by phone.

You can also email us at service@blossomflowerdelivery.com. Please include your
order number in your email.

Cancel Order

Blossom Flower Delivery will be happy to assist you with a request to cancel
your order. Unfortunately, if the order has already shipped or is en route for
delivery, we cannot accommodate the cancellation request.

Please call (877) 414-7903 during business hours (9am-8pm EST Mon-Fri and
9am-6pm EST Sat-Sun) to speak with a floral specialist who will be happy to
assist you.

To expedite your call, please have your order number available when speaking
with a member of our team. The order number can be found on your email receipt
(if applicable) or would have been provided by the floral specialist when
placing your order by phone.

You can also email us at service@blossomflowerdelivery.com. Please include your
order number in your email.


© Copyright Customer Service.
 * Home
 * Store
 * FAQ