File Manager
Editing: privacy-policy.php
<?php ?> <!DOCTYPE html> <html lang="en"> <head> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-Z6RR2PMZW4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-Z6RR2PMZW4'); </script> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Privacy Policy - eizon</title> <meta name="description" content="Understand how Eizon collects, uses, and protects your data. Read our privacy policy to ensure a safe and secure online experience."> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"> <link rel="stylesheet" href="e-commerce.css"> <link rel="icon" href="/favicon.ico" type="image/x-icon"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/site.webmanifest"> <link rel="manifest" href="/manifest.json"> </head> <body> <?php include 'header.php'; ?> <section> <h1>Our Privacy Policy</h1> <h3>Introduction</h3> <p>Welcome to eizon. We value your privacy and are committed to protecting the information you share with us. This Privacy Policy outlines how we collect, use, and protect your personal data when you use our website. </p> <h3>Information We Collect</h3> <p>When you upload a product, we collect the following information:</p> <ul> <li>Name of the product</li> <li>Location of the product</li> <li>Images of the product</li> <li>Your contact information (phone number)</li> </ul> <h3>How We Use Your Information</h3> <p>We use the information you provide to:</p> <ul> <li>Display your product on the website</li> <li>Contact you regarding your product</li> <li>Show your location to potential customers to facilitate easier communication</li> </ul> <h3>Data Storage and Retention</h3> <p>Your data (product details, images, and contact information) will be stored in our database until you choose to delete or update the product. You can delete your product at any time, and we do not store any other personal data beyond the details you input on our platform. </p> <p>We retain product information until it is deleted by the user, or we may remove products after a specific period 60 days. Please contact us via email if you wish to know more about your product's status. </p> <h3>Third-Party Sharing</h3> <p>We do not share your data with any third parties. We value your privacy and ensure that no one else can access your personal information, except for the communication necessary to connect with potential buyers through the provided phone number. </p> <h3>Security Measures</h3> <p>We take the security of your information seriously. Although we do not store sensitive information like credit card details, we ensure that any data provided is securely stored and only accessible by the necessary systems. </p> <h3>Your Rights</h3> <p>You have the right to access, update, or delete your personal information at any time. If you wish to update or delete your product listing, simply contact us via email or delete the product directly through the platform. </p> <h3>Contact Us</h3> <p>If you have any questions about this Privacy Policy, please feel free to contact us at <a href="mailto:info@eizononline.com">info@eizononline.com</a>.</p> <p><strong>Last Updated:</strong> [January 24th 2026]</p> </section> <?php include 'footer.php'; ?> <script src="e-commerce.js"></script> </body> </html>
💾 Save
⬅ Back