DJflowers - Flower delivery in Dubai
DJflowers - Flower delivery in Dubai
Flowers & Gifts in Dubai
Catalog
0
0
Back

Subscription cart

Always fresh · Long-lasting blooms · Customizable Bouquets · Free delivery
4.7
224 reviews
Subscription cart
On-time delivery. Guaranteed.
Customizable Bouquets
Spacious Vase Available
Perfect Centerpieces
Ideal as a Gift
Designed to Suit You

Can I pause or cancel anytime?

Can I choose between a ready-made bouquet and a DIY option?

Is it possible to change the recipient of my subscription?

Where do you source your flowers?

Price per month (VAT incl.)
Luxurious Blooms
Timeless Classic
Floral Essence
Weekly
Bi-weekly
Free Delivery
Fresh Flowers Guarantee
European Florists
Pause or Cancel Anytime
function isSubscriptionCTA(el){ if (!el) return false; // Common patterns: buttons, links, elements with classes/ids containing "subscription" var cls = (el.className || '').toString().toLowerCase(); var id = (el.id || '').toString().toLowerCase(); var txt = (el.textContent || '').toString().toLowerCase(); if (cls.includes('subscription') || id.includes('subscription')) return true; if (txt.includes('subscribe') || txt.includes('subscription') || txt.includes('plan')) return true; return false; } document.addEventListener('click', function(ev){ var el = ev.target && ev.target.closest ? ev.target.closest('a,button') : null; if (!el) return; if (!isSubscriptionCTA(el)) return; var planLabel = (el.getAttribute('data-plan') || el.getAttribute('data-infotype') || el.textContent || '').trim().slice(0, 120); if (typeof gtag === 'function') { gtag('event', 'subscription_cta_click', { plan_label: planLabel, page_path: window.location.pathname }); // Optional: Ads micro-conversion (only if you create one in Google Ads) // gtag('event', 'conversion', { 'send_to': 'AW-XXXXXXX/XXXXXXXXXXXX' }); } }, true); })();