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

indefini

Newbie
  
  • Posts

    6
  • Joined

  • Last visited

indefini's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Модуль сопутствующие товары не работает - не отображает товар, т.е. панель - сопутствующие товары есть а товаров в ней нет, в связях конечно же выставил. Есть смысл пробовать купить платный модуль, или он так же работать не будет? (https://opencartforum.com/files/file/797-модуль-рекомендуемые-товары/ - это или клон) Тому кто возьмется починить модуль готов заплатить 500 р, как это будет реализовано - не важно, очень нужно чтобы заработало! plz plz plz help :eek: :oops: скрин - https://cloud.mail.ru/public/FyG9/qLom5tUJe "$results = $this->model_catalog_product->getProductRelated($this->request->get['product_id']); foreach ($results as $result) { if ($result['image']) { $image = $this->model_tool_image->resize($result['image'], $this->config->get('config_image_related_width'), $this->config->get('config_image_related_height')); } else { $image = true; } if (($this->config->get('config_customer_price') && $this->customer->isLogged()) || !$this->config->get('config_customer_price')) { $price = $this->currency->format($this->tax->calculate($result['price'], $result['tax_class_id'], $this->config->get('config_tax'))); } else { $price = true; } if ((float)$result['special']) { $special = $this->currency->format($this->tax->calculate($result['special'], $result['tax_class_id'], $this->config->get('config_tax'))); } else { $special = false; } if ($this->config->get('config_review_status')) { $rating = (int)$result['rating']; } else { $rating = false; } $this->data['products'][] = array( 'product_id' => $result['product_id'], 'thumb' => $image, 'name' => $result['name'], 'price' => $price, 'special' => $special, 'rating' => $rating, 'reviews' => sprintf($this->language->get('text_reviews'), (int)$result['reviews']), 'href' => $this->url->link('product/product', 'product_id=' . $result['product_id']) ); } $this->data['tags'] = array(); if ($product_info['tag']) { $tags = explode(',', $product_info['tag']); foreach ($tags as $tag) { $this->data['tags'][] = array( 'tag' => trim($tag), 'href' => $this->url->link('product/search', 'tag=' . trim($tag)) ); } }"
  2. Это встроенный модуль или мой предшественник его качал? Я нашел аналог, можно купить - но там категории товаров, мне нужен простой - добавление в ручную по 1 товару, готов купить модуль, или заплатить за ремонт моего модуля
  3. похоже я не то отправил, а надо это?: 93.106.73.64 - - [03/Dec/2015:12:42:03 +0300] "GET /?route=product/search/livesearch&search=suk HTTP/1.0" 500 317 "http://indefini.com/sorochki/?sort=p.date_added&order=DESC" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36" 193.106.73.64 - - [03/Dec/2015:12:42:03 +0300] "GET /?route=product/search/livesearch&search=suka HTTP/1.0" 500 317 "http://indefini.com/sorochki/?sort=p.date_added&order=DESC" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36" 193.106.73.64 - - [03/Dec/2015:12:42:06 +0300] "GET /index.php?route=product/search HTTP/1.0" 301 352 "http://indefini.com/sorochki/?sort=p.date_added&order=DESC" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36" 193.106.73.64 - - [03/Dec/2015:12:42:06 +0300] "GET /search/ HTTP/1.0" 500 317 "http://indefini.com/sorochki/?sort=p.date_added&order=DESC" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36" 193.106.73.64 - - [03/Dec/2015:12:42:06 +0300] "GET /favicon.ico HTTP/1.0" 404 1637 "http://indefini.com/search/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36"
  4. Вот я настрадался с доступом к логам, какая то ошибка на хостинге была, но главное, что все не зря : Лог по ошибкам : [Thu Dec 03 12:20:20 2015] [warn] [client 193.106.73.64] mod_fcgid: stderr: PHP Notice: unserialize(): Error at offset 201 of 752 bytes in /home/httpd/vhosts/indefini.com/httpdocs/index.php on line 68, referer: http://indefini.com.mcpre.ru/ [Thu Dec 03 12:20:20 2015] [warn] [client 193.106.73.64] mod_fcgid: stderr: PHP Parse error: syntax error, unexpected 'order' (T_STRING) in /home/httpd/vhosts/indefini.com/httpdocs/vqmod/vqcache/vq2-catalog_controller_product_search.php on line 60, referer: http://indefini.com.mcpre.ru/ строка 60: // Settings $query = $db->query("SELECT * FROM " . DB_PREFIX . "setting WHERE store_id = '0' OR store_id = '" . (int)$config->get('config_store_id') . "' ORDER BY store_id ASC"); строка 68: - $config->set($setting['key'], unserialize($setting['value'])); foreach ($query->rows as $setting) { if (!$setting['serialized']) { $config->set($setting['key'], $setting['value']); } else { $config->set($setting['key'], unserialize($setting['value'])); }
  5. Посмотреть что с поиском - indefini.com (на сколько я помню - пытался всунуть яндекс поиск в окно стандартного)
  6. Я занимаюсь обработкой в опен карт особо не разбираюсь, успел поломать поиск и не работает модуль сопутствующих товаров - некорректно отображается разметка+ не показывается товар +не работает управлению модулем - его либо можно включить либо отключить? редактировать(перемещать) нельзя. Какой самый простой способ починить модули не задев других? У меня есть бекап папки каталог и бекап всего сайта, я думаю начать с переустановки модулей, но кнопка удалить/установить, в админ панели проблемы не решает. Помогите плз, готов рассмотреть возможность оплаты за настройку сайта.
×
×
  • 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.