Shipping Method | Order Placed | Ship Date | ETA Date | Notes |
---|---|---|---|---|
%{shipping_method.display_name}
%{tag_info[tag]?.display_name}
|
%{formatted_order_cut_off_time} | Loading... %{shipDateForShippingMethod(shipping_method)?.format('MMMM Do')} %{leadTimeTextForShippingMethod(shipping_method)} | Loading... %{ETAForShippingMethod(shipping_method)?.max?.format('MMMM Do')} %{ETAForShippingMethod(shipping_method)?.min?.format('MMMM Do')} - %{ETAForShippingMethod(shipping_method)?.max?.format('MMMM Do')} |
Will not arrive before %{missedShippingHolidays(shipping_method).map((holiday_info) => holiday_info.name).join(' OR ')}
Please contact us if you have an order you need before the 4th, and we will see if we can accommodate this.
%{note}
|