Version Notes
Stable version, tested with Magento from 1.5 to 1.9
Download this release
Release Info
Developer | Magebuzz |
Extension | price_margin |
Version | 0.1.0 |
Comparing to | |
See all releases |
Version 0.1.0
- package.xml +18 -0
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>price_margin</name>
|
4 |
+
<version>0.1.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://www.opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Customers based pricing for Magento</summary>
|
10 |
+
<description>Price Margin is a useful Magento extension which helps you set different product price for customer or customer group. </description>
|
11 |
+
<notes>Stable version, tested with Magento from 1.5 to 1.9</notes>
|
12 |
+
<authors><author><name>Magebuzz</name><user>magebuzz</user><email>magebuzz@gmail.com</email></author></authors>
|
13 |
+
<date>2014-06-27</date>
|
14 |
+
<time>08:17:29</time>
|
15 |
+
<contents><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="pricemargin.xml" hash=""/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Magebuzz_Pricemargin.csv" hash=""/></dir></target><target name="mageetc"><dir name="modules"><file name="Magebuzz_Pricemargin.xml" 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>
|