Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

FeliksN

Users
  
  • Posts

    160
  • Joined

  • Last visited

Information

  • Gender
    Не определился

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

FeliksN's Achievements

Enthusiast

Enthusiast (6/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

3

Reputation

  1. Предлагаю идею для модуля, похожего не нашёл. http://marketplace.1c-bitrix.ru/solutions/primepix.yadviceblock/ Спасибо за внимание. Кто сделает, чирканите в личку, куплю обязательно.
  2. Заметил, баг. При подключении решения из папки sherbakoff, для подмены писем от автотрекера, перестают приходить и смс оповещения от автотрекера. Посмо'трите в чём дело? Спасибо.
  3. За «хотелки» — готов платить, но Вам это было совершенно не интересно. p. s. Вряд ли оба модуля используются одновременно (автотреккер и plum). Поэтому, решение универсальное — под оба модуля.
  4. Поддержка модуля — никакая. Всем, кто использует модуль автотрекинга Почты России от toporchillo и хочет подтягивать трек-номер в письма из него, через переменную: {trackcode}. В файлах: catalog\model\localisation\shoputils_mail_order_status.php admin\model\localisation\shoputils_mail_order_status.php После строки: protected function sendMail($subject, $content, $order_info, $order_status_id, $admin_comment, $type = 'admin', $trackcode = '') { Добавляем: if (!$trackcode) { $result = $this->db->query("SELECT `track_no` FROM `" . DB_PREFIX . "order` WHERE `order_id` = '" . (int) $order_info['order_id'] . "' LIMIT 1"); if ($result->num_rows) { $trackcode = $result->row['track_no']; } } Спасибо, Yarik! п. с. предыдущее сообщение, просьба — удалить.
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.