Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

irsolo

Новичок
  
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

1,116 profile views

irsolo's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

1

Reputation

  1. Друзья, помогите разобраться! Заказы: Обрилитка импортированного файла: Ошибка при обраещёнии к сервису экспори: Server returned HTTP response code: 500 for URL: http://************/export/exchange1c.php?type=sale&mode=success. Что гделать ?
  2. Здравствуйте У меня тоже самое было , Сгделал ик: /system/library/session.php добавил (line 11) session_save_path("/tmp"); session_start (); Выглягдеть ик: class Session { public $data = array(); public function __construct() { if (!session_id()) { ini_set('session.use_cookies', 'On'); ini_set('session.use_trans_sid', 'Off'); session_set_cookie_params(0, '/'); session_save_path("/tmp"); session_start (); } $this->data =& $_SESSION; } function getId() { return session_id(); } } ?>
  3. Как можно добавить ссылку товара на письмо подтвержгдение заказа , сейчас после оформления заказа приходит письмо для покупателей только с (название товара + могдель + шт + прайс ) а я хочу чтобы добавить еещё активная ссылка для данных товаров , Спасипотому что
×
×
  • 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.