Version Notes
* Code tidy and formatting
Download this release
Release Info
Developer | Kathir Vel |
Extension | Optimiseweb_Getclicky |
Version | 0.2.0 |
Comparing to | |
See all releases |
Code changes from version 0.1.8 to 0.2.0
- app/code/community/Optimiseweb/Getclicky/Helper/Data.php +2 -2
- app/code/community/Optimiseweb/Getclicky/Model/System/Config/Source/Goaltypes.php +2 -2
- app/code/community/Optimiseweb/Getclicky/Model/System/Config/Source/Trackertypes.php +2 -2
- app/code/community/Optimiseweb/Getclicky/etc/adminhtml.xml +1 -1
- app/code/community/Optimiseweb/Getclicky/etc/config.xml +26 -2
- app/code/community/Optimiseweb/Getclicky/etc/system.xml +1 -1
- app/design/frontend/base/default/layout/optimiseweb_getclicky.xml +1 -1
- app/design/frontend/base/default/template/optimiseweb/getclicky/goals/cart-page.phtml +2 -2
- app/design/frontend/base/default/template/optimiseweb/getclicky/goals/checkout-onepage-entry.phtml +2 -2
- app/design/frontend/base/default/template/optimiseweb/getclicky/goals/checkout-onepage-success.phtml +1 -1
- app/design/frontend/base/default/template/optimiseweb/getclicky/tracker.phtml +1 -1
- app/etc/modules/Optimiseweb_Getclicky.xml +1 -1
- app/locale/en_US/Optimiseweb_Getclicky.csv +0 -0
- package.xml +4 -4
app/code/community/Optimiseweb/Getclicky/Helper/Data.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* @package Optimiseweb_Getclicky
|
7 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
8 |
-
* @copyright Copyright (c)
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
class Optimiseweb_Getclicky_Helper_Data extends Mage_Core_Helper_Abstract
|
@@ -39,4 +39,4 @@ class Optimiseweb_Getclicky_Helper_Data extends Mage_Core_Helper_Abstract
|
|
39 |
return $data;
|
40 |
}
|
41 |
|
42 |
-
}
|
5 |
*
|
6 |
* @package Optimiseweb_Getclicky
|
7 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
8 |
+
* @copyright Copyright (c) 2014 Optimise Web
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
class Optimiseweb_Getclicky_Helper_Data extends Mage_Core_Helper_Abstract
|
39 |
return $data;
|
40 |
}
|
41 |
|
42 |
+
}
|
app/code/community/Optimiseweb/Getclicky/Model/System/Config/Source/Goaltypes.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* @package Optimiseweb_Getclicky
|
7 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
8 |
-
* @copyright Copyright (c)
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
class Optimiseweb_Getclicky_Model_System_Config_Source_Goaltypes
|
@@ -30,4 +30,4 @@ class Optimiseweb_Getclicky_Model_System_Config_Source_Goaltypes
|
|
30 |
return $this->_options;
|
31 |
}
|
32 |
|
33 |
-
}
|
5 |
*
|
6 |
* @package Optimiseweb_Getclicky
|
7 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
8 |
+
* @copyright Copyright (c) 2014 Optimise Web
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
class Optimiseweb_Getclicky_Model_System_Config_Source_Goaltypes
|
30 |
return $this->_options;
|
31 |
}
|
32 |
|
33 |
+
}
|
app/code/community/Optimiseweb/Getclicky/Model/System/Config/Source/Trackertypes.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* @package Optimiseweb_Getclicky
|
7 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
8 |
-
* @copyright Copyright (c)
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
class Optimiseweb_Getclicky_Model_System_Config_Source_Trackertypes
|
@@ -34,4 +34,4 @@ class Optimiseweb_Getclicky_Model_System_Config_Source_Trackertypes
|
|
34 |
return $this->_options;
|
35 |
}
|
36 |
|
37 |
-
}
|
5 |
*
|
6 |
* @package Optimiseweb_Getclicky
|
7 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
8 |
+
* @copyright Copyright (c) 2014 Optimise Web
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
class Optimiseweb_Getclicky_Model_System_Config_Source_Trackertypes
|
34 |
return $this->_options;
|
35 |
}
|
36 |
|
37 |
+
}
|
app/code/community/Optimiseweb/Getclicky/etc/adminhtml.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* @package Optimiseweb_Getclicky
|
5 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
6 |
-
* @copyright Copyright (c)
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
-->
|
3 |
/**
|
4 |
* @package Optimiseweb_Getclicky
|
5 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
6 |
+
* @copyright Copyright (c) 2014 Optimise Web
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
-->
|
app/code/community/Optimiseweb/Getclicky/etc/config.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* @package Optimiseweb_Getclicky
|
5 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
6 |
-
* @copyright Copyright (c)
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
-->
|
@@ -11,11 +11,12 @@
|
|
11 |
|
12 |
<modules>
|
13 |
<Optimiseweb_Getclicky>
|
14 |
-
<version>0.
|
15 |
</Optimiseweb_Getclicky>
|
16 |
</modules>
|
17 |
|
18 |
<frontend>
|
|
|
19 |
<layout>
|
20 |
<updates>
|
21 |
<getclicky>
|
@@ -23,9 +24,21 @@
|
|
23 |
</getclicky>
|
24 |
</updates>
|
25 |
</layout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
</frontend>
|
27 |
|
28 |
<adminhtml>
|
|
|
29 |
<menu>
|
30 |
<optimiseweball translate="title" module="getclicky">
|
31 |
<title>Optimise Web</title>
|
@@ -39,6 +52,17 @@
|
|
39 |
</children>
|
40 |
</optimiseweball>
|
41 |
</menu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
</adminhtml>
|
43 |
|
44 |
<global>
|
3 |
/**
|
4 |
* @package Optimiseweb_Getclicky
|
5 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
6 |
+
* @copyright Copyright (c) 2014 Optimise Web
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
-->
|
11 |
|
12 |
<modules>
|
13 |
<Optimiseweb_Getclicky>
|
14 |
+
<version>0.2.0</version>
|
15 |
</Optimiseweb_Getclicky>
|
16 |
</modules>
|
17 |
|
18 |
<frontend>
|
19 |
+
|
20 |
<layout>
|
21 |
<updates>
|
22 |
<getclicky>
|
24 |
</getclicky>
|
25 |
</updates>
|
26 |
</layout>
|
27 |
+
|
28 |
+
<translate>
|
29 |
+
<modules>
|
30 |
+
<Optimiseweb_Getclicky>
|
31 |
+
<files>
|
32 |
+
<default>Optimiseweb_Getclicky.csv</default>
|
33 |
+
</files>
|
34 |
+
</Optimiseweb_Getclicky>
|
35 |
+
</modules>
|
36 |
+
</translate>
|
37 |
+
|
38 |
</frontend>
|
39 |
|
40 |
<adminhtml>
|
41 |
+
|
42 |
<menu>
|
43 |
<optimiseweball translate="title" module="getclicky">
|
44 |
<title>Optimise Web</title>
|
52 |
</children>
|
53 |
</optimiseweball>
|
54 |
</menu>
|
55 |
+
|
56 |
+
<translate>
|
57 |
+
<modules>
|
58 |
+
<Optimiseweb_Getclicky>
|
59 |
+
<files>
|
60 |
+
<default>Optimiseweb_Getclicky.csv</default>
|
61 |
+
</files>
|
62 |
+
</Optimiseweb_Getclicky>
|
63 |
+
</modules>
|
64 |
+
</translate>
|
65 |
+
|
66 |
</adminhtml>
|
67 |
|
68 |
<global>
|
app/code/community/Optimiseweb/Getclicky/etc/system.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* @package Optimiseweb_Getclicky
|
5 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
6 |
-
* @copyright Copyright (c)
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
-->
|
3 |
/**
|
4 |
* @package Optimiseweb_Getclicky
|
5 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
6 |
+
* @copyright Copyright (c) 2014 Optimise Web
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
-->
|
app/design/frontend/base/default/layout/optimiseweb_getclicky.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* @package Optimiseweb_Getclicky
|
5 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
6 |
-
* @copyright Copyright (c)
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
-->
|
3 |
/**
|
4 |
* @package Optimiseweb_Getclicky
|
5 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
6 |
+
* @copyright Copyright (c) 2014 Optimise Web
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
-->
|
app/design/frontend/base/default/template/optimiseweb/getclicky/goals/cart-page.phtml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* @package Optimiseweb_Getclicky
|
5 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
6 |
-
* @copyright Copyright (c)
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
$getClickyGoalEnabled = Mage::getStoreConfig('optimisewebgetclickyconfig/goal_cart_page/enabled');
|
@@ -31,4 +31,4 @@ if ($getClickyGoalType == 'dynamic') {
|
|
31 |
$js .= "};\n";
|
32 |
$js .= "</script>\n";
|
33 |
|
34 |
-
echo $js;
|
3 |
/**
|
4 |
* @package Optimiseweb_Getclicky
|
5 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
6 |
+
* @copyright Copyright (c) 2014 Optimise Web
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
$getClickyGoalEnabled = Mage::getStoreConfig('optimisewebgetclickyconfig/goal_cart_page/enabled');
|
31 |
$js .= "};\n";
|
32 |
$js .= "</script>\n";
|
33 |
|
34 |
+
echo $js;
|
app/design/frontend/base/default/template/optimiseweb/getclicky/goals/checkout-onepage-entry.phtml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* @package Optimiseweb_Getclicky
|
5 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
6 |
-
* @copyright Copyright (c) 2012
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
$getClickyGoalEnabled = Mage::getStoreConfig('optimisewebgetclickyconfig/goal_checkout_onepage_entry/enabled');
|
@@ -31,4 +31,4 @@ if ($getClickyGoalType == 'dynamic') {
|
|
31 |
$js .= "};\n";
|
32 |
$js .= "</script>\n";
|
33 |
|
34 |
-
echo $js;
|
3 |
/**
|
4 |
* @package Optimiseweb_Getclicky
|
5 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
6 |
+
* @copyright Copyright (c) 2012 Optimise Web Limited
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
$getClickyGoalEnabled = Mage::getStoreConfig('optimisewebgetclickyconfig/goal_checkout_onepage_entry/enabled');
|
31 |
$js .= "};\n";
|
32 |
$js .= "</script>\n";
|
33 |
|
34 |
+
echo $js;
|
app/design/frontend/base/default/template/optimiseweb/getclicky/goals/checkout-onepage-success.phtml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* @package Optimiseweb_Getclicky
|
5 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
6 |
-
* @copyright Copyright (c)
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
$getClickyGoalEnabled = Mage::getStoreConfig('optimisewebgetclickyconfig/goal_checkout_onepage_success/enabled');
|
3 |
/**
|
4 |
* @package Optimiseweb_Getclicky
|
5 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
6 |
+
* @copyright Copyright (c) 2014 Optimise Web
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
$getClickyGoalEnabled = Mage::getStoreConfig('optimisewebgetclickyconfig/goal_checkout_onepage_success/enabled');
|
app/design/frontend/base/default/template/optimiseweb/getclicky/tracker.phtml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* @package Optimiseweb_Getclicky
|
4 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
5 |
-
* @copyright Copyright (c)
|
6 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
7 |
*/
|
8 |
$clicky = Mage::helper('getclicky')->getClickyData();
|
2 |
/**
|
3 |
* @package Optimiseweb_Getclicky
|
4 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
5 |
+
* @copyright Copyright (c) 2014 Optimise Web
|
6 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
7 |
*/
|
8 |
$clicky = Mage::helper('getclicky')->getClickyData();
|
app/etc/modules/Optimiseweb_Getclicky.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* @package Optimiseweb_Getclicky
|
5 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
6 |
-
* @copyright Copyright (c)
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
-->
|
3 |
/**
|
4 |
* @package Optimiseweb_Getclicky
|
5 |
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
6 |
+
* @copyright Copyright (c) 2014 Optimise Web
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
-->
|
app/locale/en_US/Optimiseweb_Getclicky.csv
ADDED
File without changes
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Optimiseweb_Getclicky</name>
|
4 |
-
<version>0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -12,9 +12,9 @@
|
|
12 |
This extension comes with a complete configuration screen where all options can be configured.</description>
|
13 |
<notes>* Code tidy and formatting</notes>
|
14 |
<authors><author><name>Kathir Vel</name><user>OptimiseWeb</user><email>info@optimiseweb.co.uk</email></author></authors>
|
15 |
-
<date>
|
16 |
-
<time>
|
17 |
-
<contents><target name="magecommunity"><dir name="Optimiseweb"><dir name="Getclicky"><dir name="Helper"><file name="Data.php" hash="
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Optimiseweb_Getclicky</name>
|
4 |
+
<version>0.2.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
12 |
This extension comes with a complete configuration screen where all options can be configured.</description>
|
13 |
<notes>* Code tidy and formatting</notes>
|
14 |
<authors><author><name>Kathir Vel</name><user>OptimiseWeb</user><email>info@optimiseweb.co.uk</email></author></authors>
|
15 |
+
<date>2014-02-03</date>
|
16 |
+
<time>00:56:59</time>
|
17 |
+
<contents><target name="magecommunity"><dir name="Optimiseweb"><dir name="Getclicky"><dir name="Helper"><file name="Data.php" hash="d29f1f6d4a5b1fafc34d28045c29c8cf"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Goaltypes.php" hash="5b7950a5fa8d1a3bbcffffcc893ef2e5"/><file name="Trackertypes.php" hash="6b4176d95f36e42c36359700c8871346"/></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="a83159550630209c438440a977c9b7a1"/><file name="config.xml" hash="6ac1aa5e4564c3c44d969e0cba680d72"/><file name="system.xml" hash="367739ab81ca5e37864b875c1c36d65d"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Optimiseweb_Getclicky.xml" hash="d1ff1a0b215e59e7539a2e3dad5e6a31"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="optimiseweb_getclicky.xml" hash="38a7765daf93e43b56d38c28df70b8c0"/></dir><dir name="template"><dir name="optimiseweb"><dir name="getclicky"><dir name="goals"><file name="cart-page.phtml" hash="52958b2be129cb9ded3ddb12d946b3b9"/><file name="checkout-onepage-entry.phtml" hash="37710cd4795dd3aa2650f70132db3640"/><file name="checkout-onepage-success.phtml" hash="c295c4f9a765ad0a478ef47c6e3a8a9d"/></dir><file name="tracker.phtml" hash="9a54233c8b7f45e9c63b9a417cdcd87b"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Optimiseweb_Getclicky.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|