Version Notes
Fixed a bug where product description and barcode fields display in wrong columns.
Download this release
Release Info
Developer | Oyvind Henriksen |
Extension | Poq_Integration |
Version | 2.0.0.2.8 |
Comparing to | |
See all releases |
Code changes from version 2.0.0.2.7 to 2.0.0.2.8
app/code/community/Poq/Integration/controllers/IndexController.php
CHANGED
@@ -545,7 +545,13 @@ class Poq_Integration_IndexController extends Mage_Core_Controller_Front_Action
|
|
545 |
}
|
546 |
if ($image_should_be_added)
|
547 |
{
|
548 |
-
$imageString
|
|
|
|
|
|
|
|
|
|
|
|
|
549 |
}
|
550 |
}
|
551 |
}
|
@@ -599,7 +605,6 @@ class Poq_Integration_IndexController extends Mage_Core_Controller_Front_Action
|
|
599 |
echo ",\"" . "" . "\"";
|
600 |
echo ",\"" . "" . "\"";
|
601 |
echo ",\"" . "" . "\"";
|
602 |
-
echo ",\"" . "" . "\"";
|
603 |
}
|
604 |
|
605 |
if (!isset($description_fields)) {
|
545 |
}
|
546 |
if ($image_should_be_added)
|
547 |
{
|
548 |
+
if (isset($imageString)) {
|
549 |
+
$imageString .= ',' . $image_base_url . $add_image['file'];
|
550 |
+
} else{
|
551 |
+
$imageString .= $image_base_url . $add_image['file'];
|
552 |
+
}
|
553 |
+
|
554 |
+
|
555 |
}
|
556 |
}
|
557 |
}
|
605 |
echo ",\"" . "" . "\"";
|
606 |
echo ",\"" . "" . "\"";
|
607 |
echo ",\"" . "" . "\"";
|
|
|
608 |
}
|
609 |
|
610 |
if (!isset($description_fields)) {
|
app/code/community/Poq/Integration/etc/config.xml
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
<config>
|
10 |
<modules>
|
11 |
<Poq_Integration>
|
12 |
-
<version>2.0.0.2.
|
13 |
</Poq_Integration>
|
14 |
</modules>
|
15 |
<global>
|
9 |
<config>
|
10 |
<modules>
|
11 |
<Poq_Integration>
|
12 |
+
<version>2.0.0.2.8</version>
|
13 |
</Poq_Integration>
|
14 |
</modules>
|
15 |
<global>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Poq_Integration</name>
|
4 |
-
<version>2.0.0.2.
|
5 |
<stability>stable</stability>
|
6 |
<license>ASL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This integration forms a connection between the Magento and Poq Studio platforms.</summary>
|
10 |
<description>The extension has two main features: Exposing your catalogue information in the Poq Feed Format and Accepting a shopping cart transfer from the Poq Studio platform.</description>
|
11 |
-
<notes>Fixed a bug
|
12 |
<authors><author><name>Oyvind Henriksen</name><user>poqmagento</user><email>info@poqstudio.com</email></author></authors>
|
13 |
-
<date>2014-11-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Poq"><dir name="Integration"><dir name="Helper"><file name="Data.php" hash="12410f17762f6ae40294252a0c383d87"/></dir><dir name="controllers"><file name="IndexController.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Poq_Integration</name>
|
4 |
+
<version>2.0.0.2.8</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>ASL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This integration forms a connection between the Magento and Poq Studio platforms.</summary>
|
10 |
<description>The extension has two main features: Exposing your catalogue information in the Poq Feed Format and Accepting a shopping cart transfer from the Poq Studio platform.</description>
|
11 |
+
<notes>Fixed a bug where product description and barcode fields display in wrong columns.</notes>
|
12 |
<authors><author><name>Oyvind Henriksen</name><user>poqmagento</user><email>info@poqstudio.com</email></author></authors>
|
13 |
+
<date>2014-11-13</date>
|
14 |
+
<time>10:46:45</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Poq"><dir name="Integration"><dir name="Helper"><file name="Data.php" hash="12410f17762f6ae40294252a0c383d87"/></dir><dir name="controllers"><file name="IndexController.php" hash="8f86f776d5ac14b0422534360db04048"/><file name="OrderController.php" hash="2fe18c8f02b05440412f84df1bb6bc13"/></dir><dir name="etc"><file name="adminhtml.xml" hash="545b50fa7d354adb75a6bc27ff2ef41e"/><file name="config.xml" hash="d94b65be7f74d0a5b9189db9319d19cd"/><file name="system.xml" hash="4c572e04c7adf4e6feb37385376134e2"/></dir><file name=".DS_Store" hash="edbbdc9cbdcde369d585980e7a279eac"/></dir><file name=".DS_Store" hash="16eb133391c4355b50681fccd76eee48"/></dir></target><target name="mageetc"><dir name="modules"><file name="Poq_Integration.xml" hash="f735b9c01c16c559a05ba50185ef8a61"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|