Version Notes
- Version with the needed files included. Sorry for that. It's my first extension ;-)
Download this release
Release Info
Developer | p squared |
Extension | Psquared_PriceRounding |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
app/code/community/Psquared/PriceRounding/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Psquared_PriceRounding>
|
5 |
-
<version>1.0.
|
6 |
</Psquared_PriceRounding>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Psquared_PriceRounding>
|
5 |
+
<version>1.0.2</version>
|
6 |
</Psquared_PriceRounding>
|
7 |
</modules>
|
8 |
<global>
|
app/etc/modules/Psquared_PriceRounding.xml
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Psquared_PriceRounding>
|
5 |
-
<active>
|
6 |
<codePool>community</codePool>
|
7 |
-
<version>1.0.
|
8 |
</Psquared_PriceRounding>
|
9 |
</modules>
|
10 |
</config>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Psquared_PriceRounding>
|
5 |
+
<active>true</active>
|
6 |
<codePool>community</codePool>
|
7 |
+
<version>1.0.2</version>
|
8 |
</Psquared_PriceRounding>
|
9 |
</modules>
|
10 |
</config>
|
package.xml
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Psquared_PriceRounding</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/gpl-license.php">GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>Price rounding for
|
10 |
<description>This tiny extension allows to round the prices in the product catalog to force integer values instead of ugly decimal values. This is helpful in combination with currency convertion.
|
11 |

|
12 |
Example: 100 € => USD 131.26
|
@@ -22,11 +22,11 @@ Settings under System - Configuration - Catalog - Catalog - Price Rounding.
|
|
22 |
GitHub Repository:
|
23 |

|
24 |
https://github.com/patrickbaber/Psquared_PriceRounding</description>
|
25 |
-
<notes>-
|
26 |
<authors><author><name>p squared</name><user>p_squared</user><email>realityfforce@yahoo.de</email></author></authors>
|
27 |
-
<date>2013-
|
28 |
-
<time>
|
29 |
-
<contents><target name="magecommunity"><dir name="Psquared"><dir name="PriceRounding"><dir name="Helper"><file name="Data.php" hash="1b2b96bfc80ac99393e0c2c4bffa815c"/></dir><dir name="Model"><dir name="Directory"><file name="Currency.php" hash="0963ad057f8f833ff87cd7c6e6fd04e7"/></dir><file name="RoundingMethods.php" hash="7b74bc011066b3e1100d13be3377f3af"/></dir><dir name="etc"><file name="config.xml" hash="
|
30 |
<compatible/>
|
31 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
32 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Psquared_PriceRounding</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/gpl-license.php">GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Price rounding for the product catalog in Magento.</summary>
|
10 |
<description>This tiny extension allows to round the prices in the product catalog to force integer values instead of ugly decimal values. This is helpful in combination with currency convertion.
|
11 |

|
12 |
Example: 100 € => USD 131.26
|
22 |
GitHub Repository:
|
23 |

|
24 |
https://github.com/patrickbaber/Psquared_PriceRounding</description>
|
25 |
+
<notes>- Version with the needed files included. Sorry for that. It's my first extension ;-)</notes>
|
26 |
<authors><author><name>p squared</name><user>p_squared</user><email>realityfforce@yahoo.de</email></author></authors>
|
27 |
+
<date>2013-05-02</date>
|
28 |
+
<time>16:54:31</time>
|
29 |
+
<contents><target name="magecommunity"><dir name="Psquared"><dir name="PriceRounding"><dir name="Helper"><file name="Data.php" hash="1b2b96bfc80ac99393e0c2c4bffa815c"/></dir><dir name="Model"><dir name="Directory"><file name="Currency.php" hash="0963ad057f8f833ff87cd7c6e6fd04e7"/></dir><file name="RoundingMethods.php" hash="7b74bc011066b3e1100d13be3377f3af"/></dir><dir name="etc"><file name="config.xml" hash="02de378c74b14c6dddc3dad485c4362e"/><file name="system.xml" hash="42c5feed1875eacaaaab118edf9c99e3"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Psquared_PriceRounding.xml" hash="57eee98e9703518536d3a0f163708b8b"/></dir></target><target name="magelocale"><dir><dir name="de_DE"><file name="Psquared_PriceRounding.csv" hash="8b20629f8fa34e9477a9e21f6f90b629"/></dir></dir></target></contents>
|
30 |
<compatible/>
|
31 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
32 |
</package>
|