Telegram Product Sender is a convenient tool for integrating OpenCart with a Telegram channel or chat via a bot.
The module allows you to:
- send products to Telegram automatically when creating a product;
- send goods manually from the list of goods (via a button);
- flexibly manage which fields to send:
[ul]
[li]product photo (required);
- name (required);
- price (required);
- product description or meta description (optional);
[/li]
[li]customize
templatemessages with variables:
{name}, {price}, {description}, {link}, {model}, {sku}, {upc}
;[/li]
[li]use
HTML markup and emoji in messages;[/li]
[li]work directly through
Telegram Bot API without third-party libraries.[/li]
[/ul]
Admin features:
- enter the Telegram bot token and Chat ID (required fields);
- separate tab for managing submission fields;
- message template editor;
- correct installation and removal through the standard OpenCart mechanism;
- full compliance with MVC OpenCart 3.x.
Compatibility:
- OpenCart: 3.x (tested on 3.0.3.8)
- PHP: 7.4+
The module is suitable for stores that promote products through Telegram channels, chats, or use Telegram as an additional sales and notification channel.
Manually adding a send button to Telegram
If for some reason
OCMOD/OSMOD is not applied (custom admin theme, template edits, third-party modifications), you can add the submit button
manually.
1. Template file
Open the file:
admin/view/template/catalog/product_list.twig
Find a block with action buttons (usually in the header of the product list), for example:
And add a button:
Uploaded:
17.02.2026
Updated:
17.02.2026
Viewed:
228