Tops_configurable - Version 1.0.0

Version Notes

Stable Version

Download this release

Release Info

Developer Tops
Extension Tops_configurable
Version 1.0.0
Comparing to
See all releases


Version 1.0.0

Files changed (1) hide show
  1. package.xml +18 -0
package.xml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>Tops_configurable</name>
4
+ <version>1.0.0</version>
5
+ <stability>stable</stability>
6
+ <license>GPL 3.0</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>This extension is to make configurable products via api</summary>
10
+ <description>Magento provides api for creating simple products and creating configurable products but magento will not associate simple products with configurable products but by using this extension you can do it by passing array of association to magento api</description>
11
+ <notes>Stable Version</notes>
12
+ <authors><author><name>Tops</name><user>Tops</user><email>chirag.thakkar@tops-int.com</email></author></authors>
13
+ <date>2015-05-14</date>
14
+ <time>07:17:47</time>
15
+ <contents></contents>
16
+ <compatible/>
17
+ <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
+ </package>