Magpedia_Storelocator - Version 0.0.2

Version Notes

Some fixes in magento 1.9 like
1. jQuery confliction
2. jQuery enable/disable feature

Download this release

Release Info

Developer Magpedia
Extension Magpedia_Storelocator
Version 0.0.2
Comparing to
See all releases


Code changes from version 0.0.1 to 0.0.2

Files changed (19) hide show
  1. app/code/community/Magpedia/Storelocator/etc/config.xml +2 -1
  2. app/code/community/Magpedia/Storelocator/etc/system.xml +14 -4
  3. app/code/community/Magpedia/Storelocator/sql/magpedia_storelocator_setup/upgrade-0.0.1-0.0.2.php +24 -0
  4. app/design/frontend/{default → base}/default/layout/magpedia_storelocator.xml +5 -15
  5. app/design/frontend/{default → base}/default/template/magpedia_storelocator/storelocator/list.phtml +0 -0
  6. app/design/frontend/{default → base}/default/template/magpedia_storelocator/storelocator/view.phtml +0 -0
  7. app/design/frontend/{default → base}/default/template/magpedia_storelocator/storelocator/widget/link.phtml +0 -0
  8. app/design/frontend/{default → base}/default/template/magpedia_storelocator/storelocator/widget/view.phtml +0 -0
  9. package.xml +9 -7
  10. skin/frontend/{default → base}/default/storelocator/css/map-style.css +0 -0
  11. skin/frontend/{default → base}/default/storelocator/css/map.css +40 -9
  12. skin/frontend/{default → base}/default/storelocator/images/ajax-loader.gif +0 -0
  13. skin/frontend/{default → base}/default/storelocator/images/close-icon.png +0 -0
  14. skin/frontend/{default → base}/default/storelocator/images/marker/faddu.jpg +0 -0
  15. skin/frontend/{default → base}/default/storelocator/images/overlay-bg.png +0 -0
  16. {js/storelocator → skin/frontend/base/default/storelocator/js}/handlebars-1.0.0.min.js +0 -0
  17. {js/storelocator → skin/frontend/base/default/storelocator/js}/jquery-1.10.1.min.js +0 -0
  18. {js/storelocator → skin/frontend/base/default/storelocator/js}/jquery.storelocator.js +0 -0
  19. {js/storelocator → skin/frontend/base/default/storelocator/js}/noConflict.js +0 -0
app/code/community/Magpedia/Storelocator/etc/config.xml CHANGED
@@ -19,7 +19,7 @@
19
  <config>
20
  <modules>
21
  <Magpedia_Storelocator>
22
- <version>0.0.1</version>
23
  </Magpedia_Storelocator>
24
  </modules>
25
  <global>
@@ -128,6 +128,7 @@
128
  <default>
129
  <storelocator>
130
  <storelocator>
 
131
  <active>1</active>
132
  <breadcrumbs>1</breadcrumbs>
133
  <defaultlon>77.35756620000006</defaultlon>
19
  <config>
20
  <modules>
21
  <Magpedia_Storelocator>
22
+ <version>0.0.2</version>
23
  </Magpedia_Storelocator>
24
  </modules>
25
  <global>
128
  <default>
129
  <storelocator>
130
  <storelocator>
131
+ <enablejquery>0</enablejquery>
132
  <active>1</active>
133
  <breadcrumbs>1</breadcrumbs>
134
  <defaultlon>77.35756620000006</defaultlon>
app/code/community/Magpedia/Storelocator/etc/system.xml CHANGED
@@ -42,11 +42,21 @@
42
  <show_in_website>1</show_in_website>
43
  <show_in_store>1</show_in_store>
44
  <fields>
 
 
 
 
 
 
 
 
 
 
45
  <active translate="label">
46
  <label>Enable Store Locator</label>
47
  <frontend_type>select</frontend_type>
48
  <source_model>adminhtml/system_config_source_yesno</source_model>
49
- <sort_order>10</sort_order>
50
  <show_in_default>1</show_in_default>
51
  <show_in_website>1</show_in_website>
52
  <show_in_store>1</show_in_store>
@@ -56,7 +66,7 @@
56
  <label>Enable Breadcrumbs For Storelocator</label>
57
  <frontend_type>select</frontend_type>
58
  <source_model>adminhtml/system_config_source_yesno</source_model>
59
- <sort_order>11</sort_order>
60
  <show_in_default>1</show_in_default>
61
  <show_in_website>1</show_in_website>
62
  <show_in_store>1</show_in_store>
@@ -64,7 +74,7 @@
64
  <defaultlon translate="label">
65
  <label>Default Longitude</label>
66
  <frontend_type>text</frontend_type>
67
- <sort_order>12</sort_order>
68
  <show_in_default>1</show_in_default>
69
  <show_in_website>1</show_in_website>
70
  <show_in_store>1</show_in_store>
@@ -73,7 +83,7 @@
73
  <defaultlat translate="label">
74
  <label>Default Latitude</label>
75
  <frontend_type>text</frontend_type>
76
- <sort_order>13</sort_order>
77
  <show_in_default>1</show_in_default>
78
  <show_in_website>1</show_in_website>
79
  <show_in_store>1</show_in_store>
42
  <show_in_website>1</show_in_website>
43
  <show_in_store>1</show_in_store>
44
  <fields>
45
+ <enablejquery translate="label">
46
+ <label>Enable jQuery</label>
47
+ <frontend_type>select</frontend_type>
48
+ <source_model>adminhtml/system_config_source_yesno</source_model>
49
+ <sort_order>10</sort_order>
50
+ <show_in_default>1</show_in_default>
51
+ <show_in_website>1</show_in_website>
52
+ <show_in_store>1</show_in_store>
53
+ <comment>Enable jQuery</comment>
54
+ </enablejquery>
55
  <active translate="label">
56
  <label>Enable Store Locator</label>
57
  <frontend_type>select</frontend_type>
58
  <source_model>adminhtml/system_config_source_yesno</source_model>
59
+ <sort_order>11</sort_order>
60
  <show_in_default>1</show_in_default>
61
  <show_in_website>1</show_in_website>
62
  <show_in_store>1</show_in_store>
66
  <label>Enable Breadcrumbs For Storelocator</label>
67
  <frontend_type>select</frontend_type>
68
  <source_model>adminhtml/system_config_source_yesno</source_model>
69
+ <sort_order>12</sort_order>
70
  <show_in_default>1</show_in_default>
71
  <show_in_website>1</show_in_website>
72
  <show_in_store>1</show_in_store>
74
  <defaultlon translate="label">
75
  <label>Default Longitude</label>
76
  <frontend_type>text</frontend_type>
77
+ <sort_order>13</sort_order>
78
  <show_in_default>1</show_in_default>
79
  <show_in_website>1</show_in_website>
80
  <show_in_store>1</show_in_store>
83
  <defaultlat translate="label">
84
  <label>Default Latitude</label>
85
  <frontend_type>text</frontend_type>
86
+ <sort_order>14</sort_order>
87
  <show_in_default>1</show_in_default>
88
  <show_in_website>1</show_in_website>
89
  <show_in_store>1</show_in_store>
app/code/community/Magpedia/Storelocator/sql/magpedia_storelocator_setup/upgrade-0.0.1-0.0.2.php ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magpedia_Storelocator extension
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the MIT License
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/mit-license.php
11
+ *
12
+ * @category Magpedia
13
+ * @package Magpedia_Storelocator
14
+ * @copyright Copyright (c) 2014
15
+ * @license http://opensource.org/licenses/mit-license.php MIT License
16
+ */
17
+ /**
18
+ * Storelocator module install script
19
+ *
20
+ * @category Magpedia
21
+ * @package Magpedia_Storelocator
22
+ *
23
+ */
24
+ $installer = $this;
app/design/frontend/{default → base}/default/layout/magpedia_storelocator.xml RENAMED
@@ -19,27 +19,17 @@
19
  <layout>
20
  <default>
21
  <reference name="head">
22
- <action method="addCss">
23
- <stylesheet>storelocator/css/map.css</stylesheet>
24
- </action>
25
- <action method="addJs">
26
- <script>storelocator/jquery-1.10.1.min.js</script>
27
- </action>
28
- <action method="addJs">
29
- <script>storelocator/noConflict.js</script>
30
- </action>
31
- <action method="addJs">
32
- <script>storelocator/handlebars-1.0.0.min.js</script>
33
- </action>
34
  <block type="core/text" name="google.cdn.jquery">
35
  <action method="setText">
36
  <text><![CDATA[<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script><script type="text/javascript">jQuery.noConflict();</script>]]>
37
  </text>
38
  </action>
39
  </block>
40
- <action method="addJs">
41
- <script>storelocator/jquery.storelocator.js</script>
42
- </action>
43
  </reference>
44
  <reference name="top.links">
45
  <action method="addLink" translate="label title" module="storelocator" ifconfig="storelocator/storelocator/active">
19
  <layout>
20
  <default>
21
  <reference name="head">
22
+ <action method="addCss"><stylesheet>storelocator/css/map.css</stylesheet></action>
23
+ <action method="addItem" module="storelocator" ifconfig="storelocator/storelocator/enablejquery"><type>skin_js</type><name>storelocator/js/jquery-1.10.1.min.js</name><params/></action>
24
+ <action method="addItem"><type>skin_js</type><name>storelocator/js/noConflict.js</name><params/></action>
25
+ <action method="addItem"><type>skin_js</type><name>storelocator/js/handlebars-1.0.0.min.js</name><params/></action>
 
 
 
 
 
 
 
 
26
  <block type="core/text" name="google.cdn.jquery">
27
  <action method="setText">
28
  <text><![CDATA[<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script><script type="text/javascript">jQuery.noConflict();</script>]]>
29
  </text>
30
  </action>
31
  </block>
32
+ <action method="addItem"><type>skin_js</type><name>storelocator/js/jquery.storelocator.js</name><params/></action>
 
 
33
  </reference>
34
  <reference name="top.links">
35
  <action method="addLink" translate="label title" module="storelocator" ifconfig="storelocator/storelocator/active">
app/design/frontend/{default → base}/default/template/magpedia_storelocator/storelocator/list.phtml RENAMED
File without changes
app/design/frontend/{default → base}/default/template/magpedia_storelocator/storelocator/view.phtml RENAMED
File without changes
app/design/frontend/{default → base}/default/template/magpedia_storelocator/storelocator/widget/link.phtml RENAMED
File without changes
app/design/frontend/{default → base}/default/template/magpedia_storelocator/storelocator/widget/view.phtml RENAMED
File without changes
package.xml CHANGED
@@ -1,12 +1,12 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Magpedia_Storelocator</name>
4
- <version>0.0.1</version>
5
  <stability>stable</stability>
6
  <license>Open Software License (OSL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Magpedia store locator guides users to find out physical locations of retailers such as branches, stores and offices. The store locator also provides important information about each location including its address, phone numbers, hours of operation, store description, country, state city and sometimes directions of the location. Users smoothly search their nearest store by entering their postal code/state/city/store title and the store locator returns all the information of the stores according to the given data.</summary>
10
  <description>Magpedia store locator guides users to find out physical locations of retailers such as branches, stores and offices. The store locator also provides important information about each location including its address, phone numbers, hours of operation, store description, country, state city and sometimes directions of the location. Users smoothly search their nearest store by entering their postal code/state/city/store title and the store locator returns all the information of the stores according to the given data.&#xD;
11
  &#xD;
12
  Features&#xD;
@@ -46,11 +46,13 @@ Description&#xD;
46
  Store Image&#xD;
47
  Store Time&#xD;
48
  </description>
49
- <notes>Magpedia store locator guides users to find out physical locations of retailers such as branches, stores and offices. The store locator also provides important information about each location including its address, phone numbers, hours of operation, store description, country, state city and sometimes directions of the location. Users smoothly search their nearest store by entering their postal code/state/city/store title and the store locator returns all the information of the stores according to the given data.</notes>
50
- <authors><author><name>Ramesh Kumar</name><user>ramesh</user><email>rkrameshraja@gmail.com</email></author></authors>
51
- <date>2014-05-20</date>
52
- <time>20:04:12</time>
53
- <contents><target name="magecommunity"><dir name="Magpedia"><dir><dir name="Storelocator"><dir name="Block"><dir name="Adminhtml"><dir name="Storelocator"><dir name="Edit"><file name="Form.php" hash="c8adb5e74e6dd1616f22ce2936c312c6"/><dir name="Tab"><file name="Form.php" hash="0779d5dab33c501535950b83c619cf48"/><file name="Stores.php" hash="6229af8a3ec3ab2546a4de8c9e28a5dc"/></dir><file name="Tabs.php" hash="1e02c47c57a0bd42b8b8326e31e427bf"/></dir><file name="Edit.php" hash="73f5e52f5e8f649071d7b8c498df2c67"/><file name="Grid.php" hash="93130482bc8dd52e03be39b9ccb2b4ba"/><dir name="Helper"><file name="Image.php" hash="45a72a02120f4bf19bf9133fb8baf39e"/></dir><file name="Image.php" hash="677859104a712e5d2015d268ac5947e1"/></dir><file name="Storelocator.php" hash="43d89c5c7a21433a499122b071cea96d"/></dir><dir name="Storelocator"><file name="List.php" hash="51a63778efc886415db3115a4f323daa"/><file name="View.php" hash="bf9ec7f0ce8e230d8d59e9e05505d00d"/></dir></dir><dir name="Controller"><dir name="Adminhtml"><file name="Storelocator.php" hash="f9be75600740025b6cf8b92e4bab6262"/></dir></dir><dir name="Helper"><file name="Data.php" hash="e84b7d4adc8ac9ddc439712c5133ff2b"/><dir name="Image"><file name="Abstract.php" hash="0a8b912831a826d15c6bdbc02e842d1d"/></dir><dir name="Storelocator"><file name="Image.php" hash="d9c746d3b3825e1e57d9fd95802daebc"/></dir><file name="Storelocator.php" hash="9c6e36504abe38499a6166b85e42881f"/></dir><dir name="Model"><dir name="Resource"><file name="Setup.php" hash="f653390e2b282dcbb34140e8798e8172"/><dir name="Storelocator"><file name="Collection.php" hash="cfb80af24756d44fe8307ae6aade5b6c"/></dir><file name="Storelocator.php" hash="d5434ab1e16285de598be8eb29e6e60e"/></dir><file name="Storelocator.php" hash="de71b7f8331b268be397fa2ee58738c8"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Storelocator"><file name="StorelocatorController.php" hash="3ae575fb65797d36130d7aa9365e452c"/></dir></dir><file name="StorelocatorController.php" hash="19f13a03227d81f656f33d96d9f534cb"/></dir><dir name="etc"><file name="adminhtml.xml" hash="10ee419bbe3d1bd51334229800b569c5"/><file name="config.xml" hash="b59d63b29b50480f75e195eecad9d2f3"/><file name="system.xml" hash="9d7b126f4baa378d6189447b29a6314b"/><file name="widget.xml" hash="de7e4ec71fbc39b1858d09f87854ced8"/></dir><dir name="sql"><dir name="magpedia_storelocator_setup"><file name="install-0.0.1.php" hash="fb6a875e7e647770ed387924adad85a3"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magpedia_Storelocator.xml" hash="51583bea657c10670d3ff58d6f73a36e"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="storelocator"><dir><dir name="css"><file name="map-style.css" hash="4b4ab7443d3f836737ffc05d3f494e27"/><file name="map.css" hash="80ea19713ea2a55eba19a020bcc28c57"/></dir><dir name="images"><file name="ajax-loader.gif" hash="2a6692973429d7a74513bfa8bcb5be20"/><file name="close-icon.png" hash="3b13303a36ac8bff0ee6e371ff07d6df"/><dir name="marker"><file name="faddu.jpg" hash="e4046cb53b344e9f80161e891178a6a7"/></dir><file name="overlay-bg.png" hash="b437e98486d68b23f279c92ccd1b68f3"/></dir></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="storelocator"><file name="handlebars-1.0.0.min.js" hash="b468988a5773757374f3e1188913e38a"/><file name="jquery-1.10.1.min.js" hash="33d85132f0154466fc017dd05111873d"/><file name="jquery.storelocator.js" hash="a9d3c629700fe0d4d1da798b8a04ba63"/><file name="noConflict.js" hash="3179f2255b046d5f2e9a71e365287bef"/></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="magpedia_storelocator.xml" hash="57e501e7397ce6058d2b4672560f9eb8"/></dir><dir name="template"><dir name="magpedia_storelocator"><dir><dir name="storelocator"><file name="list.phtml" hash="54f07ee1ed970b89ba6cccd0f21a8e69"/><file name="view.phtml" hash="dda937e8889b087603d5c85bb70b6bba"/><dir name="widget"><file name="link.phtml" hash="c6f74a87a30deb63bb01af2e241b986e"/><file name="view.phtml" hash="f14acca79f44d9c56c6b838d000fd973"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="magpedia_storelocator.xml" hash="4dc55ad54c46096753fdbdec1e2405c2"/></dir></dir></dir></dir></target></contents>
 
 
54
  <compatible/>
55
  <dependencies><required><php><min>5.0.1</min><max>6.0.0</max></php></required></dependencies>
56
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Magpedia_Storelocator</name>
4
+ <version>0.0.2</version>
5
  <stability>stable</stability>
6
  <license>Open Software License (OSL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>Magpedia store locator guides users to find out physical locations of retailers such as branches, stores and offices.</summary>
10
  <description>Magpedia store locator guides users to find out physical locations of retailers such as branches, stores and offices. The store locator also provides important information about each location including its address, phone numbers, hours of operation, store description, country, state city and sometimes directions of the location. Users smoothly search their nearest store by entering their postal code/state/city/store title and the store locator returns all the information of the stores according to the given data.&#xD;
11
  &#xD;
12
  Features&#xD;
46
  Store Image&#xD;
47
  Store Time&#xD;
48
  </description>
49
+ <notes>Some fixes in magento 1.9 like&#xD;
50
+ 1. jQuery confliction&#xD;
51
+ 2. jQuery enable/disable feature</notes>
52
+ <authors><author><name>Magpedia</name><user>magpedia</user><email>support@magpedia.com</email></author></authors>
53
+ <date>2014-05-30</date>
54
+ <time>00:22:39</time>
55
+ <contents><target name="magecommunity"><dir name="Magpedia"><dir><dir name="Storelocator"><dir name="Block"><dir name="Adminhtml"><dir name="Storelocator"><dir name="Edit"><file name="Form.php" hash="c8adb5e74e6dd1616f22ce2936c312c6"/><dir name="Tab"><file name="Form.php" hash="0779d5dab33c501535950b83c619cf48"/><file name="Stores.php" hash="6229af8a3ec3ab2546a4de8c9e28a5dc"/></dir><file name="Tabs.php" hash="1e02c47c57a0bd42b8b8326e31e427bf"/></dir><file name="Edit.php" hash="73f5e52f5e8f649071d7b8c498df2c67"/><file name="Grid.php" hash="93130482bc8dd52e03be39b9ccb2b4ba"/><dir name="Helper"><file name="Image.php" hash="45a72a02120f4bf19bf9133fb8baf39e"/></dir><file name="Image.php" hash="677859104a712e5d2015d268ac5947e1"/></dir><file name="Storelocator.php" hash="43d89c5c7a21433a499122b071cea96d"/></dir><dir name="Storelocator"><file name="List.php" hash="51a63778efc886415db3115a4f323daa"/><file name="View.php" hash="bf9ec7f0ce8e230d8d59e9e05505d00d"/></dir></dir><dir name="Controller"><dir name="Adminhtml"><file name="Storelocator.php" hash="f9be75600740025b6cf8b92e4bab6262"/></dir></dir><dir name="Helper"><file name="Data.php" hash="e84b7d4adc8ac9ddc439712c5133ff2b"/><dir name="Image"><file name="Abstract.php" hash="0a8b912831a826d15c6bdbc02e842d1d"/></dir><dir name="Storelocator"><file name="Image.php" hash="d9c746d3b3825e1e57d9fd95802daebc"/></dir><file name="Storelocator.php" hash="9c6e36504abe38499a6166b85e42881f"/></dir><dir name="Model"><dir name="Resource"><file name="Setup.php" hash="f653390e2b282dcbb34140e8798e8172"/><dir name="Storelocator"><file name="Collection.php" hash="cfb80af24756d44fe8307ae6aade5b6c"/></dir><file name="Storelocator.php" hash="d5434ab1e16285de598be8eb29e6e60e"/></dir><file name="Storelocator.php" hash="de71b7f8331b268be397fa2ee58738c8"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Storelocator"><file name="StorelocatorController.php" hash="3ae575fb65797d36130d7aa9365e452c"/></dir></dir><file name="StorelocatorController.php" hash="19f13a03227d81f656f33d96d9f534cb"/></dir><dir name="etc"><file name="adminhtml.xml" hash="10ee419bbe3d1bd51334229800b569c5"/><file name="config.xml" hash="acd9ab8863f42b36a85fb1ca7dfd2e28"/><file name="system.xml" hash="1c95f3db2f4a82be69c3c94c3c5b1bb3"/><file name="widget.xml" hash="de7e4ec71fbc39b1858d09f87854ced8"/></dir><dir name="sql"><dir name="magpedia_storelocator_setup"><file name="install-0.0.1.php" hash="fb6a875e7e647770ed387924adad85a3"/><file name="upgrade-0.0.1-0.0.2.php" hash="10863101b5b9c75d9ad1f114306a2243"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magpedia_Storelocator.xml" hash="51583bea657c10670d3ff58d6f73a36e"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="storelocator"><dir><dir name="css"><file name="map-style.css" hash="4b4ab7443d3f836737ffc05d3f494e27"/><file name="map.css" hash="1dd18292a08e7ca6c750de6d2388c754"/></dir><dir name="images"><file name="ajax-loader.gif" hash="2a6692973429d7a74513bfa8bcb5be20"/><file name="close-icon.png" hash="3b13303a36ac8bff0ee6e371ff07d6df"/><dir name="marker"><file name="faddu.jpg" hash="e4046cb53b344e9f80161e891178a6a7"/></dir><file name="overlay-bg.png" hash="b437e98486d68b23f279c92ccd1b68f3"/></dir><dir name="js"><file name="handlebars-1.0.0.min.js" hash="b468988a5773757374f3e1188913e38a"/><file name="jquery-1.10.1.min.js" hash="33d85132f0154466fc017dd05111873d"/><file name="jquery.storelocator.js" hash="a9d3c629700fe0d4d1da798b8a04ba63"/><file name="noConflict.js" hash="3179f2255b046d5f2e9a71e365287bef"/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="magpedia_storelocator.xml" hash="c534cd0e53ccc0ec5b697445aa9e6fe5"/></dir><dir name="template"><dir name="magpedia_storelocator"><dir><dir name="storelocator"><file name="list.phtml" hash="54f07ee1ed970b89ba6cccd0f21a8e69"/><file name="view.phtml" hash="dda937e8889b087603d5c85bb70b6bba"/><dir name="widget"><file name="link.phtml" hash="c6f74a87a30deb63bb01af2e241b986e"/><file name="view.phtml" hash="f14acca79f44d9c56c6b838d000fd973"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="magpedia_storelocator.xml" hash="4dc55ad54c46096753fdbdec1e2405c2"/></dir></dir></dir></dir></target></contents>
56
  <compatible/>
57
  <dependencies><required><php><min>5.0.1</min><max>6.0.0</max></php></required></dependencies>
58
  </package>
skin/frontend/{default → base}/default/storelocator/css/map-style.css RENAMED
File without changes
skin/frontend/{default → base}/default/storelocator/css/map.css RENAMED
@@ -1,7 +1,7 @@
1
  #store-locator-container{
2
  float: left;
3
- margin-left: 20px;
4
- width: 875px;
5
  font: normal 12px Arial, Helvetica, sans-serif;
6
  color: #333;
7
  }
@@ -21,8 +21,9 @@
21
  clear: left;
22
  float: left;
23
  margin-top: 27px;
24
- height: 530px;
25
- width: 875px;
 
26
  }
27
 
28
  #map-container a{
@@ -45,7 +46,7 @@
45
 
46
  #loc-list{
47
  float: left;
48
- width: 240px;
49
  height: 530px;
50
  overflow: auto;
51
  }
@@ -73,12 +74,16 @@
73
  #loc-list .list-details{
74
  float: left;
75
  margin-left: 6px;
76
- width: 165px;
 
77
  }
78
 
79
  #loc-list .list-content{
80
  padding: 10px;
81
  }
 
 
 
82
 
83
  #loc-list .loc-dist{
84
  font-weight: bold;
@@ -92,7 +97,8 @@
92
  float: left;
93
  margin: 6px 10px;
94
  cursor: pointer;
95
- width: 200px;
 
96
  border: 1px solid #fff; /* Adding this to prevent moving li elements when adding the list-focus class*/
97
  }
98
 
@@ -118,6 +124,7 @@
118
  #form-input{
119
  float: left;
120
  margin-top: 3px;
 
121
  }
122
 
123
  #form-input label{
@@ -156,7 +163,7 @@
156
 
157
  #map{
158
  float: left;
159
- width: 635px;
160
  height: 530px;
161
  }
162
 
@@ -216,4 +223,28 @@
216
  float: left;
217
  margin-top: 30px;
218
  width: 100%;
219
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  #store-locator-container{
2
  float: left;
3
+ max-height: 875px;
4
+ width:100%;
5
  font: normal 12px Arial, Helvetica, sans-serif;
6
  color: #333;
7
  }
21
  clear: left;
22
  float: left;
23
  margin-top: 27px;
24
+ /*height: 530px;*/
25
+ /*max-width: 875px;*/
26
+ width:100%
27
  }
28
 
29
  #map-container a{
46
 
47
  #loc-list{
48
  float: left;
49
+ width:27%;
50
  height: 530px;
51
  overflow: auto;
52
  }
74
  #loc-list .list-details{
75
  float: left;
76
  margin-left: 6px;
77
+ max-width: 165px;
78
+ width:100%;
79
  }
80
 
81
  #loc-list .list-content{
82
  padding: 10px;
83
  }
84
+ #loc-list .store-locator-image{
85
+ padding: 0 10px 10px 10px;
86
+ }
87
 
88
  #loc-list .loc-dist{
89
  font-weight: bold;
97
  float: left;
98
  margin: 6px 10px;
99
  cursor: pointer;
100
+ max-width: 200px;
101
+ width:100%;
102
  border: 1px solid #fff; /* Adding this to prevent moving li elements when adding the list-focus class*/
103
  }
104
 
124
  #form-input{
125
  float: left;
126
  margin-top: 3px;
127
+ margin-left: 36%;
128
  }
129
 
130
  #form-input label{
163
 
164
  #map{
165
  float: left;
166
+ width: 73%;
167
  height: 530px;
168
  }
169
 
223
  float: left;
224
  margin-top: 30px;
225
  width: 100%;
226
+ }
227
+ .bottom-line{
228
+ clear: left;
229
+ float: left;
230
+ border-bottom: 1px solid #CCCCCC;
231
+ margin-top: 5px;
232
+ width: 100%;
233
+ }
234
+ .detail-label{
235
+ font-weight: bold;
236
+ }
237
+ /************************************For responsive view*************************/
238
+ @media only screen and (max-width:1260px) {
239
+ .main-container, .footer-container{ padding:10px;}
240
+ #loc-list,#map,#store-locator-container{ float:none; width:100%;}
241
+ #user-location #form-input{ margin-left:0px;}
242
+ #map-container{ height:inherit;}
243
+ #store-locator-container #form-input #address{ max-width:365px; width:100%!important; margin:15px 0px;}
244
+ }
245
+ @media only screen and (min-width: 768px) and (max-width: 1260px) {
246
+
247
+
248
+ }
249
+ @media only screen and (max-width: 767px) {}
250
+ @media only screen and (min-width: 480px) and (max-width: 767px) {}
skin/frontend/{default → base}/default/storelocator/images/ajax-loader.gif RENAMED
File without changes
skin/frontend/{default → base}/default/storelocator/images/close-icon.png RENAMED
File without changes
skin/frontend/{default → base}/default/storelocator/images/marker/faddu.jpg RENAMED
File without changes
skin/frontend/{default → base}/default/storelocator/images/overlay-bg.png RENAMED
File without changes
{js/storelocator → skin/frontend/base/default/storelocator/js}/handlebars-1.0.0.min.js RENAMED
File without changes
{js/storelocator → skin/frontend/base/default/storelocator/js}/jquery-1.10.1.min.js RENAMED
File without changes
{js/storelocator → skin/frontend/base/default/storelocator/js}/jquery.storelocator.js RENAMED
File without changes
{js/storelocator → skin/frontend/base/default/storelocator/js}/noConflict.js RENAMED
File without changes