Hello,
the product image popup should be in original size.
This is very important, for many of us.
Thanks.
an easy VqModded Solution can be seen here, momentarely:
---
http://www.bigmax.ch/oc22/index.php?rou ... duct_id=42
---
Good Luck!
Ernie
PS: For some reason, I forget, I made this into two individual TASKS, instead of doing it ONE.
But I am too lazy, to check, why I did
it...
---
Fullsize Product Image Popup VqMOD OC v.2.2.0.0, may work on others as well:
image_popup_full.xml - to be uploaded into the vqmod/xml/... Subdirectory:
---
---
http://www.bigmax.ch/oc22/index.php?rou ... duct_id=42
---
Good Luck!

Ernie
PS: For some reason, I forget, I made this into two individual TASKS, instead of doing it ONE.

But I am too lazy, to check, why I did

---
Fullsize Product Image Popup VqMOD OC v.2.2.0.0, may work on others as well:
image_popup_full.xml - to be uploaded into the vqmod/xml/... Subdirectory:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<modification>
<id><![CDATA[Fullsize Product Image Popup]]></id>
<version><![CDATA[OC v.2.2.0.0]]></version>
<vqmver><![CDATA[2.5.1]]></vqmver>
<author><![CDATA[Ernie - IP_CAM]]></author>
<file name="catalog/controller/product/product.php">
<operation error="log">
<search position="replace"><![CDATA[
$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'));
]]></search>
<add><![CDATA[
$data['popup'] = 'image/' . $product_info['image'];
]]></add>
</operation>
</file>
<file name="catalog/controller/product/product.php">
<operation error="log">
<search position="replace">
<![CDATA[
'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')),
]]></search>
<add><![CDATA[
'popup' => 'image/' . $result['image'],
]]></add>
</operation>
</file>
</modification>
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Who is online
Users browsing this forum: No registered users and 3 guests