- 9
About This File
A simple free module sends order notifications for specific statuses
available variables
{order_id}
{firstname}
{lastname}
{email}
{telephone}
{comment}
{total}
{shipping_method}
{payment_method}
{order_status}
{company}
{address_1}
{address_2}
{city}
{postcode}
{zone}
{zone_code}
{country}
{products}
it's easy to add your variables
It is also possible to send any message from any module via php-code
$this->load->model('tool/sp_tg'); $this->model_tool_sp_tg->sendCustomTgMessage($message);