truemoola is all you need

gummies summer

FUN CUBE LIMITED EDITION

FUN CUBES ICE CREAM EDITION

Wholesale Ordering

CARTRIDGES

Wholesale Ordering

CBD GUMMIES

Wholesale Ordering

FUN CUBE - Vegan Gummies

Wholesale Ordering

CBD TOPICALS

Wholesale Ordering

THC EXTRACT

Fun Cube Vegan Gummies 600mg

[vjcu-wholesale-cbd-gummies]

SOUR CUBES

[vjcu-wholesale-wsp-sour-cubes]

Fun Cube Extreme 6,000MG

[vjcu-wholesale-limited-edition]

MICRO DOSE

[vjcu-wholesale-wsp-micro]

Delta8 / HHC Pre Rolls (1.5G) - Happy Tube

[vjcu-wholesale-wsp-happy-tube]

THC-A Pre Roll

[vjcu-wholesale-wsp-thca-40p]

THCA Premium Prerolls

[vjcu-wholesale-thca-premium-prerolls]

Day & Night CBD Gummies (THC Free)

[vjcu-wholesale-gummies]

Delta8 THC Gummies

[vjcu-wholesale-delta8-thc-gummie]

CBD Oil

[vjcu-wholesale-cbd-oil]

CBD Topicals

[vjcu-wholesale-cbd-topicals]

Micro Mushroom

[vjcu-wholesale-wsp-micro-mushroom]

CBD PREROLLS

[vjcu-wholesale-wsp-cbd-new-preroll]

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