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

anton12rus

Newbie
  
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

1,026 profile views

anton12rus's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

2

Reputation

  1. Ну так ссылку в студию, посмотрим , что получилось.
  2. Если категорий, в которых нужно сделать изменения не много, то можно условиями сделать статично. Уточните, какое кол-во категорий, где нужно сделать другого размера изображения?
  3. Решение конечно есть, можно попробовать реализовать, нужен доступ от FTP и если не боитесь давать такой доступ, сделайте бекап всего сайта, мало ли.
  4. Все верно выше ответили. Этот код 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')); }
  5. 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')); } Вот этот код отвечает за вывод изображений с зазмером _image_product_height' и _image_product_height можно заменить на свой размер. Все это находится в controller/product/category.php
  6. Здравствуйте, скачал сборку для тестирования и сравнения с OC, чтобы узнать, что в вашей сборке достаточно много нужных инструментов для реализации интернет магазина, очень понравилось все, в связях с этим хотели бы поблагодарить всех разработчиков сборки OCstore и всех кто принимал участие в разработка. Сэкономлено много времени благодаря Вашему продукту. Спасибо огромное. Продолжайте развиваться.
×
×
  • 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.