Primary Language
The default language for the public website (when a visitor hasn't picked one yet) and the language used for transactional emails when no per-customer language is known — for example admin notifications, contact form replies, and orders placed before language tracking was added.
What this affects
- Visitors who arrive without a saved language preference see the website in this language.
- Admin notifications (new order, contact form) are sent in this language.
- Loyalty / contact / system emails fall back to this language when the customer's preference is unknown.
- The language a customer ordered in is captured per-order — order-status emails (confirmed/completed) always go out in their language.
Need to edit the actual wording? See Email Templates.
Business Identity
These values appear in every outgoing email — header, footer, and From name. Leave a field blank to omit it from emails.
About Us Section
This text appears in the About section on the homepage. Leave a field blank to fall back to the default text. Use a blank line to start a new paragraph.
Telegram Notifications
Receive instant order alerts and a daily summary via Telegram.
curl [site-url]/api/telegram/daily-stats?key=YOUR_KEY
- Create a bot via @BotFather on Telegram and paste the token above.
- Click Save Token, then click Set Webhook.
- Open Telegram, find your bot, and press Start.
- Click Send Test to confirm notifications are working.
- For the daily summary, add a cPanel cron job at 10 PM:
curl -s "[site-url]/api/telegram/daily-stats?key=YOUR_KEY"
SMTP (Outgoing Mail)
All transactional emails (order confirmations, loyalty codes, etc.) are sent via these credentials. Use port 465 for SSL (recommended) or 587 for STARTTLS.
Admin Notifications
Where to send internal alerts — new orders, contact form inquiries, etc.