This commit is contained in:
Nikita Kiselev
2025-08-03 11:32:10 +03:00
parent 350ec4f64b
commit ba3eb6c085
3 changed files with 37 additions and 2 deletions

View File

@@ -242,7 +242,32 @@ class ControllerExtensionModuleTgshop extends Controller
100,
100
),
'module_tgshop_owner_notification_template' => 'Новый заказ!',
'module_tgshop_owner_notification_template' => <<<TEXT
*Новый заказ \#{order_id}* в магазине *{store_name}*
*Покупатель:* {customer}
*Email:* {email}
*Телефон:* {phone}
*IP:* {ip}
*Адрес доставки:*
{address}
*Комментарий:*
{comment}
*Сумма заказа:* {total}
*Дата оформления:* {created_at}
TEXT,
'module_tgshop_customer_notification_template' => <<<TEXT
Спасибо за Ваш заказ в магазине *{store_name}*
*Сумма заказа:* {total}
*Дата оформления:* {created_at}
Мы свяжемся с вами при необходимости\.
Хорошего дня\!
TEXT,
'module_tgshop_theme_light' => 'light',
'module_tgshop_theme_dark' => 'dark',
'module_tgshop_mainpage_products' => 'most_viewed',