Special Offer!

Order today and get Free Shipping on all purchases over $50.
Hurry, limited-time deal!

Shipping Policy‏‏

Effective Date: 8/13/2025

We work hard to process and ship your order quickly. Please read this policy carefully, as it contains important information about shipping methods, timelines, and limitations.

1. Available Shipping Methods

  • USPS Priority Mail – Required for vape cartridges.
  • USPS First Class Mail – Transit times can take up to 14 days and may vary by carrier performance.
  • FedEx 2Day – Estimated arrival 3–7 days after FedEx receives your package.
  • FedEx Overnight (Cold Shipping) – Orders placed before 1:00 PM EST (Mon–Thu) ship for next-business-day delivery. Orders placed after cutoff or on weekends/holidays ship the next eligible business day. Overnight service does not travel or deliver on weekends.

2. Delivery Days

Carrier delivery days are Monday–Friday only. Weekend deliveries and pickups are not available.

3. Processing Times

  • Individual Orders – Ship within 1–4 business days.
  • Wholesale Orders Under $25,000 – Ship within 2–4 business days.
  • Wholesale Orders Over $25,000 or 500+ units/SKU – Contact us for fulfillment timelines.
  • If an item is restricted in your state, we reserve the right to cancel and refund that portion of your order.

4. Cold Shipping

  • Recommended for edibles during warm weather.
  • Not available for vape cartridges.
  • Reduces, but does not guarantee, prevention of melting.

5. Shipping Delays

  • All delivery times are estimates only and are not guaranteed.
  • We are not liable for delays caused by carriers, weather, customs, or other factors outside our control.
  • If you select free USPS Priority shipping, liability for lost/stolen/delayed packages transfers to you once the carrier marks it as delivered. For guaranteed delivery, select FedEx.

6. Upgraded Shipping

  • You may upgrade by paying the difference between free USPS Priority and your preferred service.
  • Failure to pay the upgrade invoice may delay your shipment.

7. Split Shipments

If an item is out of stock, we will contact you to arrange one of the following:

  • Ship available items now and the rest later
  • Refund the out-of-stock item
  • Substitute with a similar product (with your approval)

8. Pickups

Pick-up orders are available by arrangement.

9. Legal Restrictions

We only sell and ship products to states where sale is legally permitted.

Subscribe and save 15% off your first order.

Receive 15% off your first order. Keep up to date with the latest trends and sales.

By submitting your email, you agree to opt-in to receive emails and exclusive offers from office@truemoola.com. We will never send you spam or sell your data. You can always remove your email from our contact list by unsubscribing.

Age Verification

Age Verification

You must be 21 years or older to enter this site.

jQuery(function($) { let productID = $('form.variations_form').data('product_id'); if (!productID) return; $.ajax({ url: wc_add_to_cart_params.ajax_url, type: "POST", data: { action: "tm_get_variation_stock_all", product_id: productID }, success: function(response) { let stockData = JSON.parse(response); $('.variable-item').each(function() { let value = $(this).data('value'); if (stockData[value] !== undefined) { let qty = stockData[value]; // Append stock text $(this).append( `${qty} left` ); } }); } }); });