Version Notes
Bug fix
Download this release
Release Info
Developer | shivkumar singh |
Extension | StickyProduct |
Version | 0.3.0 |
Comparing to | |
See all releases |
Code changes from version 0.2.0 to 0.3.0
app/code/local/ConversionBug/Core/Block/System/Config/Info.php
CHANGED
@@ -39,8 +39,9 @@ class ConversionBug_Core_Block_System_Config_Info extends Mage_Adminhtml_Block_A
|
|
39 |
<script>
|
40 |
var email = "$adminEmail",
|
41 |
url = "$url",
|
42 |
-
ip = "$ip"
|
43 |
-
|
|
|
44 |
</script>
|
45 |
HTML;
|
46 |
|
39 |
<script>
|
40 |
var email = "$adminEmail",
|
41 |
url = "$url",
|
42 |
+
ip = "$ip",
|
43 |
+
extension = "M1-Sticky Product";
|
44 |
+
conversionbug.init(url,email,ip,extension);
|
45 |
</script>
|
46 |
HTML;
|
47 |
|
app/code/local/ConversionBug/Core/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<ConversionBug_Core>
|
5 |
-
<version>0.
|
6 |
</ConversionBug_Core>
|
7 |
</modules>
|
8 |
<adminhtml>
|
@@ -42,4 +42,4 @@
|
|
42 |
</cbcore>
|
43 |
</models>
|
44 |
</global>
|
45 |
-
</config>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<ConversionBug_Core>
|
5 |
+
<version>0.3.0</version>
|
6 |
</ConversionBug_Core>
|
7 |
</modules>
|
8 |
<adminhtml>
|
42 |
</cbcore>
|
43 |
</models>
|
44 |
</global>
|
45 |
+
</config>
|
app/code/local/ConversionBug/Stickyproductsidebar/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<ConversionBug_Stickyproductsidebar>
|
5 |
-
<version>0.
|
6 |
</ConversionBug_Stickyproductsidebar>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<ConversionBug_Stickyproductsidebar>
|
5 |
+
<version>0.3.0</version>
|
6 |
</ConversionBug_Stickyproductsidebar>
|
7 |
</modules>
|
8 |
<frontend>
|
js/conversionbug/core/conversion.js
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
var conversionbug = {
|
2 |
-
init: function (url,email) {
|
3 |
fetch("http://products.conversionbug.com/visitor/index/index", {
|
4 |
method: "POST",
|
5 |
headers: {
|
6 |
"Content-Type": "application/x-www-form-urlencoded"
|
7 |
},
|
8 |
-
body: "email="+email+"&url="+url+"&ip="+ip
|
9 |
}).then(function(res) {
|
10 |
if (res.ok) {
|
11 |
///alert("Perfect! Your settings are saved.");
|
1 |
var conversionbug = {
|
2 |
+
init: function (url,email,ip,extension) {
|
3 |
fetch("http://products.conversionbug.com/visitor/index/index", {
|
4 |
method: "POST",
|
5 |
headers: {
|
6 |
"Content-Type": "application/x-www-form-urlencoded"
|
7 |
},
|
8 |
+
body: "email="+email+"&url="+url+"&ip="+ip+"&extension="+extension
|
9 |
}).then(function(res) {
|
10 |
if (res.ok) {
|
11 |
///alert("Perfect! Your settings are saved.");
|
package.xml
CHANGED
@@ -1,13 +1,15 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>StickyProduct</name>
|
4 |
-
<version>0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.ConversionBug.com/license-agreement.html">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>The sticky product extension has been designed to increase the sales for e-commerce stores.</summary>
|
10 |
-
<description>
|
|
|
|
|
11 |

|
12 |
How to use this extension for higher conversions?
|
13 |

|
@@ -37,11 +39,11 @@ The sticky product extension works effortlessly across all the devices. From mob
|
|
37 |

|
38 |
Compatible with:
|
39 |
Community: 1.9.2</description>
|
40 |
-
<notes>
|
41 |
-
<authors><author><name>
|
42 |
-
<date>2016-
|
43 |
-
<time>
|
44 |
-
<contents><target name="magelocal"><dir name="ConversionBug"><dir name="Core"><dir name="Block"><file name="Info.php" hash="615b0df84a02bd72de0a75c2a60181af"/><dir name="System"><dir name="Config"><dir name="Form"><dir name="Fieldset"><file name="Product.php" hash="d0b451bf63512ca2e4f4ef4e0dc200c5"/><file name="Store.php" hash="e50327e182f14d67ce1aeed1efa84d61"/></dir></dir><file name="Info.php" hash="
|
45 |
<compatible/>
|
46 |
-
<dependencies><required><php><min>5.
|
47 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>StickyProduct</name>
|
4 |
+
<version>0.3.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.ConversionBug.com/license-agreement.html">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>The sticky product extension has been designed to increase the sales for e-commerce stores.</summary>
|
10 |
+
<description>Sticky Product
|
11 |
+

|
12 |
+
The sticky product extension has been designed to increase the sales for e-commerce stores. Generally, while looking for products the visitor goes to the bottom and loses the information about what he/she was viewing. Whenever the user goes below the product details for checking out other suggestions, the details of the currently viewed product come up either in the sidebar or at the top bar. It enables users to compare details of the current and similar products side by side. The extension increases the probability of the customer to buy the product.
|
13 |

|
14 |
How to use this extension for higher conversions?
|
15 |

|
39 |

|
40 |
Compatible with:
|
41 |
Community: 1.9.2</description>
|
42 |
+
<notes>Bug fix</notes>
|
43 |
+
<authors><author><name>shivkumar singh</name><user>shivkumar</user><email>shivam.kumar@conversionbug.com</email></author></authors>
|
44 |
+
<date>2016-12-12</date>
|
45 |
+
<time>07:38:16</time>
|
46 |
+
<contents><target name="magelocal"><dir name="ConversionBug"><dir name="Core"><dir name="Block"><file name="Info.php" hash="615b0df84a02bd72de0a75c2a60181af"/><dir name="System"><dir name="Config"><dir name="Form"><dir name="Fieldset"><file name="Product.php" hash="d0b451bf63512ca2e4f4ef4e0dc200c5"/><file name="Store.php" hash="e50327e182f14d67ce1aeed1efa84d61"/></dir></dir><file name="Info.php" hash="6a4e810c577cb5bcd477e5526c761982"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="7164e6536faa45bccbf4a09bc6fba886"/><file name="config.xml" hash="409b1190a780dc7b7a2de1d8b088f1cb"/><file name="system.xml" hash="7e52ad89b50f1260b86bc00114a0d326"/></dir><dir name="Helper"><file name="Data.php" hash="fd937326042c8165a1df0faca629db7f"/></dir><dir name="Model"><file name="Feed.php" hash="9266834784c19c05f6cf06a3acc69acc"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Display.php" hash="fd271787952e4f1b1ce98a0a68cb37cb"/><file name="Footer.php" hash="7c13df78247e0cc2fe1e11ddff2cdcdf"/><file name="Options.php" hash="a26a31999e38a540292ff24e5ed33428"/></dir></dir></dir></dir></dir><dir name="Stickyproductsidebar"><dir name="etc"><file name="adminhtml.xml" hash="75f6233af6f4397e3e67b9059ed3907f"/><file name="config.xml" hash="f2c89d60e2177a8b3ae29b4d33e9a58c"/><file name="system.xml" hash="1452bbc0ca52458445ba3f934a950174"/></dir><dir name="Helper"><file name="Data.php" hash="7e1bd9f4662cb7431e7b8c4ae4359140"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="conversionbugcore.xml" hash="d19182dcda6f0db7fadb1bff12b83e5a"/></dir><dir name="template"><dir><dir name="conversionbugcore"><file name="info.phtml" hash="9c5797c75db2e608fb652f02adb3a02c"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="cb_stickyproductsidebar.xml" hash="9c7b70ef9707b2f51ca96c822de83821"/></dir><dir name="template"><dir name="conversionbug"><dir name="stickyproductsidebar"><file name="js.phtml" hash="5fcf620e44bf6e7dfbefb1afab5f8cc0"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ConversionBug_Core.xml" hash="537de773791fc95a5a3e340de82162f7"/><file name="ConversionBug_Stickyproductsidebar.xml" hash="c6997885f8b6a8bfe2f6854a5b4c2669"/></dir></target><target name="mage"><dir name="js"><dir name="conversionbug"><dir name="core"><file name="conversion.js" hash="7e7e3bd1dcb2af25c9332b51550b60de"/></dir><dir name="stickyproductsidebar"><file name="stickEmUp.js" hash="cf9132fe3b5d04eb9505cd801970fa41"/></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="conversionbug"><dir name="core"><file name="core.css" hash="29c9cad2d9271f28bfd9eddd5c808d5d"/><dir name="images"><file name="cb_pattern.png" hash="9c5044bebc10bc6a34aa6a1e8e41b54a"/><file name="favicon.png" hash="bab36888d2974803acc518fc6e80c0a8"/><file name="logo.jpg" hash="04b873540f127f3db2702ec81537a92c"/><file name="logo.png" hash="ee6d3fdb6b84dc6305e1930c9d62c9a1"/><file name="mail.png" hash="dda776f14745ef6ed3ea7c273b89414a"/><file name="skype.png" hash="c47bc27f92a5037b5e5808a4c7946eef"/><file name="star.png" hash="7ba3058f225533076d823ad0de40cf61"/><file name="storebg.png" hash="afc4c40ea7a186c807daa8f4bd16dff3"/><file name="tick1.png" hash="a77e5cdd4aa5960fd325028b3cad225b"/><file name="tick.png" hash="a93719f7f9a401c5aa10745e72f33b6a"/><file name="web.png" hash="d6a873b4366d7337b6e3bc048ad3399f"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="conversionbug"><dir name="stickyproductsidebar"><file name="main.css" hash="c1cc21869e89fe9dfb601d37b52158cd"/></dir></dir></dir></dir></dir></dir></target></contents>
|
47 |
<compatible/>
|
48 |
+
<dependencies><required><php><min>5.1.0</min><max>7.0.0</max></php></required></dependencies>
|
49 |
</package>
|