Version Notes
Price rounding up issue has been fixed.
Download this release
Release Info
Developer | Oyvind Henriksen |
Extension | Poq_Integration |
Version | 2.0.0.3.3 |
Comparing to | |
See all releases |
Code changes from version 2.0.0.3.2 to 2.0.0.3.3
app/code/community/Poq/Integration/controllers/IndexController.php
CHANGED
@@ -474,8 +474,8 @@ class Poq_Integration_IndexController extends Mage_Core_Controller_Front_Action
|
|
474 |
$special_price += $special_price * $product_tax_value / 100;
|
475 |
}
|
476 |
|
477 |
-
echo ",\"" .
|
478 |
-
echo ",\"" .
|
479 |
}
|
480 |
else
|
481 |
{
|
474 |
$special_price += $special_price * $product_tax_value / 100;
|
475 |
}
|
476 |
|
477 |
+
echo ",\"" . round($product_price,2) . "\"";
|
478 |
+
echo ",\"" . round($special_price,2) . "\"";
|
479 |
}
|
480 |
else
|
481 |
{
|
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.3.
|
13 |
</Poq_Integration>
|
14 |
</modules>
|
15 |
<global>
|
9 |
<config>
|
10 |
<modules>
|
11 |
<Poq_Integration>
|
12 |
+
<version>2.0.0.3.3</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.3.
|
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>
|
12 |
<authors><author><name>Oyvind Henriksen</name><user>poqmagento</user><email>info@poqstudio.com</email></author></authors>
|
13 |
-
<date>2015-01-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Poq"><dir name="Integration"><dir name="Helper"><file name="Data.php" hash="331a6fae0b9d92cf88716b934ef3e5c8"/><file name=".DS_Store" hash="437544c43163b0c119f0d54b3165090c"/></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.3.3</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>Price rounding up issue has been fixed.</notes>
|
12 |
<authors><author><name>Oyvind Henriksen</name><user>poqmagento</user><email>info@poqstudio.com</email></author></authors>
|
13 |
+
<date>2015-01-27</date>
|
14 |
+
<time>14:18:49</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Poq"><dir name="Integration"><dir name="Helper"><file name="Data.php" hash="331a6fae0b9d92cf88716b934ef3e5c8"/><file name=".DS_Store" hash="437544c43163b0c119f0d54b3165090c"/></dir><dir name="controllers"><file name="IndexController.php" hash="3a1529e0b375ddbd45f0696d190204ed"/><file name="OrderController.php" hash="e9bd81665b14888f94d8035dee1c2a7a"/><file name=".DS_Store" hash="025876129ca0f7bccb475ea2c8665538"/></dir><dir name="etc"><file name="adminhtml.xml" hash="545b50fa7d354adb75a6bc27ff2ef41e"/><file name="config.xml" hash="1d7e1ca5719321921faabc366b97c46d"/><file name="system.xml" hash="c11516cad4666cf9be1523781e66aeb0"/><file name=".DS_Store" hash="65a604f898cd198153f236c0aeb07b42"/></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>
|