Cannabis Business Blog

NOVEMBER 20TH, 2023
What is a Conditional Cannabis License Application In New Jersey?   While the New Jersey Licensing process seems complicated, Cannabis Applicants simply need to ask themselves one question to determine if they are going to submit an application for a Conditional Cannabis License or an Annual License.   Step 1. Conditional Application- Conditional Application Material … Continue reading "New Jersey- What is a Conditional Cannabis License Application?"
November 15th, 2023

Update: **Applicants for Cultivator, Processors, Distributors, Microbusiness, and Retail (applying without property) have until December 18, 2023, to submit their application** On Sept 12, 2023 the NY Cannabis Control Board adopted revised adult-use regulations and approved to accept applications to license cannabis businesses in New York. Available Licenses: Cultivator, Processors, Distributors, Microbusiness, Retail, and Registered … Continue reading “New York Cannabis Licensing Opportunities”

NOVEMBER 9TH, 2023

Adult-Use Marijuana Program Overview   The state of Ohio legalized adult-use cannabis through ballot initiative, Issue 2, allowing for controlled and regulated sales and use of adult-use cannabis. The law provides a regulatory framework for cultivating, producing, and selling adult-use marijuana. Within nine months of the effective date of the law, if the license applicant … Continue reading “Ohio Legalizes Recreational Cannabis”

October 24th, 2023
Stay up to date with the latest legalization and cannabis news with the C.B. Advisors. Every week, we will release a snippet of what’s happening with each state in the cannabis industry. Did you miss last week? No worries – click here for last week’s cannabis news.   Medical   Alabama: The Commission’s newly adopted procedures … Continue reading "Latest Cannabis News: October 24, 2023"

IT’S TIME TO GET GROWING.

Better growth and a clear plan forward is what your business needs. Reach out to us to book a consultation or get your action plan
started.

/* ------------------------------------------------------------------ CBA Accessibility Snippet v2 (DigitalShyft, 2026-07) Adds aria-labels to footer social-icon links + the Mailchimp newsletter email field. v2 fix: runs immediately when the DOM is already ready (SiteGround Speed Optimizer defers this file until after DOMContentLoaded, so the old event listener never fired). Additive, reversible, no visual change, safe to re-run. INSTALL: paste this as the code for the "Accessibility Labels" block in CSS & JavaScript Toolbox, Save, then Purge SG Cache. ------------------------------------------------------------------ */ (function () { function applyA11yLabels() { var socialMap = { facebook: 'Facebook', twitter: 'Twitter / X', instagram: 'Instagram', youtube: 'YouTube', linkedin: 'LinkedIn' }; document.querySelectorAll('a > i.fab, a > i.fa-brands').forEach(function (icon) { var link = icon.closest('a'); if (!link || link.getAttribute('aria-label')) return; for (var key in socialMap) { if (icon.className.indexOf('fa-' + key) !== -1) { link.setAttribute('aria-label', socialMap[key]); break; } } }); document.querySelectorAll('input[name="EMAIL"]:not([aria-label])').forEach(function (input) { input.setAttribute('aria-label', 'Email address for newsletter signup'); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', applyA11yLabels); } else { applyA11yLabels(); // DOM already parsed (our case, due to deferred loading) } window.addEventListener('load', applyA11yLabels); // belt-and-suspenders fallback })();