COVID2019 и это вот все. Друзья, вся эта история начинает плохо пахнет. Мойте руки, не ходите в люди. Отложите все плановые покупки и положите в носок заначку. Заприте ваших родителей, бабушек-дедушек на даче. Лучше перебдеть чем недобдеть. Берегите себя!

SMS клиенту


Recommended Posts

В 1.5.4.1 у меня сейчас в файлике /catalog/model/checkout/order.php после секции // Send Admins SMS if configure прописано:




//Отправка клиенту
$total = $this->currency->format($order_info['total'], $order_info['currency_code'], $order_info['currency_value']);
$options = array(
'to' => $order_info['telephone'],
'from' => $this->config->get('config_sms_from'),
'username' => $this->config->get('config_sms_gate_username'),
'password' => $this->config->get('config_sms_gate_password'),
'message' => str_replace(array('{ID}', '{DATE}', '{TIME}', '{SUM}', '{PHONE}', '{NAME}'),
array($order_id, date('d.m.Y'), date('H:i'), $total, $order_info['telephone'], $order_info['shipping_firstname']),
'{NAME}, Ваш заказ № {ID} на сумму {SUM} оформлен. Ждите звонка')
);
$sms = new Sms($this->config->get('config_sms_gatename'), $options);
$sms->send();

В 2.1.0.1.4 такая конструкция что то не работает. Как реализовать?



 


Ссылка на комментарий
Поделиться на других сайтах

  • 1 month later...
В 02.11.2015, 20:04:13, gyurza2000 сказал:

В 1.5.4.1 у меня сейчас в файлике /catalog/model/checkout/order.php после секции // Send Admins SMS if configure прописано:

 

 


//Отправка клиенту

$total = $this->currency->format($order_info['total'], $order_info['currency_code'], $order_info['currency_value']);

$options = array(

'to' => $order_info['telephone'],

'from' => $this->config->get('config_sms_from'),

'username' => $this->config->get('config_sms_gate_username'),

'password' => $this->config->get('config_sms_gate_password'),

'message' => str_replace(array('{ID}', '{DATE}', '{TIME}', '{SUM}', '{PHONE}', '{NAME}'),

array($order_id, date('d.m.Y'), date('H:i'), $total, $order_info['telephone'], $order_info['shipping_firstname']),

'{NAME}, Ваш заказ № {ID} на сумму {SUM} оформлен. Ждите звонка')

);

$sms = new Sms($this->config->get('config_sms_gatename'), $options);

$sms->send();

В 2.1.0.1.4 такая конструкция что то не работает. Как реализовать?

 

 

 

 

Это отправка бесплатного смс клиенту?

Ссылка на комментарий
Поделиться на других сайтах

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

×   Вы вставили отформатированное содержимое.   Удалить форматирование

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Сейчас на странице   0 пользователей

    • Нет пользователей, просматривающих эту страницу