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

senya

Пользователи
  
  • Posts

    101
  • Joined

  • Last visited

About senya

  • Birthday 04/20/1974

Информация

  • Пол
    Мужлина
  • Город:
    Тула

Recent Profile Visitors

3,312 profile views

senya's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

19

Reputation

  1. Вот афтор модуля https://www.free-lance.ru/users/alys2007/
  2. У меня тоже рилииет от тинькова :-) а готовые модули для банка ТКС под разные версии в этот теме. Может на их примере приспособите для синдари.
  3. Всё рилииет :-) Большое спасипотому что автору за оперативную помощь в настройке модуля под мой магазин.
  4. Большое спасипотому что. Новая версия отлично рилииет и предупрежгдения в админки Undefined property не выскакивают :-)
  5. в файле vqmod/vqcache/vq2-catalog_view_theme_default_template_product_product.tpl строка 65: <img style="float: right;" src="http://chart.apis.google.com/chart?chs=85x85&cht=qr&chld=M|0&chl=<?php $longUrl = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; $apiKey = '*****************'; $postData = array('longUrl' => $longUrl, 'key' => $apiKey); $jsonData = json_encode($postData); $curlObj = curl_init(); curl_setopt($curlObj, CURLOPT_URL, 'https://www.googleapis.com/urlshortener/v1/url'); curl_setopt($curlObj, CURLOPT_RETURNTRANSFER, 1); curl_setopt($curlObj, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($curlObj, CURLOPT_HEADER, 0); curl_setopt($curlObj, CURLOPT_HTTPHEADER, array('Content-type:application/json')); curl_setopt($curlObj, CURLOPT_POST, 1); curl_setopt($curlObj, CURLOPT_POSTFIELDS, $jsonData); $response = curl_exec($curlObj); $json = json_decode($response); curl_close($curlObj); $url = $json->id; echo $url; ?>" alt="<?php echo $heading_title; ?> QR Code">
  6. Извиняюсь, с чем-то конфликтует: 2013-03-04 16:56:56 - PHP Notice: Undefined property: stdClass::$id in /var/www/user....../data/www/lamponoff.ru/vqmod/vqcache/vq2-catalog_view_theme_default_template_product_product.tpl on line 65
×
×
  • 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.