Version Notes
Extension provides:
- Invite Integration
- Post Purchase Integration
- Advocate Dashboard Integration
- Floating Widget Popup Integration
Note: Extension version 2.0 works with Talkable Integration library version 3.0.2 or higher.
Download this release
Release Info
Developer | Talkable |
Extension | talkable |
Version | 2.0.0 |
Comparing to | |
See all releases |
Code changes from version 1.4.0 to 2.0.0
- app/code/community/Talkable/SocialReferrals/etc/config.xml +1 -1
- app/design/frontend/base/default/template/talkable/socialreferrals/advocate_dashboard.phtml +1 -3
- app/design/frontend/base/default/template/talkable/socialreferrals/floating_widget_popup.phtml +1 -3
- app/design/frontend/base/default/template/talkable/socialreferrals/invite.phtml +1 -3
- app/design/frontend/base/default/template/talkable/socialreferrals/post_purchase.phtml +0 -2
- package.xml +5 -5
app/code/community/Talkable/SocialReferrals/etc/config.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
<config>
|
13 |
<modules>
|
14 |
<Talkable_SocialReferrals>
|
15 |
-
<version>
|
16 |
</Talkable_SocialReferrals>
|
17 |
</modules>
|
18 |
|
12 |
<config>
|
13 |
<modules>
|
14 |
<Talkable_SocialReferrals>
|
15 |
+
<version>2.0.0</version>
|
16 |
</Talkable_SocialReferrals>
|
17 |
</modules>
|
18 |
|
app/design/frontend/base/default/template/talkable/socialreferrals/advocate_dashboard.phtml
CHANGED
@@ -20,9 +20,7 @@
|
|
20 |
<div id="talkable-offer"></div>
|
21 |
<script type="text/javascript">
|
22 |
//<![CDATA[
|
23 |
-
_talkableq.push(["register_affiliate", {
|
24 |
-
campaign_tags: ["dashboard"]
|
25 |
-
}]);
|
26 |
//]]>
|
27 |
</script>
|
28 |
<?php endif ?>
|
20 |
<div id="talkable-offer"></div>
|
21 |
<script type="text/javascript">
|
22 |
//<![CDATA[
|
23 |
+
_talkableq.push(["register_affiliate", {}]);
|
|
|
|
|
24 |
//]]>
|
25 |
</script>
|
26 |
<?php endif ?>
|
app/design/frontend/base/default/template/talkable/socialreferrals/floating_widget_popup.phtml
CHANGED
@@ -19,9 +19,7 @@
|
|
19 |
<?php else: ?>
|
20 |
<script type="text/javascript">
|
21 |
//<![CDATA[
|
22 |
-
_talkableq.push(["register_affiliate", {
|
23 |
-
campaign_tags: ["popup-trigger"]
|
24 |
-
}]);
|
25 |
//]]>
|
26 |
</script>
|
27 |
<?php endif ?>
|
19 |
<?php else: ?>
|
20 |
<script type="text/javascript">
|
21 |
//<![CDATA[
|
22 |
+
_talkableq.push(["register_affiliate", {}]);
|
|
|
|
|
23 |
//]]>
|
24 |
</script>
|
25 |
<?php endif ?>
|
app/design/frontend/base/default/template/talkable/socialreferrals/invite.phtml
CHANGED
@@ -20,9 +20,7 @@
|
|
20 |
<div id="talkable-offer"></div>
|
21 |
<script type="text/javascript">
|
22 |
//<![CDATA[
|
23 |
-
_talkableq.push(["register_affiliate", {
|
24 |
-
campaign_tags: ["invite"]
|
25 |
-
}]);
|
26 |
//]]>
|
27 |
</script>
|
28 |
<?php endif ?>
|
20 |
<div id="talkable-offer"></div>
|
21 |
<script type="text/javascript">
|
22 |
//<![CDATA[
|
23 |
+
_talkableq.push(["register_affiliate", {}]);
|
|
|
|
|
24 |
//]]>
|
25 |
</script>
|
26 |
<?php endif ?>
|
app/design/frontend/base/default/template/talkable/socialreferrals/post_purchase.phtml
CHANGED
@@ -21,8 +21,6 @@
|
|
21 |
<script type="text/javascript">
|
22 |
//<![CDATA[
|
23 |
<?php $_event_data = $_helper->getPurchaseData($_order) ?>
|
24 |
-
<?php $_event_data["campaign_tags"] = array("post-purchase") ?>
|
25 |
-
|
26 |
_talkableq.push(["register_purchase", <?php echo Mage::helper("core")->jsonEncode($_event_data) ?>]);
|
27 |
//]]>
|
28 |
</script>
|
21 |
<script type="text/javascript">
|
22 |
//<![CDATA[
|
23 |
<?php $_event_data = $_helper->getPurchaseData($_order) ?>
|
|
|
|
|
24 |
_talkableq.push(["register_purchase", <?php echo Mage::helper("core")->jsonEncode($_event_data) ?>]);
|
25 |
//]]>
|
26 |
</script>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>talkable</name>
|
4 |
-
<version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/mit-license.php">MIT License</license>
|
7 |
<channel>community</channel>
|
@@ -20,11 +20,11 @@ See more at Talkable.com</description>
|
|
20 |
- Advocate Dashboard Integration
|
21 |
- Floating Widget Popup Integration
|
22 |

|
23 |
-
Note: Extension version
|
24 |
<authors><author><name>Talkable</name><user>talkable</user><email>sub@talkable.com</email></author></authors>
|
25 |
-
<date>2016-12-
|
26 |
-
<time>
|
27 |
-
<contents><target name="magecommunity"><dir name="Talkable"><dir name="SocialReferrals"><dir name="Block"><dir name="Multishipping"><file name="Purchase.php" hash="6eaab3557bdf97f40a77c7b6e040e483"/></dir><file name="Purchase.php" hash="5cd37269372b88cec4657bf85077c1a4"/></dir><dir name="Helper"><file name="Data.php" hash="79ae6a66051644b0a083b1d844a78641"/></dir><dir name="Model"><file name="Observer.php" hash="b9e5a92a24b018b14ccc64658326e92e"/></dir><dir name="controllers"><dir name="Customer"><file name="DashboardController.php" hash="3f715ff823d8b2709d3b6ee106685513"/></dir><file name="IndexController.php" hash="c08758b6a50bbc95ce09773818a6a7c4"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3f86a3e4bf980fa36aba8c0e33737e59"/><file name="config.xml" hash="
|
28 |
<compatible/>
|
29 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
30 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>talkable</name>
|
4 |
+
<version>2.0.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/mit-license.php">MIT License</license>
|
7 |
<channel>community</channel>
|
20 |
- Advocate Dashboard Integration
|
21 |
- Floating Widget Popup Integration
|
22 |

|
23 |
+
Note: Extension version 2.0 works with Talkable Integration library version 3.0.2 or higher.</notes>
|
24 |
<authors><author><name>Talkable</name><user>talkable</user><email>sub@talkable.com</email></author></authors>
|
25 |
+
<date>2016-12-15</date>
|
26 |
+
<time>14:46:15</time>
|
27 |
+
<contents><target name="magecommunity"><dir name="Talkable"><dir name="SocialReferrals"><dir name="Block"><dir name="Multishipping"><file name="Purchase.php" hash="6eaab3557bdf97f40a77c7b6e040e483"/></dir><file name="Purchase.php" hash="5cd37269372b88cec4657bf85077c1a4"/></dir><dir name="Helper"><file name="Data.php" hash="79ae6a66051644b0a083b1d844a78641"/></dir><dir name="Model"><file name="Observer.php" hash="b9e5a92a24b018b14ccc64658326e92e"/></dir><dir name="controllers"><dir name="Customer"><file name="DashboardController.php" hash="3f715ff823d8b2709d3b6ee106685513"/></dir><file name="IndexController.php" hash="c08758b6a50bbc95ce09773818a6a7c4"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3f86a3e4bf980fa36aba8c0e33737e59"/><file name="config.xml" hash="c1963616f13c14b372455e0bb8c0146a"/><file name="system.xml" hash="e3ef9c8b74fff498a9dc42db1a86a21c"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="talkable"><file name="socialreferrals.xml" hash="c4731fc832bf3cdbe4fec6f6cd336549"/></dir></dir><dir name="template"><dir name="talkable"><dir name="socialreferrals"><file name="advocate_dashboard.phtml" hash="ede1a97a100b71a593ec55e58fb51622"/><file name="floating_widget_popup.phtml" hash="e2fe3129bcfdbc79b61c48811812b721"/><file name="head.phtml" hash="6628579af042007d653fbb05dcc98339"/><file name="invite.phtml" hash="21dc3939039f589c9539ba691abeb09b"/><file name="post_purchase.phtml" hash="3d44c2279efeff5f05656e2d3e996263"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Talkable_SocialReferrals.xml" hash="ed1152e3c169ac8e9d33219e5ec9fb47"/></dir></target></contents>
|
28 |
<compatible/>
|
29 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
30 |
</package>
|