Cubet_Productlocator - Version 1.0.2

Version Notes

This is a stable version.

Download this release

Release Info

Developer Lovegin John
Extension Cubet_Productlocator
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.1 to 1.0.2

app/code/community/Cubet/Productlocator/etc/config.xml CHANGED
@@ -16,7 +16,7 @@
16
  <config>
17
  <modules>
18
  <Cubet_Productlocator>
19
- <version>1.0.1</version>
20
  </Cubet_Productlocator>
21
  </modules>
22
  <frontend>
16
  <config>
17
  <modules>
18
  <Cubet_Productlocator>
19
+ <version>1.0.2</version>
20
  </Cubet_Productlocator>
21
  </modules>
22
  <frontend>
app/code/community/Cubet/Productlocator/etc/config.xml~ ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the The Open Software License (OSL-3.0)
9
+ *
10
+ * @category Cubet
11
+ * @package Cubet_Productlocator
12
+ * @copyright Copyright (c) 2013 Cubet Technologies. (http://www.cubettechnologies.com/)
13
+ * @license http://opensource.org/licenses/OSL-3.0 Open Software License (OSL-3.0)
14
+ */
15
+ -->
16
+ <config>
17
+ <modules>
18
+ <Cubet_Productlocator>
19
+ <version>1.0.0</version>
20
+ </Cubet_Productlocator>
21
+ </modules>
22
+ <frontend>
23
+ <routers>
24
+ <productlocator>
25
+ <use>standard</use>
26
+ <args>
27
+ <module>Cubet_Productlocator</module>
28
+ <frontName>productlocator</frontName>
29
+ </args>
30
+ </productlocator>
31
+ </routers>
32
+ <layout>
33
+ <updates>
34
+ <productlocator>
35
+ <file>productlocator.xml</file>
36
+ </productlocator>
37
+ </updates>
38
+ </layout>
39
+ </frontend>
40
+ <global>
41
+ <models>
42
+ <productlocator>
43
+ <class>Cubet_Productlocator_Model</class>
44
+ <resourceModel>productlocator_mysql4</resourceModel>
45
+ </productlocator>
46
+ <productlocator_mysql4>
47
+ <class>Cubet_Productlocator_Model_Mysql4</class>
48
+ <entities>
49
+ <locator>
50
+ <table>cubet_productlocator</table>
51
+ </locator>
52
+ </entities>
53
+ </productlocator_mysql4>
54
+ </models>
55
+ <helpers>
56
+ <productlocator>
57
+ <class>Cubet_Productlocator_Helper</class>
58
+ </productlocator>
59
+ </helpers>
60
+ <resources>
61
+ <productlocator_setup>
62
+ <setup>
63
+ <module>Cubet_Productlocator</module>
64
+ <class>Cubet_Productlocator_Model_Resource_Setup</class>
65
+ </setup>
66
+ <connection>
67
+ <use>core_setup</use>
68
+ </connection>
69
+ </productlocator_setup>
70
+ <productlocator_write>
71
+ <connection>
72
+ <use>core_write</use>
73
+ </connection>
74
+ </productlocator_write>
75
+ <productlocator_read>
76
+ <connection>
77
+ <use>core_read</use>
78
+ </connection>
79
+ </productlocator_read>
80
+ </resources>
81
+ <blocks>
82
+ <productlocator>
83
+ <class>Cubet_Productlocator_Block</class>
84
+ </productlocator>
85
+ </blocks>
86
+ </global>
87
+ <adminhtml>
88
+ <layout>
89
+ <updates>
90
+ <productlocator>
91
+ <file>productlocator.xml</file>
92
+ </productlocator>
93
+ </updates>
94
+ </layout>
95
+ <acl>
96
+ <resources>
97
+ <all>
98
+ <title>Allow Everything</title>
99
+ </all>
100
+ <admin>
101
+ <children>
102
+ <system>
103
+ <children>
104
+ <config>
105
+ <children>
106
+ <productlocator>
107
+ <title>Productlocator - All</title>
108
+ </productlocator>
109
+ </children>
110
+ </config>
111
+ </children>
112
+ </system>
113
+ </children>
114
+ </admin>
115
+ </resources>
116
+ </acl>
117
+ </adminhtml>
118
+ </config>
app/code/community/Cubet/Productlocator/etc/system.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <config>
3
  <tabs>
4
- <cubet translate="label" module="ajaxcart">
5
  <label>Cubet Settings</label>
6
  <sort_order>200</sort_order>
7
  </cubet>
1
  <?xml version="1.0"?>
2
  <config>
3
  <tabs>
4
+ <cubet translate="label" module="productlocator">
5
  <label>Cubet Settings</label>
6
  <sort_order>200</sort_order>
7
  </cubet>
app/code/community/Cubet/Productlocator/etc/system.xml~ ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <tabs>
4
+ <cubet translate="label" module="ajaxcart">
5
+ <label>Cubet Settings</label>
6
+ <sort_order>200</sort_order>
7
+ </cubet>
8
+ </tabs>
9
+ <sections>
10
+ <productlocator translate="label">
11
+ <label>Productlocator Settings</label>
12
+ <tab>cubet</tab>
13
+ <sort_order>1000</sort_order>
14
+ <show_in_default>1</show_in_default>
15
+ <show_in_website>1</show_in_website>
16
+ <show_in_store>1</show_in_store>
17
+ <groups>
18
+ <map translate="label">
19
+ <label>Productlocator settings</label>
20
+ <frontend_type>text</frontend_type>
21
+ <sort_order>2000</sort_order>
22
+ <show_in_default>1</show_in_default>
23
+ <show_in_website>1</show_in_website>
24
+ <show_in_store>1</show_in_store>
25
+ <fields>
26
+ <locator translate="label comment">
27
+ <label>Enable Productlocator</label>
28
+ <comment>Enable or Disable</comment>
29
+ <frontend_type>select</frontend_type>
30
+ <source_model>adminhtml/system_config_source_yesno</source_model>
31
+ <sort_order>1</sort_order>
32
+ <show_in_default>1</show_in_default>
33
+ <show_in_website>1</show_in_website>
34
+ <show_in_store>1</show_in_store>
35
+ </locator>
36
+ <key translate="label comment">
37
+ <label>Api Key</label>
38
+ <comment>Enter the Api Key of google map</comment>
39
+ <frontend_type>text</frontend_type>
40
+ <sort_order>2</sort_order>
41
+ <show_in_default>1</show_in_default>
42
+ <show_in_website>1</show_in_website>
43
+ <show_in_store>1</show_in_store>
44
+ </key>
45
+ <sensor translate="label comment">
46
+ <label>Sensor</label>
47
+ <comment>Enable or Disable Sensor</comment>
48
+ <frontend_type>select</frontend_type>
49
+ <source_model>adminhtml/system_config_source_yesno</source_model>
50
+ <sort_order>3</sort_order>
51
+ <show_in_default>1</show_in_default>
52
+ <show_in_website>1</show_in_website>
53
+ <show_in_store>1</show_in_store>
54
+ </sensor>
55
+ </fields>
56
+ </map>
57
+ </groups>
58
+ </productlocator>
59
+ </sections>
60
+ </config>
app/etc/modules/Cubet_Productlocator.xml CHANGED
@@ -20,4 +20,4 @@
20
  <codePool>community</codePool>
21
  </Cubet_Productlocator>
22
  </modules>
23
- </config>
20
  <codePool>community</codePool>
21
  </Cubet_Productlocator>
22
  </modules>
23
+ </config>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Cubet_Productlocator</name>
4
- <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license>MIT</license>
7
  <channel>community</channel>
@@ -10,9 +10,9 @@
10
  <description>This module enables to add location for each product and to show those location on a map in the product detail page.</description>
11
  <notes>This is a stable version.</notes>
12
  <authors><author><name>Lovegin John</name><user>webcubes</user><email>info@cubettech.com</email></author></authors>
13
- <date>2013-11-18</date>
14
- <time>08:38:22</time>
15
- <contents><target name="magecommunity"><dir name="Cubet"><dir name="Productlocator"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Edit"><dir name="Tab"><file name="Productlocator.php" hash="21af7fb2b5b35b8c6499c7acd92d048e"/></dir></dir></dir></dir></dir><file name="Map.php" hash="681668bf8ab5f15256505704d474774a"/></dir><dir name="Helper"><file name="Data.php" hash="5c90deb38e39d10eaf393a1e04ff17a6"/></dir><dir name="Model"><file name="Locator.php" hash="261465f086a4f450e3d00a66758a4816"/><dir name="Mysql4"><dir name="Locator"><file name="Collection.php" hash="f7b4bdc482ba23023902a43e8234da5b"/></dir><file name="Locator.php" hash="7215441ca8de663d178897f4fe2fbd4b"/></dir><file name="Observer.php" hash="ba9faf9735c9fdbe512b177cdc40d321"/><dir name="Resource"><file name="Setup.php" hash="64debf8d16bf6a5b61d028fb648e0376"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="48edfa44e685442bfd5ad01a46aba60c"/></dir><file name="cubet_productlocator.sql" hash="1a2fc626bc71f5320e2eab5e96b899aa"/><file name="cubet_productlocator.sql~" hash="a5a4d142531b6574ef251a415f32c70f"/><dir name="etc"><file name="config.xml" hash="17331b418e239132f562250bc18ce8b4"/><file name="system.xml" hash="091a8a7505b01c6e6a1f8986833c15e5"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Cubet_Productlocator.xml" hash="60d81d5aced964987cdde45f4d6e85da"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="productlocator"><file name="locator.phtml" hash="a3ebb695092820dd6ee7b0583f741c97"/></dir></dir><dir name="layout"><file name="productlocator.xml" hash="19f54aecf055bb7da1babf423c270233"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="productlocator.xml" hash="098252c60cd8bb515cda7a74c3954264"/></dir><dir name="template"><dir name="productlocator"><dir name="catalog"><dir name="product"><dir name="edit"><file name="tab.phtml" hash="9a4c324fcd9336254322d3e9f45fb8be"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="productlocator"><file name="fancybox_sprite.png" hash="783d4031fe50c3d83c960911e1fbc705"/><file name="jquery.fancybox.css" hash="6c55951ce1e3115711f63f99b7501f3a"/><file name="productlocator.css" hash="67cb69ad2832e20bd7764b482a7cedde"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="productlocator"><file name="infobox.js" hash="444eb3ae3b8a1584c2ce6b263acc3bf3"/><file name="jquery-1.10.2.js" hash="604c0460e969bcc254d95d234b4e60b8"/><file name="jquery.fancybox.js" hash="921e9cb04ad6e2559869ec845c5be39b"/><file name="jquery.fancybox.pack.js" hash="cc9e759f24ba773aeef8a131889d3728"/><file name="jquery.ui.map.js" hash="66a82a959067906f14dfd25b231537a6"/><file name="noconflict.js" hash="3179f2255b046d5f2e9a71e365287bef"/></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Cubet_Productlocator</name>
4
+ <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license>MIT</license>
7
  <channel>community</channel>
10
  <description>This module enables to add location for each product and to show those location on a map in the product detail page.</description>
11
  <notes>This is a stable version.</notes>
12
  <authors><author><name>Lovegin John</name><user>webcubes</user><email>info@cubettech.com</email></author></authors>
13
+ <date>2013-12-31</date>
14
+ <time>06:15:56</time>
15
+ <contents><target name="magecommunity"><dir name="Cubet"><dir name="Productlocator"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Edit"><dir name="Tab"><file name="Productlocator.php" hash="21af7fb2b5b35b8c6499c7acd92d048e"/></dir></dir></dir></dir></dir><file name="Map.php" hash="681668bf8ab5f15256505704d474774a"/></dir><dir name="Helper"><file name="Data.php" hash="5c90deb38e39d10eaf393a1e04ff17a6"/></dir><dir name="Model"><file name="Locator.php" hash="261465f086a4f450e3d00a66758a4816"/><dir name="Mysql4"><dir name="Locator"><file name="Collection.php" hash="f7b4bdc482ba23023902a43e8234da5b"/></dir><file name="Locator.php" hash="7215441ca8de663d178897f4fe2fbd4b"/></dir><file name="Observer.php" hash="ba9faf9735c9fdbe512b177cdc40d321"/><dir name="Resource"><file name="Setup.php" hash="64debf8d16bf6a5b61d028fb648e0376"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="48edfa44e685442bfd5ad01a46aba60c"/></dir><file name="cubet_productlocator.sql" hash="1a2fc626bc71f5320e2eab5e96b899aa"/><file name="cubet_productlocator.sql~" hash="a5a4d142531b6574ef251a415f32c70f"/><dir name="etc"><file name="config.xml" hash="600199d77003e527795399be5a5bd4c4"/><file name="config.xml~" hash="ea44611e3e7f32613abc5ae1138ba038"/><file name="system.xml" hash="5a1d9c1a44e38e7e7fdd7219cc31a003"/><file name="system.xml~" hash="091a8a7505b01c6e6a1f8986833c15e5"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Cubet_Productlocator.xml" hash="bbb6b6eabe1f343404e36fd158be8390"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="productlocator"><file name="locator.phtml" hash="a3ebb695092820dd6ee7b0583f741c97"/></dir></dir><dir name="layout"><file name="productlocator.xml" hash="19f54aecf055bb7da1babf423c270233"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="productlocator.xml" hash="098252c60cd8bb515cda7a74c3954264"/></dir><dir name="template"><dir name="productlocator"><dir name="catalog"><dir name="product"><dir name="edit"><file name="tab.phtml" hash="9a4c324fcd9336254322d3e9f45fb8be"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="productlocator"><file name="fancybox_sprite.png" hash="783d4031fe50c3d83c960911e1fbc705"/><file name="jquery.fancybox.css" hash="6c55951ce1e3115711f63f99b7501f3a"/><file name="productlocator.css" hash="67cb69ad2832e20bd7764b482a7cedde"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="productlocator"><file name="infobox.js" hash="444eb3ae3b8a1584c2ce6b263acc3bf3"/><file name="jquery-1.10.2.js" hash="604c0460e969bcc254d95d234b4e60b8"/><file name="jquery.fancybox.js" hash="921e9cb04ad6e2559869ec845c5be39b"/><file name="jquery.fancybox.pack.js" hash="cc9e759f24ba773aeef8a131889d3728"/><file name="jquery.ui.map.js" hash="66a82a959067906f14dfd25b231537a6"/><file name="noconflict.js" hash="3179f2255b046d5f2e9a71e365287bef"/></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>