توضیحات
markhubs Store Manager for Telegram lets your customers browse products, place orders, track shipments and chat with your store, directly inside Telegram.
Included in this plugin:
- Single bot + single admin agent
- 25 core bot commands (/start, /help, /products, /search, /cart, /track, /myorders, etc.)
- New order notifications to admin
- Order status updates to customers
- Product search
- Order tracking
- Basic cart & checkout
- English language
- Webhook auto-setup, protected with a per-site secret key
- HPOS compatible
A separately hosted Premium edition with AI customer support, a full CRM with Kanban pipeline, an automation rules engine, multi-agent support, more languages, WhatsApp Business API, a REST API, PDF reports and forecasting is available from the developer’s own site: https://nayanray.com/markhubs-store-manager-for-telegram. Nothing in this plugin is locked or time-limited; the Premium edition is separate, additional software.
Source code / issue tracker: https://github.com/dev-nayanray/markhubs-store-manager-for-telegram
Key Features
- Native Telegram bot integration
- Real-time order notifications
- Product search & catalog browsing
- Cart management with inline keyboards
- Order tracking by ID
- Customer self-service
- Webhook auto-setup
- Lightweight, only 2 DB tables
External services
This plugin connects to the Telegram Bot API (api.telegram.org) so your store can send and receive messages through your own Telegram bot. This is core to the plugin’s functionality and only runs once you enter a Bot Token in TG Manager Settings.
What is sent, and when:
- When an order is placed or its status changes, the order details (order number, status, items, totals) and the customer’s Telegram Chat ID are sent to
https://api.telegram.org/bot<your-token>/sendMessage(and/sendPhotofor product images) so the notification can be delivered. - When a customer messages your bot, Telegram forwards that message (chat ID, first/last name, username, message text) to your site’s webhook URL (
https://yoursite.com/?wtm_free_webhook=1&key=<your-site-secret>), which the plugin sanitizes and stores locally in two custom database tables (wp_wtm_users,wp_wtm_chats) so conversations and registered customers can be tracked. Thekeyparameter is a secret generated on your own site at activation and is required for the webhook to accept a request. - When you click “Set webhook” / “Delete webhook” or the bot connection status is checked, a request is sent to
https://api.telegram.org/bot<your-token>/setWebhook,/deleteWebhook, or/getMe.
No data is sent to any server operated by the plugin author. All communication is directly between the site and Telegram, using the site owner’s own bot token.
Telegram’s Terms of Service: https://telegram.org/tos
Telegram’s Privacy Policy: https://telegram.org/privacy
نصب
Automatic installation
- Log into your WordPress admin
- Go to Plugins Add New Upload Plugin
- Choose
markhubs-store-manager-for-telegram.zipand click Install Now - Activate the plugin
- Go to TG Manager Settings to configure your bot
Manual installation
- Extract the zip file
- Upload the
markhubs-store-manager-for-telegramfolder to/wp-content/plugins/ - Activate the plugin in WordPress admin
- Go to TG Manager Settings
Setup
- Create a bot with @BotFather on Telegram (https://t.me/BotFather)
- Copy the bot token
- Paste it into TG Manager Settings Bot Token
- Enter your Admin Chat ID (message your bot with /id to find it)
- Click “Set webhook”
- Open your bot in Telegram and send /start
سوالات متداول
-
Is this plugin really free?
-
Yes. 100% free, GPL-licensed, fully functional, no time limits, no nag screens.
-
Does it work with HPOS?
-
Yes, the plugin is fully compatible with WooCommerce’s High-Performance Order Storage.
-
Does it require SSL?
-
Yes, Telegram only delivers webhooks over HTTPS. You can get a free Let’s Encrypt certificate from your host.
-
How do I find my Chat ID?
-
After setup, message your bot with /start, then /id, it will reply with your chat ID.
-
Yes, a separately hosted Premium edition with more features is available from the developer’s own site, and it is entirely optional.
نقد و بررسیها
نقد و بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“markhubs Store Manager for Telegram” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “markhubs Store Manager for Telegram” به زبان شما.
علاقه مند به توسعه هستید؟
کد را مرور کنید، مخزن SVN را بررسی کنید، یا از طریق RSS در گزارش توسعه مشترک شوید.
گزارش تغییرات
1.0.0
- Initial release
- 25 core bot commands
- Order notifications and tracking
- Product search and cart
- Webhook auto-setup with per-site secret key authentication
- HPOS compatibility
- All webhook-sourced input sanitized before database storage
