Version Notes
Changes 1.0.3 -> 1.0.4
* (CHANGE) Included files for Magento Enterprise Compatibility
* (FIX) Added missing file snoobi_logo.gif to package
Changes 1.0.2 -> 1.0.3
* (FIX) Snoobi code before tag.
* (FIX) javascript comment
Changes 1.0.1 -> 1.0.2
* (CHANGE) Improved string handling for javascript (line breaks will now be removed)
* (CHANGE) Error handling if order or address not found
* (CHANGE) Snoobi code for orders now at the bottom of the page - should make it easier to use with old templates (after_body_start -> before_body_end)
Download this release
Release Info
Developer | Magento Core Team |
Extension | Eepohs_Snoobi |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
app/design/frontend/base/default/layout/snoobi.xml
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<layout version="0.1.0">
|
2 |
+
<default>
|
3 |
+
<reference name="before_body_end">
|
4 |
+
<block type="snoobi/tag" name="snoobi_tag" as="snoobi_tag" />
|
5 |
+
</reference>
|
6 |
+
</default>
|
7 |
+
<checkout_onepage_success>
|
8 |
+
<reference name="head">
|
9 |
+
<block type="page/html_head" name="snoobi_js" as="snoobi_js" template="snoobi/js.phtml"/>
|
10 |
+
</reference>
|
11 |
+
<reference name="before_body_end">
|
12 |
+
<block type="snoobi/order" name="snoobi_order" as="snoobi_order" before="snoobi_tag" />
|
13 |
+
</reference>
|
14 |
+
</checkout_onepage_success>
|
15 |
+
<checkout_multishipping_success>
|
16 |
+
<reference name="head">
|
17 |
+
<block type="page/html_head" name="snoobi_js" as="snoobi_js" template="snoobi/js.phtml" />
|
18 |
+
</reference>
|
19 |
+
<reference name="before_body_end">
|
20 |
+
<block type="snoobi/order" name="snoobi_order" as="snoobi_order" before="snoobi_tag" />
|
21 |
+
</reference>
|
22 |
+
</checkout_multishipping_success>
|
23 |
+
</layout>
|
app/design/frontend/base/default/template/snoobi/js.phtml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
?>
|
3 |
+
<?php $protocol = (Mage::app()->getStore()->isCurrentlySecure()) ? "https" : "http";?>
|
4 |
+
<script type="text/javascript" src="<?php echo $protocol ?>://eu1.snoobi.com/extras.min.js"></script>
|
package.xml
CHANGED
@@ -1,14 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Eepohs_Snoobi</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Snoobi’s e-Commerce Analytics module is a Magento extension that seamlessly integrates Snoobi’s paid analytics service with web stores.</summary>
|
10 |
<description>Snoobi’s e-Commerce Analytics module is a free of charge Magento extension that seamlessly integrates Snoobi’s paid analytics service with web stores, requiring no technical knowledge and very little experience with either Magento or Snoobi’s service. Its features include page tracking, shopping cart tracking, product tracking, coupon tracking and the analysis of visitors to increase sales.</description>
|
11 |
-
<notes>Changes 1.0.3 -> 1.0.
|
|
|
|
|
|
|
|
|
12 |
* (FIX) Snoobi code before tag.
|
13 |
* (FIX) javascript comment
|
14 |

|
@@ -17,9 +21,9 @@ Changes 1.0.1 -> 1.0.2
|
|
17 |
* (CHANGE) Error handling if order or address not found
|
18 |
* (CHANGE) Snoobi code for orders now at the bottom of the page - should make it easier to use with old templates (after_body_start -> before_body_end)</notes>
|
19 |
<authors><author><name>Marie Fischer</name><user>auto-converted</user><email>marie@eepohs.com</email></author><author><name>Tanel Raja</name><user>auto-converted</user><email>tanel.raja@eepohs.com</email></author></authors>
|
20 |
-
<date>2011-
|
21 |
-
<time>
|
22 |
-
<contents><target name="magecommunity"><dir name="Eepohs"><dir name="Snoobi"><dir name="Block"><file name="Info.php" hash="9e647cd9ceaa0f7ced9ab1d9b421b15a"/><file name="Order.php" hash="e87beeb33ae2b28ba2528268f1b5cc56"/><file name="Tag.php" hash="3416a0cf8b11abbf9d146f98c51eb15e"/></dir><dir name="Helper"><file name="Data.php" hash="a8591bdd702e3cba5f39265283683816"/></dir><dir name="controllers"><file name="IndexController.php" hash="ba39d8b3656cb43c0099ed52933b1ad2"/></dir><dir name="etc"><file name="adminhtml.xml" hash="5a2c761b911570a3fc805b5330984532"/><file name="config.xml" hash="68b5ab039edc7a6df0d72c06585c256d"/><file name="system.xml" hash="84322aeaf253d48a602560ada8d1d09e"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="snoobi.xml" hash="789981d2e3a527e1f194615e77764b1f"/></dir><dir name="template"><dir name="snoobi"><file name="js.phtml" hash="a87dacb2466c18d48c48914bd82909ac"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eepohs_Snoobi.xml" hash="eb97d10b18ca825860bc5bd134d42ee9"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Eepohs_Snoobi.csv" hash="631f85d7faa14f9dd8fe5d45539fa3f9"/></dir><dir name="et_EE"><file name="Eepohs_Snoobi.csv" hash="72883c0f49b59e40739eaf553a89466f"/></dir><dir name="nl_NL"><file name="Eepohs_Snoobi.csv" hash="f1d0f9161b9eba33c38f15d9d6b16f0d"/></dir><dir name="sv_SE"><file name="Eepohs_Snoobi.csv" hash="06592e7a451344f09c01f8017138e654"/></dir><dir name="fi_FI"><file name="Eepohs_Snoobi.csv" hash="e64cdeb2e368cb2ab1fe276880deed30"/></dir></target></contents>
|
23 |
<compatible/>
|
24 |
<dependencies/>
|
25 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Eepohs_Snoobi</name>
|
4 |
+
<version>1.0.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Snoobi’s e-Commerce Analytics module is a Magento extension that seamlessly integrates Snoobi’s paid analytics service with web stores.</summary>
|
10 |
<description>Snoobi’s e-Commerce Analytics module is a free of charge Magento extension that seamlessly integrates Snoobi’s paid analytics service with web stores, requiring no technical knowledge and very little experience with either Magento or Snoobi’s service. Its features include page tracking, shopping cart tracking, product tracking, coupon tracking and the analysis of visitors to increase sales.</description>
|
11 |
+
<notes>Changes 1.0.3 -> 1.0.4
|
12 |
+
* (CHANGE) Included files for Magento Enterprise Compatibility
|
13 |
+
* (FIX) Added missing file snoobi_logo.gif to package
|
14 |
+

|
15 |
+
Changes 1.0.2 -> 1.0.3
|
16 |
* (FIX) Snoobi code before tag.
|
17 |
* (FIX) javascript comment
|
18 |

|
21 |
* (CHANGE) Error handling if order or address not found
|
22 |
* (CHANGE) Snoobi code for orders now at the bottom of the page - should make it easier to use with old templates (after_body_start -> before_body_end)</notes>
|
23 |
<authors><author><name>Marie Fischer</name><user>auto-converted</user><email>marie@eepohs.com</email></author><author><name>Tanel Raja</name><user>auto-converted</user><email>tanel.raja@eepohs.com</email></author></authors>
|
24 |
+
<date>2011-09-15</date>
|
25 |
+
<time>03:07:39</time>
|
26 |
+
<contents><target name="magecommunity"><dir name="Eepohs"><dir name="Snoobi"><dir name="Block"><file name="Info.php" hash="9e647cd9ceaa0f7ced9ab1d9b421b15a"/><file name="Order.php" hash="e87beeb33ae2b28ba2528268f1b5cc56"/><file name="Tag.php" hash="3416a0cf8b11abbf9d146f98c51eb15e"/></dir><dir name="Helper"><file name="Data.php" hash="a8591bdd702e3cba5f39265283683816"/></dir><dir name="controllers"><file name="IndexController.php" hash="ba39d8b3656cb43c0099ed52933b1ad2"/></dir><dir name="etc"><file name="adminhtml.xml" hash="5a2c761b911570a3fc805b5330984532"/><file name="config.xml" hash="68b5ab039edc7a6df0d72c06585c256d"/><file name="system.xml" hash="84322aeaf253d48a602560ada8d1d09e"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="snoobi.xml" hash="789981d2e3a527e1f194615e77764b1f"/></dir><dir name="template"><dir name="snoobi"><file name="js.phtml" hash="a87dacb2466c18d48c48914bd82909ac"/></dir></dir></dir></dir><dir name="base"><dir name="default"><dir name="layout"><file name="snoobi.xml" hash="789981d2e3a527e1f194615e77764b1f"/></dir><dir name="template"><dir name="snoobi"><file name="js.phtml" hash="a87dacb2466c18d48c48914bd82909ac"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eepohs_Snoobi.xml" hash="eb97d10b18ca825860bc5bd134d42ee9"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Eepohs_Snoobi.csv" hash="631f85d7faa14f9dd8fe5d45539fa3f9"/></dir><dir name="et_EE"><file name="Eepohs_Snoobi.csv" hash="72883c0f49b59e40739eaf553a89466f"/></dir><dir name="nl_NL"><file name="Eepohs_Snoobi.csv" hash="f1d0f9161b9eba33c38f15d9d6b16f0d"/></dir><dir name="sv_SE"><file name="Eepohs_Snoobi.csv" hash="06592e7a451344f09c01f8017138e654"/></dir><dir name="fi_FI"><file name="Eepohs_Snoobi.csv" hash="e64cdeb2e368cb2ab1fe276880deed30"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="snoobi"><file name="snoobi_logo.gif" hash="8816153cb8687e9c8827898d78f6ad5e"/></dir></dir></dir></dir><dir name="base"><dir name="default"><dir name="images"><dir name="snoobi"><file name="snoobi_logo.gif" hash="8816153cb8687e9c8827898d78f6ad5e"/></dir></dir></dir></dir></dir></target></contents>
|
27 |
<compatible/>
|
28 |
<dependencies/>
|
29 |
</package>
|
skin/adminhtml/base/default/images/snoobi/snoobi_logo.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/snoobi/snoobi_logo.gif
ADDED
Binary file
|