function getReferralId() { const urlParams = new URLSearchParams(window.location.search); const referralId = urlParams.get('ref'); if (referralId) { // Store in localStorage for persistence localStorage.setItem('referralId', referralId); // Store in sessionStorage for current session sessionStorage.setItem('referralId', referralId); // Make globally accessible window.referralId = referralId; console.log('Referral ID detected:', referralId); // Optional: Send to your analytics if (typeof gtag !== 'undefined') { gtag('event', 'referral_landing', { 'referral_id': referralId, 'event_category': 'referral_program' }); } return referralId; } // Check if we have a stored referral ID return localStorage.getItem('referralId') || sessionStorage.getItem('referralId'); } // Initialize on page load document.addEventListener('DOMContentLoaded', function() { const referralId = getReferralId(); if (referralId) { console.log('Active referral ID:', referralId); // TODO: Save referral ID when user signs up } });
top of page

About OYE ZONE TT

How We Got Here

Since our first day in business, OYE ZONE TT has been offering our customers the best selection of products at unbeatable prices. Our online store has become synonymous with quality and we ensure a continuous variety of fantastic merchandise along with unique limited edition and seasonal items that fit any budget. Check it out and start shopping today!

Bead Rings
bottom of page
crossorigin="anonymous">