Version Notes
Compatible with the new Offerchat dashboard.
Download this release
Release Info
Developer | SaveTheMage |
Extension | Offerchat_Free_Live_Chat |
Version | 2.0.0 |
Comparing to | |
See all releases |
Code changes from version 1.2.0 to 2.0.0
- app/code/local/SaveTheMage/OfferchatFreeLiveChat/etc/config.xml +1 -1
- app/code/local/SaveTheMage/OfferchatFreeLiveChat/etc/system.xml +2 -2
- app/design/frontend/base/default/template/SaveTheMage/OfferchatFreeLiveChat/index.phtml +2 -3
- app/etc/modules/SaveTheMage_OfferchatFreeLiveChat.xml +1 -1
- package.xml +5 -5
app/code/local/SaveTheMage/OfferchatFreeLiveChat/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<SaveTheMage_OfferchatFreeLiveChat>
|
5 |
-
<version>
|
6 |
</SaveTheMage_OfferchatFreeLiveChat>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<SaveTheMage_OfferchatFreeLiveChat>
|
5 |
+
<version>2.0.0</version>
|
6 |
</SaveTheMage_OfferchatFreeLiveChat>
|
7 |
</modules>
|
8 |
<frontend>
|
app/code/local/SaveTheMage/OfferchatFreeLiveChat/etc/system.xml
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
</tabs>
|
9 |
<sections>
|
10 |
<OfferChat_options translate="label" module="OfferchatFreeLiveChat">
|
11 |
-
<label>Offerchat Settings</label>
|
12 |
<tab>SaveTheMageconfig</tab>
|
13 |
<frontend_type>text</frontend_type>
|
14 |
<sort_order>1000</sort_order>
|
@@ -28,7 +28,7 @@
|
|
28 |
<MerchantApiCode>
|
29 |
<label>API Key</label>
|
30 |
<frontend_type>text</frontend_type>
|
31 |
-
<comment><![CDATA[Login to
|
32 |
<!--Visit <a target='_blank' href='http://www.savethemage.com/blog/how-to-install-offerchat-on-magento/'>how-to-install-offerchat-on-magento</a> to see the meaning of Api Key.-->
|
33 |
]]></comment>
|
34 |
<sort_order>1</sort_order>
|
8 |
</tabs>
|
9 |
<sections>
|
10 |
<OfferChat_options translate="label" module="OfferchatFreeLiveChat">
|
11 |
+
<label>Offerchat 2.0 Settings</label>
|
12 |
<tab>SaveTheMageconfig</tab>
|
13 |
<frontend_type>text</frontend_type>
|
14 |
<sort_order>1000</sort_order>
|
28 |
<MerchantApiCode>
|
29 |
<label>API Key</label>
|
30 |
<frontend_type>text</frontend_type>
|
31 |
+
<comment><![CDATA[Login to https://new.offerchat.com. Click your icon in the top right - websites - yourwebsite - Api Key
|
32 |
<!--Visit <a target='_blank' href='http://www.savethemage.com/blog/how-to-install-offerchat-on-magento/'>how-to-install-offerchat-on-magento</a> to see the meaning of Api Key.-->
|
33 |
]]></comment>
|
34 |
<sort_order>1</sort_order>
|
app/design/frontend/base/default/template/SaveTheMage/OfferchatFreeLiveChat/index.phtml
CHANGED
@@ -4,6 +4,5 @@
|
|
4 |
if( !empty( $key ) ){
|
5 |
?>
|
6 |
<!--start of Offerchat js code-->
|
7 |
-
|
8 |
-
|
9 |
-
<?php } ?>
|
4 |
if( !empty( $key ) ){
|
5 |
?>
|
6 |
<!--start of Offerchat js code-->
|
7 |
+
<!--start of Offerchat js code--><script type='text/javascript'>var ofc_key = '<?php echo $key; ?>';(function(){ var oc = document.createElement('script'); oc.type = 'text/javascript'; oc.async = true; oc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'd1cpaygqxflr8n.cloudfront.net/p/js/widget.min.js?r=1'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(oc, s);}());</script><!--end of Offerchat js code-->
|
8 |
+
<?php } ?>
|
|
app/etc/modules/SaveTheMage_OfferchatFreeLiveChat.xml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<SaveTheMage_OfferchatFreeLiveChat>
|
5 |
<active>true</active>
|
6 |
<codePool>local</codePool>
|
7 |
-
<version>
|
8 |
</SaveTheMage_OfferchatFreeLiveChat>
|
9 |
</modules>
|
10 |
</config>
|
4 |
<SaveTheMage_OfferchatFreeLiveChat>
|
5 |
<active>true</active>
|
6 |
<codePool>local</codePool>
|
7 |
+
<version>2.0.0</version>
|
8 |
</SaveTheMage_OfferchatFreeLiveChat>
|
9 |
</modules>
|
10 |
</config>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Offerchat_Free_Live_Chat</name>
|
4 |
-
<version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This is the Official Offerchat extension for Magento which will install the widget into your site. Simply enter your API Key after signing up for a free account with Offerchat.</summary>
|
10 |
<description>This is the Official Offerchat extension for Magento which will install the widget into your site. Simply enter your API Key after signing up for a free account with Offerchat.</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>SaveTheMage</name><user>SaveTheMage</user><email>support@savethemage.com</email></author></authors>
|
13 |
-
<date>2013-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="SaveTheMage"><dir name="OfferchatFreeLiveChat"><dir name="Helper"><file name="Data.php" hash="41ce2117f49f07140a4c1dcaa166088d"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3a4b53ff5589e39acdfd54e785cdc9b7"/><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Offerchat_Free_Live_Chat</name>
|
4 |
+
<version>2.0.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This is the Official Offerchat extension for Magento which will install the widget into your site. Simply enter your API Key after signing up for a free account with Offerchat.</summary>
|
10 |
<description>This is the Official Offerchat extension for Magento which will install the widget into your site. Simply enter your API Key after signing up for a free account with Offerchat.</description>
|
11 |
+
<notes>Compatible with the new Offerchat dashboard.</notes>
|
12 |
<authors><author><name>SaveTheMage</name><user>SaveTheMage</user><email>support@savethemage.com</email></author></authors>
|
13 |
+
<date>2013-09-10</date>
|
14 |
+
<time>01:51:49</time>
|
15 |
+
<contents><target name="magelocal"><dir name="SaveTheMage"><dir name="OfferchatFreeLiveChat"><dir name="Helper"><file name="Data.php" hash="41ce2117f49f07140a4c1dcaa166088d"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3a4b53ff5589e39acdfd54e785cdc9b7"/><file name="config.xml" hash="dd96bd11568b77b21f73239ab0b25500"/><file name="system.xml" hash="ab5f04e11e2f5a544296fe37672c72b3"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="SaveTheMage"><file name="OfferchatFreeLiveChat.xml" hash="329c8b3c029b1df26864cf8194b6cd00"/></dir></dir><dir name="template"><dir name="SaveTheMage"><dir name="OfferchatFreeLiveChat"><file name="index.phtml" hash="0b557bb236a7e9b687752c13801e5cba"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="SaveTheMage_OfferchatFreeLiveChat.xml" hash="cac4f4dbb7cc7a7ac0e25770d519a979"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|