CCPA Compliance
Your Data Rights and Privacy
Our site uses an app to ensure GDPR and CCPA compliance. This app collects your IP address and email to process your data securely. For more details, please see our [Privacy Policy].
Data Rectification
If your account information is incorrect or outdated, you can update it anytime using the link below:
[Edit your account information]
Data Portability
You have the right to download all personal data we hold about you to enhance your experience with us. Use the links below to request your data:
-
[CCPA requests]
-
[Personal information]
-
[Orders]
Access to Personal Data
To receive a full report of the personal information we store for you, please use the link below:
[Request a report]
Right to be Forgotten
If you want to remove your personal data from our store entirely, you can request deletion. Please note that this will permanently delete your account and you will lose access to it:
[Request personal data deletion]
Your Data Rights and Privacy
Our site uses an app to ensure GDPR and CCPA compliance. This app collects your IP and email to process data securely. For details, see our Privacy Policy.
<div style="display:flex; flex-wrap:wrap; gap:10px; margin-top:1em;">
<a href="/account/edit" style="background:#007BFF; color:#fff; padding:12px 20px; border-radius:5px; text-decoration:none; font-weight:bold;">Edit your account information</a>
<a href="/data/ccpa-requests" style="background:#28a745; color:#fff; padding:12px 20px; border-radius:5px; text-decoration:none; font-weight:bold;">CCPA Requests</a>
<a href="/data/personal-info" style="background:#17a2b8; color:#fff; padding:12px 20px; border-radius:5px; text-decoration:none; font-weight:bold;">Download Personal Information</a>
<a href="/data/orders" style="background:#6c757d; color:#fff; padding:12px 20px; border-radius:5px; text-decoration:none; font-weight:bold;">Download Orders Data</a>
<a href="/data/request-report" style="background:#ffc107; color:#212529; padding:12px 20px; border-radius:5px; text-decoration:none; font-weight:bold;">Request Personal Data Report</a>
<a href="/data/delete-account" style="background:#dc3545; color:#fff; padding:12px 20px; border-radius:5px; text-decoration:none; font-weight:bold;">Request Data Deletion</a>
</div>
You can style these buttons to fit your site’s look and feel, and link them to your backend or third-party GDPR/CCPA management system.
Here’s a ready-to-use HTML snippet with styled buttons for your GDPR/CCPA data rights section, perfect to embed on your site or Shopify page:
How to use:
-
Replace the href URLs (
/account/edit
,/data/ccpa-requests
, etc.) with your actual links or backend endpoints. -
The buttons are responsive and stack nicely on smaller screens.
-
Colors match common UI conventions (blue for edit, green for CCPA, red for deletion, etc.).
- <section style="font-family: Arial, sans-serif; max-width: 700px; margin: auto;