Title: Hamidreza Order Notifier
Author: Hamidreza
Published: <strong>30.07.2026</strong>
Last modified: 09.08.2026

---

Поиск плагинов

![](https://ps.w.org/hamidreza/assets/banner-772x250.png?rev=3629045)

![](https://ps.w.org/hamidreza/assets/icon-256x256.png?rev=3629032)

# Hamidreza Order Notifier

 Автор: [Hamidreza](https://profiles.wordpress.org/mrhamidreza/)

[Скачать](https://downloads.wordpress.org/plugin/hamidreza.1.3.0.zip)

 * [Детали](https://ru.wordpress.org/plugins/hamidreza/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/hamidreza/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/hamidreza/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/hamidreza/#developers)

 [Поддержка](https://wordpress.org/support/plugin/hamidreza/)

## Описание

Hamidreza Order Notifier sends WooCommerce order status notifications directly to
your Telegram or Bale bot chat.

Features:
 — Send notifications for selected WooCommerce order statuses — Support
for Telegram and Bale (Markdown formatting) — Test connection button on the settings
page — Background delivery so checkout is not blocked — Settings page under WooCommerce
admin menu — Translation-ready and RTL-friendly — Requires WooCommerce as a hard
dependency

### External services

This plugin connects to third-party messaging APIs to deliver WooCommerce order 
notifications to a chat configured by the site administrator.

#### Telegram Bot API

When Telegram is selected in the plugin settings, the plugin sends an HTTP POST 
request to the Telegram Bot API (`https://api.telegram.org/bot`) each time a WooCommerce
order reaches one of the enabled order statuses.

The request includes the bot token and chat ID configured in the plugin settings,
along with a notification message containing order details such as order number,
status, customer name, phone number, payment method, order total, date, purchased
items, and an admin order link.

This service is provided by Telegram: [Terms of Service](https://telegram.org/tos),
[Privacy Policy](https://telegram.org/privacy).

#### Bale Bot API

When Bale is selected in the plugin settings, the plugin sends an HTTP POST request
to the Bale Bot API (`https://tapi.bale.ai/bot`) each time a WooCommerce order reaches
one of the enabled order statuses.

The request includes the bot token and chat ID configured in the plugin settings,
along with a notification message containing order details such as order number,
status, customer name, phone number, payment method, order total, date, purchased
items, and an admin order link.

This service is provided by Bale: [Terms of Service](https://bale.ai/terms), [Privacy Policy](https://bale.ai/terms#s9).

## Установка

 1. Upload the plugin folder to the `/wp-content/plugins/` directory, or install through
    the WordPress admin Plugins screen.
 2. Make sure WooCommerce is installed and active.
 3. Activate the plugin through the «Plugins» menu in WordPress.
 4. Go to `WooCommerce > Order Notifier`.
 5. Choose Telegram or Bale, then enter your bot token and chat ID.
 6. Click «Send test message» to verify the connection.
 7. Enable notifications and choose the order statuses you want.
 8. Click «Save settings».

## Часто задаваемые вопросы

### Does this plugin require WooCommerce?

Yes. WooCommerce must be installed and active. The plugin will not activate without
WooCommerce.

### Where is the settings page?

The settings page is available under **WooCommerce > Order Notifier**. A Settings
link is also shown on the Plugins screen.

### Does it support Bale?

Yes. You can choose Telegram or Bale from the plugin settings.

### Where do I find my Telegram bot token?

Create a bot using @BotFather in Telegram. BotFather will give you an authentication
token.

### Where do I find my chat ID?

Message your bot, then read the chat ID from `getUpdates`, or use a helper bot such
as @userinfobot. Group chat IDs are often negative. For Bale, use `getUpdates` on`
tapi.bale.ai`.

### How can I check that it works?

Use **Send test message** on the settings page. If the message arrives in your chat,
live order notifications are ready.

## Отзывы

Нет отзывов об этом плагине.

## Участники и разработчики

«Hamidreza Order Notifier» — проект с открытым исходным кодом. В развитие плагина
внесли свой вклад следующие участники:

Участники

 *   [ Hamidreza ](https://profiles.wordpress.org/mrhamidreza/)

[Перевести «Hamidreza Order Notifier» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/hamidreza)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/hamidreza/), проверьте
[SVN репозиторий](https://plugins.svn.wordpress.org/hamidreza/), или подпишитесь
на [журнал разработки](https://plugins.trac.wordpress.org/log/hamidreza/) по [RSS](https://plugins.trac.wordpress.org/log/hamidreza/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 1.3.0

 * Refined the dedicated WooCommerce settings page with a responsive two-column 
   layout and configuration summary
 * Added suggested privacy policy text for order data sent to Telegram or Bale
 * Improved accessibility for test results and selected order status controls
 * Prevented stale and duplicate background notification jobs
 * Clear pending notification jobs when the plugin is deactivated
 * Hardened bot token and chat ID sanitization
 * Declared compatibility with WordPress 7.0 and WooCommerce 11.0

#### 1.2.0

 * Redesigned settings page with status badge, platform cards, and clearer grouping
 * Added Send test message to verify Telegram or Bale credentials
 * Bot token field is now hidden by default, with a show/hide toggle
 * Notifications are queued in the background so checkout is not delayed
 * Failed deliveries retry automatically and add an order note
 * Telegram and Bale messages now use Markdown (with plain-text fallback)
 * Message includes order number, payment method, and admin order link
 * Removed API error log setting
 * Shop managers with manage_woocommerce can open the settings page
 * Added Settings link on the Plugins screen
 * Validate credentials before notifications can be enabled

#### 1.1.0

 * Refactored codebase into modular class-based architecture
 * Settings page moved to WooCommerce submenu (WooCommerce > Order Notifier)
 * WooCommerce is now a hard dependency — plugin will not activate without it
 * Added dedicated admin CSS for cleaner settings page
 * Error logging now works when WP_DEBUG is enabled
 * Updated WordPress and WooCommerce compatibility headers
 * Improved code organization following WordPress coding standards

#### 1.0.8

 * Prefix plugin option and settings identifiers with hamidreza_ for WordPress.org
   compliance.
 * Migrate stored settings from the legacy hrwcn_settings option key.

#### 1.0.7

 * Remove bundled translation files; translations are managed through translate.
   wordpress.org.
 * Document Telegram and Bale external services in the readme.

#### 1.0.6

 * Initial release.

## Мета

 *  Версия **1.3.0**
 *  Обновление: **9 часов назад**
 *  Активных установок: **Менее 10**
 *  Версия WordPress ** 6.0 или выше **
 *  Совместим вплоть до: **7.0.3**
 *  Версия PHP ** 7.4 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/hamidreza/)
 * Метки:
 * [bale](https://ru.wordpress.org/plugins/tags/bale/)[notification](https://ru.wordpress.org/plugins/tags/notification/)
   [order](https://ru.wordpress.org/plugins/tags/order/)[telegram](https://ru.wordpress.org/plugins/tags/telegram/)
   [woocommerce](https://ru.wordpress.org/plugins/tags/woocommerce/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/hamidreza/advanced/)

## Оценки

Пока что нет ни одного отзыва.

[Your review](https://wordpress.org/support/plugin/hamidreza/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/hamidreza/reviews/)

## Участники

 *   [ Hamidreza ](https://profiles.wordpress.org/mrhamidreza/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/hamidreza/)