Poq_Integration - Version 2.0.0.2.2

Version Notes

Barcode data for products is now exported as EAN

Download this release

Release Info

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


Code changes from version 2.0.0.2.1 to 2.0.0.2.2

app/code/community/Poq/Integration/controllers/IndexController.php CHANGED
@@ -333,6 +333,7 @@ class Poq_Integration_IndexController extends Mage_Core_Controller_Front_Action
333
  echo "\"id\"";
334
  echo ",\"name\"";
335
  echo ",\"description\"";
 
336
  echo ",\"price\"";
337
  echo ",\"specialprice\"";
338
  echo ",\"parentproductid\"";
@@ -373,6 +374,10 @@ class Poq_Integration_IndexController extends Mage_Core_Controller_Front_Action
373
  echo "\"" . $product->getId() . "\"";
374
  echo ",\"" . addslashes($product->getName()) . "\"";
375
  echo ",\"" . $description . "\"";
 
 
 
 
376
 
377
  // Original price might have been tax rates applied on live site
378
  // Fix by macromania
333
  echo "\"id\"";
334
  echo ",\"name\"";
335
  echo ",\"description\"";
336
+ echo ",\"ean\"";
337
  echo ",\"price\"";
338
  echo ",\"specialprice\"";
339
  echo ",\"parentproductid\"";
374
  echo "\"" . $product->getId() . "\"";
375
  echo ",\"" . addslashes($product->getName()) . "\"";
376
  echo ",\"" . $description . "\"";
377
+
378
+ // get barcode of product and expose it as ean
379
+ $barcode = $product->getData('barcode');
380
+ echo ",\"" .$barcode. "\"";
381
 
382
  // Original price might have been tax rates applied on live site
383
  // Fix by macromania
app/etc/modules/Poq_Integration.xml DELETED
@@ -1,19 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!--
3
- /**
4
- * Module initial config
5
- *
6
- * @author Poq Studio
7
- */
8
- -->
9
- <config>
10
- <modules>
11
- <Poq_Integration>
12
- <active>true</active>
13
- <codePool>community</codePool>
14
- <depends>
15
- <Mage_Adminhtml />
16
- </depends>
17
- </Poq_Integration>
18
- </modules>
19
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.1</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>Category sort index support added.</notes>
12
  <authors><author><name>Oyvind Henriksen</name><user>poqmagento</user><email>info@poqstudio.com</email></author></authors>
13
  <date>2014-09-01</date>
14
- <time>09:42:43</time>
15
- <contents><target name="magecommunity"><dir name="Poq"><dir name="Integration"><dir name="Helper"><file name="Data.php" hash="c008f517ee4299385ac8887c9b7852dc"/></dir><dir name="controllers"><file name="IndexController.php" hash="846f034177f524972ad75d32af91d9d0"/><file name="OrderController.php" hash="e41bc679854fe870fb74fec4ec25de26"/></dir><dir name="etc"><file name="adminhtml.xml" hash="545b50fa7d354adb75a6bc27ff2ef41e"/><file name="config.xml" hash="f49058ef8c5cc6326367837c205e4029"/><file name="system.xml" hash="d4e53e147e5c76e6e9977382b31e005b"/></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>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Poq_Integration</name>
4
+ <version>2.0.0.2.2</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>Barcode data for products is now exported as EAN</notes>
12
  <authors><author><name>Oyvind Henriksen</name><user>poqmagento</user><email>info@poqstudio.com</email></author></authors>
13
  <date>2014-09-01</date>
14
+ <time>12:34:34</time>
15
+ <contents><target name="magecommunity"><dir name="Poq"><dir name="Integration"><dir name="Helper"><file name="Data.php" hash="c008f517ee4299385ac8887c9b7852dc"/></dir><dir name="controllers"><file name="IndexController.php" hash="945406d76a1857809db993bb47bda114"/><file name="OrderController.php" hash="e41bc679854fe870fb74fec4ec25de26"/></dir><dir name="etc"><file name="adminhtml.xml" hash="545b50fa7d354adb75a6bc27ff2ef41e"/><file name="config.xml" hash="f49058ef8c5cc6326367837c205e4029"/><file name="system.xml" hash="d4e53e147e5c76e6e9977382b31e005b"/></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" hash=""/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>