Poq_Integration - Version 2.0.0.2.5

Version Notes

Fixed an issue that is caused by empty fields.

Download this release

Release Info

Developer Oyvind Henriksen
Extension Poq_Integration
Version 2.0.0.2.5
Comparing to
See all releases


Code changes from version 2.0.0.2.4 to 2.0.0.2.5

app/code/community/Poq/Integration/controllers/IndexController.php CHANGED
@@ -582,6 +582,14 @@ class Poq_Integration_IndexController extends Mage_Core_Controller_Front_Action
582
  echo ",\"" . $category_url_list . "\"";
583
  echo ",\"" . $category_sort_list . "\"";
584
  }
 
 
 
 
 
 
 
 
585
 
586
  if (!isset($description_fields)) {
587
  $description = $product->getDescription(); //Remove HTML tags from the description
582
  echo ",\"" . $category_url_list . "\"";
583
  echo ",\"" . $category_sort_list . "\"";
584
  }
585
+ else{
586
+ echo ",\"" . "" . "\"";
587
+ echo ",\"" . "" . "\"";
588
+ echo ",\"" . "" . "\"";
589
+ echo ",\"" . "" . "\"";
590
+ echo ",\"" . "" . "\"";
591
+ echo ",\"" . "" . "\"";
592
+ }
593
 
594
  if (!isset($description_fields)) {
595
  $description = $product->getDescription(); //Remove HTML tags from the description
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.4</version>
13
  </Poq_Integration>
14
  </modules>
15
  <global>
9
  <config>
10
  <modules>
11
  <Poq_Integration>
12
+ <version>2.0.0.2.5</version>
13
  </Poq_Integration>
14
  </modules>
15
  <global>
app/etc/modules/{Poq_integration.xml → Poq_Integration.xml} RENAMED
File without changes
package.xml CHANGED
@@ -1,19 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Poq_Integration</name>
4
- <version>2.0.0.2.4</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>- Minor bug fixes.&#xD;
12
- - Product description and barcode fields configuration added.</notes>
13
  <authors><author><name>Oyvind Henriksen</name><user>poqmagento</user><email>info@poqstudio.com</email></author></authors>
14
- <date>2014-10-30</date>
15
- <time>11:40:13</time>
16
- <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="c7433ce5cf0b847f1f2fdb2b9b57e7d5"/><file name="OrderController.php" hash="2fe18c8f02b05440412f84df1bb6bc13"/></dir><dir name="etc"><file name="adminhtml.xml" hash="545b50fa7d354adb75a6bc27ff2ef41e"/><file name="config.xml" hash="8a63e106ffc41fd0d65e56e160d40026"/><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>
17
  <compatible/>
18
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Poq_Integration</name>
4
+ <version>2.0.0.2.5</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 an issue that is caused by empty fields.</notes>
 
12
  <authors><author><name>Oyvind Henriksen</name><user>poqmagento</user><email>info@poqstudio.com</email></author></authors>
13
+ <date>2014-10-31</date>
14
+ <time>11:47:30</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="793cfc8903f9deba9574c755af230c7f"/><file name="OrderController.php" hash="2fe18c8f02b05440412f84df1bb6bc13"/></dir><dir name="etc"><file name="adminhtml.xml" hash="545b50fa7d354adb75a6bc27ff2ef41e"/><file name="config.xml" hash="55c48ecda95fa2274b5a47a93380b618"/><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>