Settings
Source: pharmanet-web/src/pages/Settings/Settings.jsx
Tabs
| Tab |
Component |
Description |
| Store Profile |
StoreProfile |
Pharmacy name, logo, description, contact |
| Payment Info |
PaymentInfo |
Bank account details for payouts |
| Notifications |
NotificationPreferences |
Push notification toggles |
Services
Source: pharmanet-web/src/services/sellerSettings.js
| Function |
Description |
getStoreProfile() |
Pharmacy profile with user info |
updateStoreProfile(data) |
Update store name, description, logo, contact, address |
getPaymentInfo() |
Bank account info |
updatePaymentInfo(data) |
Update bank details |
Store Profile Fields
| Field |
Type |
Description |
storeName |
String |
Pharmacy name |
storeLogo |
File/URL |
Logo image |
storeBanner |
File/URL |
Banner image |
storeDescription |
Text |
About the pharmacy |
operatingHours |
JSON |
Daily hours |
businessAddress |
Text |
Physical address |
businessPhone |
String |
Contact number |
businessEmail |
String |
Contact email |
Payment Info Fields
| Field |
Type |
Description |
bankName |
String |
Bank name |
bankAccountName |
String |
Account holder name |
bankAccountNumber |
String |
Account number |
bankBranchCode |
String |
Branch code |