so it's set BEFORE the // app-embed klaviyo.js (injected via content_for_header) reads it. // Klaviyo checks the __kla_off cookie on load; "true" disables tracking. // - Returning visitor who declined marketing -> set __kla_off=true. // - Returning visitor who accepted -> clear it. // - First visit (no saved choice): US opt-out default is "granted", so // we leave Klaviyo enabled and let the banner set the switch once the // visitor chooses. If your model is opt-IN, set __kla_off=true here. if (saved && !saved.marketing) { document.cookie = "__kla_off=true; path=/; max-age=31536000; SameSite=Lax"; } else if (saved && saved.marketing) { document.cookie = "__kla_off=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/"; } } catch (e) {} })(); Skip to content

Confirm your age

You must be 21 years or older to enter this site. By clicking ‘Enter,’ you confirm that you are at least 21 years of age.

Sorry!

You are not old enough to view the site...
Dankstop logo: green stylized droplet icon left of lowercase black "dankstop" wordmark

Your cart is empty

Continue shopping
0($0.00)

Stache ConNectar Review: Turn Your 510 Battery Into a Dab Straw

The Stache ConNectar is a 510-thread adapter that converts a standard variable-voltage vape battery into a portable nectar collector with a ceramic heating tip.

Stop throwing away money on expensive cartridges that leak or clog before they are empty. The Stache ConNectar solves this by letting you dab your concentrates directly from the container using the battery you already have in your pocket.

How does the Stache ConNectar turn a vape battery into a nectar collector?

To use the ConNectar, you screw the airflow base onto a 510-thread battery and attach the ceramic coil. The device functions as a straw, vaporizing concentrates upon contact with the heated ceramic tip.

  • Feature Highlight: This attachment fits most variable voltage pen-style batteries.

  • Constraint: This device does not work with auto-draw pens.

Stache Products ConNectar Specs and Dimensions

The ConNectar uses specific physical dimensions to ensure portability and durability.

  • Height: 0.5 inches.

  • Length: 4 inches.

  • Width: 1 inch.

  • Heating Element: Ceramic coil for clean-burning vapor.

  • Material: Ceramic and Aluminum construction.

Is the Stache ConNectar a good portable option for dabbing?

Is the Stache ConNectar a good portable option for dabbing

The ConNectar is a portable dab straw because of its 4-inch length and lightweight aluminum build. It fits inside a pocket or small bag, making it more convenient than carrying a glass rig or a bulky e-rig.

What is the recommended voltage for the ConNectar attachment?

The recommended voltage for the ConNectar depends on the concentrate thickness, but most users find that 3.2V to 3.7V provides the best balance of flavor and vapor density. Using a lower voltage preserves the ceramic coil life.

How to assemble the ConNectar on your vape pen

Assembly is straightforward and requires four main steps.

  1. Screw the airflow base onto your 510-thread battery.

  2. Push down the straw mouthpiece into the base.

  3. Twist the ceramic coil into the connection point.

  4. Set your battery to a medium voltage.

Frequently Asked Questions (FAQ)

Is the battery included with the purchase of the ConNectar? 

No, the 510-thread battery is sold separately.

Does the Stache ConNectar come with a ceramic coil? 

Yes, the box includes one ceramic coil and a straw mouthpiece.

Can I buy the Stache Products ConNectar at Smoke Cartel? 

You can find ConNectar and other Stache Products at the DankStop marketplace.

What types of concentrates work best with the ConNectar? 

Wax, shatter, and live resin work well with the ceramic tip.

Is the airflow adjustable on the Stache ConNectar? 

The ConNectar uses a direct draw system with a fixed airflow base. 




Logo

Check your email

Dont worry we will help you to recover your password

Email is required

Verify OTP

Please enter the OTP you recevied in your email.

OTP is required

Enter New Password

Password is required
Confirm Password is required
Logo

Your Elite Membership is expiring soon

Renew now for $15/yr

Limited Time Offer

Logo

Access ELITE Prices, Free Shipping & VIP perks at top
CBD & smoking accessory sites for only $30/yr

ELITE Members Get Birthday
Rewards!

Share your birthday below

Invalid date format. Please enter a valid date.

Your ELITE Membership Has Been Added to Cart!

You can now shop at ELITE price!
Continue shopping & complete checkout to unlock
UNBELIEVABLE savings, free shipping & VIP perks!

, before GTM loads. // This pushes 'update' calls so GTM/GA4 reflect the visitor's actual choice // on this pageview and on every later change. Self-heals window.gtag in // case the head snippet hasn't been added yet, so nothing throws. function pushConsentUpdate(consent){ window.dataLayer = window.dataLayer || []; if (typeof window.gtag !== 'function') { window.gtag = function(){ window.dataLayer.push(arguments); }; } window.gtag('consent', 'update', { 'ad_storage': consent.marketing ? 'granted' : 'denied', 'ad_user_data': consent.marketing ? 'granted' : 'denied', 'ad_personalization': consent.marketing ? 'granted' : 'denied', 'analytics_storage': consent.analytics ? 'granted' : 'denied', 'functionality_storage': consent.performance ? 'granted' : 'denied', 'personalization_storage': consent.performance ? 'granted' : 'denied' }); } // --- Script gating function activateScriptsForCategory(cat){ // Manually-marked static tags (data-ccai-category written by hand — // needed for vendors hardcoded as ). if (window.CCAI && typeof window.CCAI.releaseVendorCategory === 'function') { window.CCAI.releaseVendorCategory(cat); } } function runConsent(consent){ // performance -> functional/loyalty/chat scripts if (consent.performance) activateScriptsForCategory('performance'); // analytics if (consent.analytics) activateScriptsForCategory('analytics'); // marketing if (consent.marketing) activateScriptsForCategory('marketing'); } function deleteCookie(name){ const host = location.hostname; const parts = host.split('.'); const baseDomains = []; const paths = ['/', '/checkout', '/cart', location.pathname]; // Add current path // Generate domains: "store.com", ".store.com", "www.store.com" for (let i = 0; i < parts.length; i++) { const domain = parts.slice(i).join('.'); baseDomains.push(domain); baseDomains.push('.' + domain); } baseDomains.forEach(function(domain){ paths.forEach(function(path){ // Try standard deletion document.cookie = name + '=; Max-Age=0; path=' + path + '; domain=' + domain + ';'; document.cookie = name + '=; Max-Age=0; path=' + path + '; domain=' + domain + '; Secure; SameSite=Lax'; document.cookie = name + '=; Max-Age=0; path=' + path + '; domain=' + domain + '; Secure; SameSite=None'; }); }); // Fallbacks for host-only cookies paths.forEach(function(path){ document.cookie = name + '=; Max-Age=0; path=' + path + ';'; document.cookie = name + '=; Max-Age=0; path=' + path + '; Secure; SameSite=Lax'; }); } // --- Vendor -> category map (per the Dec 2025 review, F1/R1). // This is the single source of truth other theme code should reference // when deciding what category a tag belongs to. GA4/Google Ads is already // gated via Consent Mode. The vendors below still need their actual // snippet, so pushConsentUpdate is not called here — it fires // only on explicit user action (Accept All / Necessary Only / Save). openBanner(); } } else { // Returning visitor: the snippet already re-applied their choice // to the dataLayer before GTM loaded, so no extra push needed here. applyTogglesFrom(saved); loadShopifyCustomerPrivacy(function(){ syncToShopifyAPI(saved); }); runConsent(saved); purgeCookies(saved); closeBanner(); } })();