Version Notes
Ajax Category Extension Stable Release by MoonRose Infotech
Download this release
Release Info
Developer | MoonRose Infotech |
Extension | Moonrose_Ajaxcategories |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- package.xml +24 -0
package.xml
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Moonrose_Ajaxcategories</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Ajax Category/Subcategory Combo extension by MoonRose Infotech</summary>
|
10 |
+
<description>1) This extension contains all categories display as combo
|
11 |
+
2) If selected category has subcategory then new ajax based combo will added
|
12 |
+
3) Second step will be repeat until subcategories found
|
13 |
+
4) If selected category/subcategory don't have subcategory it will redirected to the product listing page
|
14 |
+
5) Extension is working for root category as well as for subcategory page
|
15 |
+
6) Block can be added for static content page as:
|
16 |
+
{{block type="ajaxcategories/list" name="ajax_categories" template="ajaxcategories/list.phtml" }}</description>
|
17 |
+
<notes>Ajax Category Extension Stable Release by MoonRose Infotech</notes>
|
18 |
+
<authors><author><name>MoonRose Infotech</name><user>moonroseinfo</user><email>moonroseinfotech@gmail.com</email></author></authors>
|
19 |
+
<date>2014-05-07</date>
|
20 |
+
<time>06:09:43</time>
|
21 |
+
<contents><target name="mageskin"><dir name="skin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="js"><file name="jquery-1.9.1.min.js" hash=""/></dir></dir></dir></dir></dir></target><target name="magecore"><dir name="app"><dir name="etc"><dir name="modules"><file name="Moonrose_Ajaxcategories.xml" hash=""/></dir></dir></dir></target></contents>
|
22 |
+
<compatible/>
|
23 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
24 |
+
</package>
|