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

Privacy Policy

This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors.

Section Title

This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors.

List Title

This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors.

List Title

This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors.

List Title

This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors.

List Title

This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors.

Oyezone TT New Logo

OyeZone Skincare

Connect With Us

Call us at 1-868-495-2985

  • Facebook
  • Twitter
  • LinkedIn
EndCash Logo
Buy with PayPal

©2022 OYE ZONE TT. All Rights Reserved.

Oyezone TT Old Logo
bottom of page
crossorigin="anonymous">