Absolutely! Our subscriptions are flexible – you can pause, switch, or cancel whenever you want.
Can I choose between a ready-made bouquet and a DIY option?
Yes! With our flower subscription, you can pick what suits you best: a beautifully arranged bouquet that’s ready to go straight into your vase, or our DIY option and receive a curated selection of fresh stems to create your own arrangement at home. It’s your flowers, your way.
Is it possible to change the recipient of my subscription?
Absolutely! You can update the recipient at any time — whether you want to surprise a friend, send a bouquet to your partner, or brighten someone’s day unexpectedly. Just message us - we’ll take care of the rest!
Where do you source your flowers?
We work with sustainable farms to ensure the freshest and most eco-friendly 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
We use cookies to improve your browsing experience on our site, show personalized content and targeted ads, analyze site traffic. Privacy Policy DJFlowers
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);
})();