forked from customgento/CustomGento_ConfigurableTierPrices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
18 lines (18 loc) · 1.61 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<package>
<name>Spranks_ConfigurableTierPrices</name>
<version>1.0.1</version>
<stability>stable</stability>
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL 3.0</license>
<channel>community</channel>
<extends/>
<summary>This module changes the way Magento calculates tier prices of configurable products.</summary>
<description>This Magento module changes the way Magento calculates tier prices of configurable products. You can now add different variants of a configurable product to the cart and you will get the tier price for the total quantity of all variants in the cart.</description>
<notes>Fixed problems when using individual options</notes>
<authors><author><name>Simon Sprankel</name><user>spranks</user><email>[email protected]</email></author></authors>
<date>2014-06-19</date>
<time>07:11:36</time>
<contents><target name="magecommunity"><dir name="Spranks"><dir name="ConfigurableTierPrices"><dir name="Helper"><file name="Admin.php" hash="7ec6839ca9c1fa032d493eaba60e391a"/></dir><dir name="Model"><dir name="Product"><dir name="Type"><dir name="Configurable"><file name="Price.php" hash="e3573a3695f85627f41134a7f4bec32e"/></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="6e2341355ff596dc68fced04b4df7945"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Spranks_ConfigurableTierPrices.xml" hash="8a3f62990ce094cb7e7e6313b66d5d51"/></dir></target></contents>
<compatible/>
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
</package>