Free Shipping on Orders $50+

Privacy Policy

Last updated: January 19, 2026

At dhakashop, we value your privacy. This policy explains what data we collect, how we use it, and your rights under applicable privacy laws.

Information We Collect

  • Contact information such as name, email, phone, and shipping address
  • Order history, payment details (processed securely via third-party gateways)
  • Usage data such as recently viewed products, wishlist items, and cart contents

How We Use Information

We use your information to process orders, provide customer support, and personalize the shopping experience.

Sharing Your Information

We only share data with trusted partners such as payment processors, logistics providers, and analytics tools required to run the store.

Your Rights

You may request access, corrections, or deletion of your personal information by contacting dhaka@gmail.com.

Questions?

If you have questions about this policy, please contact us via dhaka@gmail.com

\u003c!-- JavaScript Translation Support --\u003e \u003cscript\u003e window.translations = "*"; /** * JavaScript translation helper function * Usage: trans('Add to Cart') or __('Add to Cart') */ window.trans = window.__ = function(key, replace = {}) { let translation = window.translations[key] || key; // Handle replacements like :name, :count, etc. Object.keys(replace).forEach(function(placeholder) { translation = translation.replace( new RegExp(':' + placeholder, 'g'), replace[placeholder] ); }); return translation; }; /** * Pluralization helper * Usage: trans_choice('item|items', count) */ window.trans_choice = function(key, count, replace = {}) { const parts = key.split('|'); const translation = count === 1 ? parts[0] : (parts[1] || parts[0]); replace.count = count; return trans(translation, replace); }; \u003c/script\u003e