Version Notes
Simple and very lite extension.
After installing clear cache and re login your magento admin panel.
Download this release
Release Info
Developer | Rohit Dhiman |
Extension | storelocator_webskills |
Version | 0.1.0 |
Comparing to | |
See all releases |
Version 0.1.0
- package.xml +19 -0
package.xml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>storelocator_webskills</name>
|
4 |
+
<version>0.1.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license>OSL</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Storelocator is a simple extension in which admin can show magento physical stores in google maps.</summary>
|
10 |
+
<description>Storelocator is a simple extension in which admin can show magento physical stores in google maps.Admin can add,remove stores from backend and also can edit them.Admin can export store and can remove multiple stores.User can call it in any cms page as follows: {{block type="core/template" template="storelocator/index.phtml"}} or simply can view http://yourdomain/storelocator</description>
|
11 |
+
<notes>Simple and very lite extension.
|
12 |
+
After installing clear cache and re login your magento admin panel.</notes>
|
13 |
+
<authors><author><name>Rohit Dhiman</name><user>rohitjesus</user><email>rohitdoll@gmail.com</email></author></authors>
|
14 |
+
<date>2014-05-20</date>
|
15 |
+
<time>18:43:20</time>
|
16 |
+
<contents><target name="magedesign"><dir name="."><dir name="app"><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="storelocator.xml" hash=""/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="storelocator.xml" hash=""/></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
17 |
+
<compatible/>
|
18 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
19 |
+
</package>
|