✦ New Collection 2026 ✦
Quality products, delivered to your doorstep across Pakistan.
Products
Categories
Happy Customers
Browse all categories
Top picks for you
Find something for everyone
Loading...
Items you love
Manage your account & saved address
Yeh address checkout pe automatically fill ho jayega
Track your purchases
We're here to help
Order, return, ya kisi bhi cheez ke liye message karein.
huzeestore@gmail.com
Send us a detailed message and we'll reply within 24 hours with a full resolution.
General: huzeestore@gmail.com
Complaints: complaint.huzeestore@gmail.com
Send EmailCancel & return — simple rules
Return ya cancel karna chahte hain? Abhi WhatsApp karein!
Aapki privacy hamare liye zaroori hai
Jab aap HUZEE STORE use karte hain — order karte hain, account banate hain, ya sirf browse karte hain — tab aap kuch information share karte hain. Yeh policy batati hai ke hum wo information kaise use karte hain aur kaise protect karte hain.
Privacy se related koi bhi sawal ya concern ke liye:
Website use karne se pehle zaroor parhein
HUZEE STORE ki website use karke aap in Terms & Conditions se agree karte hain. Agar aap in se agree nahi hain toh website use mat karein. Hum yeh terms kabhi bhi update kar sakte hain — updated version website pe available hoga.
Yeh Terms Pakistani law ke tehat govern hoti hain. Koi bhi dispute pehle friendly resolution se solve karne ki koshish ki jaayegi. Kisi bhi sawal ke liye: huzeestore@gmail.com
HUZEE STORE ke baare mein
HUZEE STORE ek Pakistani online shopping store hai jo quality products affordable prices pe deliver karta hai — poore Pakistan mein. Humara maqsad simple hai: aapko ghar baithe best products milein, bina kisi risk ke, 100% Cash on Delivery ke saath.
Hum carefully apne products select karte hain taake aapko sirf best mile. Customer satisfaction hamaari pehli priority hai.
Koi bhi sawal, feedback ya complaint ke liye:
complaint.huzeestore@gmail.com (Complaints)
Join the HUZEE family
Main HUZEE STORE ki Terms & Conditions, Privacy Policy aur Return Policy parh kar in se fully agree karta/karti hoon
Complete your order
Secure & Safe Checkout
| Invoice | Customer | Items | Amount | Status | Date | Action |
|---|
| Image | Name | Category | Price | Orig. Price | Stock | Badges | Actions |
|---|
| Image | Name | Description | Products | Actions |
|---|
| Title | Description | Discount | Link/Category | Start Date | End Date | Status | Actions |
|---|
| Invoice | Customer | Items | Total | City | Status | Actions |
|---|
| Name | Registered | Orders | Total Spent | Actions |
|---|
Reviews save karne ke liye Firebase Console mein yeh rules paste karein:
Firebase Console → Firestore Database → Rules → Edit rules → Publish
rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
// Products — public read, admin write
match /products/{id} {
allow read: if true;
allow write: if request.auth != null
&& request.auth.token.email == 'zeerakbutt435@gmail.com';
}
// Categories — public read, admin write
match /categories/{id} {
allow read: if true;
allow write: if request.auth != null
&& request.auth.token.email == 'zeerakbutt435@gmail.com';
}
// Reviews — public read, logged-in user write
match /reviews/{id} {
allow read: if true;
allow create: if request.auth != null;
allow update, delete: if request.auth != null
&& (resource.data.userId == request.auth.uid
|| request.auth.token.email == 'zeerakbutt435@gmail.com');
}
// Orders — user apne orders dekh sake, admin sab dekhe
match /orders/{id} {
allow create: if request.auth != null;
allow read, update: if request.auth != null
&& (resource.data.userId == request.auth.uid
|| request.auth.token.email == 'zeerakbutt435@gmail.com');
}
// Users — apna profile khud dekhe/edit kare, admin sab
match /users/{id} {
allow read, write: if request.auth != null
&& (request.auth.uid == id
|| request.auth.token.email == 'zeerakbutt435@gmail.com');
}
// Settings — public read, admin write
match /settings/{id} {
allow read: if true;
allow write: if request.auth != null
&& request.auth.token.email == 'zeerakbutt435@gmail.com';
}
// Limited Time Offers — public read, admin write
match /limitedOffers/{id} {
allow read: if true;
allow write: if request.auth != null
&& request.auth.token.email == 'zeerakbutt435@gmail.com';
}
}
}
Aap ka cart aur wishlist browser mein save rahega.