Special Offer!

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

News, resources & guides

The TRUEMOOLA Blog

Learn about cannabinoids like CBD, CBG, CBN, Delta 8, Delta 9, HHC and more.

thca flower

🌿 April’s Top THCA Flower Strains

Happy 420 weekend! We’ve rounded up some of our favorite indoor‑grown, American THCA strains—harvested at peak potency and expertly cured to bring out every aroma and flavor. They’re only here while supplies last, so take a look below and grab your favorites. 🍇 Purple Haze Experience the uplifting euphoric effects of Purple Haze, a strain so good the legend Jimi Hendrix sealed it in the histor…

2024 trends, gift ideas

Gift Ideas: Valentine's Day Gift for Cannabis Lovers

Looking for a special gift for your partner this Valentine’s Day? You’ll be glad you sprung for something other than the typical box of chocolate a…

Search The Blog

Subscribe To Our Newsletter

Get exclusive access to product launches and discounts.

Follow us

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` ); } }); } }); });