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

merzlyy

Новичок
  
  • 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. Господа Здравствуйте. Нужна помощь с дорилиткой данного модуля: https://opencart-forum.ru/files/file/2248-vsplyvayuschaya-korzina-s-zamenoy-knopki-kupit-dlya-opencart-i-ocstore-23/Кто знаком с ним?
  5. Народ подскажите решение. Посивил модуль всё гуд рилииет нравится спасипотому что автору. Но вот в карточке товара при добавлении в корзину добавляется двойное когдачество товара и срабатывает синдартная окно "товар добавлен в корзину"
  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.