Opencart 2
сайт/catalog/controller/product/product.php
строка 234 (у вас може бути інша строка)
шукаємо
Код: Виділити все
'popup' => $this->model_tool_image->resize($result['image'], $this->config->get($this->config->get('config_theme') . '_image_popup_width'), $this->config->get($this->config->get('config_theme') . '_image_popup_height')),
Код: Виділити все
'popup' => "/image/".$result['image'],
шукаємо
Код: Виділити все
$data['popup'] = $this->model_tool_image->resize($product_info['image'], $this->config->get($this->config->get('config_theme') . '_image_popup_width'), $this->config->get($this->config->get('config_theme') . '_image_popup_height'));
Код: Виділити все
$data['popup'] = "/image/".$product_info['image'];