Total Revenue
Total Orders
Pending Orders
Products
| Order ID | Customer | Amount | Status | Date |
|---|
Bulk Upload: CSV format — name,brand,category,price,stock,image
Example: iPhone 16,Apple,Smartphones,99900,50,https://example.com/img.jpg
| Product | Category | Price | Stock | Actions |
|---|
| Icon | Category Name | Products | Actions |
|---|
Create labels like New, Open Box, Refurbished – shown on product cards
| Preview | Name | ID | Color | Actions |
|---|
| Code | Type | Value | Min Order (₹) | Actions |
|---|
Approve pending dealer requests to unlock dealer pricing for them.
| Name | Mobile | Type | Status | Actions |
|---|
Change admin name, login email and password.
admin@htsonline.com / admin123.
Connect Razorpay payments and Firebase cloud database.
Cloud database so products & orders are the same on every phone/computer. Create a free project at Firebase Console → Build → Firestore Database.
Not connected
Test mode rules (Firestore → Rules):
rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if true;
}
}
}
Test mode is open for 30 days – lock rules before going public.
Automatically pull products from Google Sheets. Sheet must be shared as Anyone with the link can view.
https://docs.google.com/spreadsheets/d/YOUR_SHEET_ID/export?format=csv&gid=0
Columns: name, brand, category, price, stock, image, dealerPrice, condition, description
.../d/e/2PACX-.../pub?output=csv) and paste above
name,brand,category,price,stock,image,dealerPrice,condition,descriptiongoogle_sheets_apps_script.jsControl shipping charges and free delivery rules shown at checkout.
These offers scroll on the top bar for customers. One offer per line.
| Order ID | Customer | Mobile | Address | Items | Amount | Status | Actions |
|---|