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

merzlyy

Newbie
  
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

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

merzlyy's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

0

Reputation

  1. Установил модуль кнопка появилась. только вот она просто дублирует страницу со всеми блоками. Где и как редактируется?
  2. У меня наоборот задача убрать прогрузку дополнительных изображений товаров в категориях и подкатегориях. Только у меня код совсем другой. шаблон модерн: $results = $this->model_catalog_product->getProducts($filter_data); foreach ($results as $result) { if ($result['image']) { $image = $this->model_tool_image->resize($result['image'], $this->config->get($this->config->get('config_theme') . '_image_product_width'), $this->config->get($this->config->get('config_theme') . '_image_product_height')); } else { $image = $this->model_tool_image->resize('placeholder.png', $this->config->get($this->config->get('config_theme') . '_image_product_width'), $this->config->get($this->config->get('config_theme') . '_image_product_height')); } if ($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')), $this->session->data['currency']); } else { $price = false; } if ((float)$result['special']) { $special = $this->currency->format($this->tax->calculate($result['special'], $result['tax_class_id'], $this->config->get('config_tax')), $this->session->data['currency']); } else { $special = false; } if ($this->config->get('config_tax')) { $tax = $this->currency->format((float)$result['special'] ? $result['special'] : $result['price'], $this->session->data['currency']); } else { $tax = false; } if ($this->config->get('config_review_status')) { $rating = (int)$result['rating']; } else { $rating = false; } $data['products'][] = array( 'product_id' => $result['product_id'], 'thumb' => $image, 'name' => $result['name'], 'description' => utf8_substr(strip_tags(html_entity_decode($result['description'], ENT_QUOTES, 'UTF-8')), 0, $this->config->get($this->config->get('config_theme') . '_product_description_length')) . '..', 'price' => $price, 'special' => $special, 'tax' => $tax, 'minimum' => $result['minimum'] > 0 ? $result['minimum'] : 1, 'rating' => $result['rating'], 'href' => $this->url->link('product/product', 'path=' . $this->request->get['path'] . '&product_id=' . $result['product_id'] . $url) ); }
  3. несколько раз просил. поддержки нет.
  4. не могу получить от него ответа. ничего он делать не собирается.
  5. Господа Здравствуйте. Нужна помощь с доработкой данного модуля: https://opencartforum.com/files/file/2248-vsplyvayuschaya-korzina-s-zamenoy-knopki-kupit-dlya-opencart-i-ocstore-23/Кто знаком с ним?
  6. Доброго времени суток форумчане. Требуется программист для работы над сайтом www.ledsist.ru изменение некоторых страниц сайта по шаблонам псд, Полная доработка мобильной версии сайта, так как шаблон modern2 адаптируется как то совсем криво. некоторая доработка модулей. ну и в процессе думаю будет ещё много разной работы, так как сайт довольно новый и требуется много изменений. ГОСПОДА НИКАКИХ ПРЕДОПЛАТ!!! уже заплатил нескольким господам которые так ничерта и не сделали. 89516775659 [email protected]
×
×
  • 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.