Version Notes
This is the v2.2.0 release of the Formisimo Magento extension. Please note that the extension is released under OSL however the Formisimo code is licensed under the terms at http://www.formisimo.com.
Download this release
Release Info
Developer | Formisimo |
Extension | formisimo_integration |
Version | 2.2.0 |
Comparing to | |
See all releases |
Code changes from version 2.1.1 to 2.2.0
- app/code/{local → community}/Formisimo/Integration/Block/Mainblock.php +0 -0
- app/code/{local → community}/Formisimo/Integration/Block/Successblock.php +0 -0
- app/code/{local → community}/Formisimo/Integration/Helper/Data.php +0 -0
- app/code/{local → community}/Formisimo/Integration/etc/adminhtml.xml +0 -0
- app/code/{local → community}/Formisimo/Integration/etc/config.xml +1 -1
- app/code/{local → community}/Formisimo/Integration/etc/system.xml +0 -0
- app/design/frontend/base/default/template/formisimo/mainblock.phtml +23 -0
- app/etc/modules/Formisimo_Integration.xml +1 -1
- package.xml +5 -5
app/code/{local → community}/Formisimo/Integration/Block/Mainblock.php
RENAMED
File without changes
|
app/code/{local → community}/Formisimo/Integration/Block/Successblock.php
RENAMED
File without changes
|
app/code/{local → community}/Formisimo/Integration/Helper/Data.php
RENAMED
File without changes
|
app/code/{local → community}/Formisimo/Integration/etc/adminhtml.xml
RENAMED
File without changes
|
app/code/{local → community}/Formisimo/Integration/etc/config.xml
RENAMED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Formisimo_Integration>
|
5 |
-
<version>2.
|
6 |
</Formisimo_Integration>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Formisimo_Integration>
|
5 |
+
<version>2.2.0</version>
|
6 |
</Formisimo_Integration>
|
7 |
</modules>
|
8 |
<global>
|
app/code/{local → community}/Formisimo/Integration/etc/system.xml
RENAMED
File without changes
|
app/design/frontend/base/default/template/formisimo/mainblock.phtml
CHANGED
@@ -1 +1,24 @@
|
|
1 |
<script type="text/javascript" src="//cdn-static.formisimo.com/tracking/js/tracking.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<script type="text/javascript" src="//cdn-static.formisimo.com/tracking/js/tracking.js"></script>
|
2 |
+
|
3 |
+
<script type="text/javascript">
|
4 |
+
|
5 |
+
// Define the conversion code URL
|
6 |
+
var c = "//cdn-static.formisimo.com/tracking/js/conversion.js";
|
7 |
+
|
8 |
+
function conversion(t) {
|
9 |
+
// Takes the target element as an input argument to insert the conversion code into as "t"
|
10 |
+
|
11 |
+
var s = document.createElement("script"); // Create a HTML <script> element
|
12 |
+
s.type = "text/javascript"; // Set the type attribute on the <script> element
|
13 |
+
s.src = c; // Set the src attribute on the <script> element
|
14 |
+
$j(t).append(s); // Append the new <script> element to the target element
|
15 |
+
}
|
16 |
+
|
17 |
+
// On click() of the button at end of each stage of checkout, fire the conversion event
|
18 |
+
$j("li#opc-login button").click(function() { conversion("li#opc-login"); }); // Guest checkout / Register
|
19 |
+
$j("li#opc-billing button").click(function() { conversion("li#opc-billing"); }); // Billing Information
|
20 |
+
$j("li#opc-shipping button").click(function() { conversion("li#opc-shipping"); }); // Shipping Information
|
21 |
+
$j("li#opc-shipping_method button").click(function() { conversion("li#opc-shipping_method"); }); // Shipping Method
|
22 |
+
$j("li#opc-payment button").click(function() { conversion("li#opc-payment"); }); // Payment Information
|
23 |
+
|
24 |
+
</script>
|
app/etc/modules/Formisimo_Integration.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<modules>
|
4 |
<Formisimo_Integration>
|
5 |
<active>true</active>
|
6 |
-
<codePool>
|
7 |
</Formisimo_Integration>
|
8 |
</modules>
|
9 |
</config>
|
3 |
<modules>
|
4 |
<Formisimo_Integration>
|
5 |
<active>true</active>
|
6 |
+
<codePool>community</codePool>
|
7 |
</Formisimo_Integration>
|
8 |
</modules>
|
9 |
</config>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>formisimo_integration</name>
|
4 |
-
<version>2.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Formisimo is a Checkout and Form Analytics solution - this module installs the Formisimo code in to the Magento install.</summary>
|
10 |
<description>Formisimo is a Checkout and Form Analytics solution that tracks all the interactions that users have within your forms and Magento checkout process. This module installs the Formisimo code in to the Magento install, making it even quicker to start measuring forms and improving your conversion rates.</description>
|
11 |
-
<notes>This is the v2.
|
12 |
<authors><author><name>Formisimo</name><user>formisimo</user><email>al@formisimo.com</email></author><author><name>Joe Nyland</name><user>formisimo_joe</user><email>joe@formisimo.com</email></author></authors>
|
13 |
-
<date>2014-
|
14 |
-
<time>
|
15 |
-
<contents><target name="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>formisimo_integration</name>
|
4 |
+
<version>2.2.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Formisimo is a Checkout and Form Analytics solution - this module installs the Formisimo code in to the Magento install.</summary>
|
10 |
<description>Formisimo is a Checkout and Form Analytics solution that tracks all the interactions that users have within your forms and Magento checkout process. This module installs the Formisimo code in to the Magento install, making it even quicker to start measuring forms and improving your conversion rates.</description>
|
11 |
+
<notes>This is the v2.2.0 release of the Formisimo Magento extension. Please note that the extension is released under OSL however the Formisimo code is licensed under the terms at http://www.formisimo.com.</notes>
|
12 |
<authors><author><name>Formisimo</name><user>formisimo</user><email>al@formisimo.com</email></author><author><name>Joe Nyland</name><user>formisimo_joe</user><email>joe@formisimo.com</email></author></authors>
|
13 |
+
<date>2014-11-03</date>
|
14 |
+
<time>12:30:57</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Formisimo"><dir name="Integration"><dir name="Block"><file name="Mainblock.php" hash="269623955520b29f1979bf797160f518"/><file name="Successblock.php" hash="db74cb90e6023d366a0c6d3fe7435c8e"/></dir><dir name="Helper"><file name="Data.php" hash="985246054298c954b706582e163f896b"/></dir><dir name="etc"><file name="adminhtml.xml" hash="91080ad7a8445d820be3d91e757f6930"/><file name="config.xml" hash="845cc1015f87188e691df812ac0664bc"/><file name="system.xml" hash="20eb71c1ca479873e3f2f133747463bb"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="formisimo.xml" hash="d3dffd4ebdf837e9bde4c9be3a70635b"/></dir><dir name="template"><dir name="formisimo"><file name="mainblock.phtml" hash="31cb16ad9aaeecd5492bb0a968b49e6c"/><file name="successblock.phtml" hash="5c1873ab2477e2e14bad48d7af5287d6"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Formisimo_Integration.xml" hash="8e3d8bac2926d2fd4c006116133754e1"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|