Version Notes
Enhancements
Download this release
Release Info
Developer | Eric Witchin |
Extension | LiveHelpNow_Help_Desk_Chat_Button |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
app/code/community/LHN/Chat/etc/widget.xml
CHANGED
@@ -8,12 +8,14 @@
|
|
8 |
<required>1</required>
|
9 |
<visible>1</visible>
|
10 |
<label>LiveHelpNow Account Number</label>
|
|
|
11 |
<type>text</type>
|
12 |
</account_number>
|
13 |
<button_number translate="label">
|
14 |
<required>1</required>
|
15 |
<visible>1</visible>
|
16 |
<label>LiveHelpNow Button Number</label>
|
|
|
17 |
<type>text</type>
|
18 |
</button_number>
|
19 |
</parameters>
|
8 |
<required>1</required>
|
9 |
<visible>1</visible>
|
10 |
<label>LiveHelpNow Account Number</label>
|
11 |
+
<description><![CDATA[* Must be numeric<br /><a href="http://www.livehelpnow.net/lnd/trial.aspx" target="_blank">Sign Up</a>]]></description>
|
12 |
<type>text</type>
|
13 |
</account_number>
|
14 |
<button_number translate="label">
|
15 |
<required>1</required>
|
16 |
<visible>1</visible>
|
17 |
<label>LiveHelpNow Button Number</label>
|
18 |
+
<description><![CDATA[* Must be numeric<br /><a href="http://www.livehelpnow.net/products/live_chat_system/buttons/" target="_blank">View Buttons</a>]]></description>
|
19 |
<type>text</type>
|
20 |
</button_number>
|
21 |
</parameters>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>LiveHelpNow_Help_Desk_Chat_Button</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>LiveHelpNow is a responsive, reliable, and extremely affordable Help Desk Software for your website. The live chat button plugin adds click-to-chat functionality to your website, allowing you to interact directly with website visitors the same way you would in a traditional retail store. You wouldn't ignore customers in your store, so don't ignore the ones visiting your site every day! Chat with customers using any computer or mobile device and monitor website visitors in real-time using our Top Rated Chat System. Invite visitors to chat automatically or proactively, help them with product selection, and increase sales! When you're unavailable the chat button plugin switches to an 'offline mode' that allows visitors to leave you messages. This plugin is exclusively for the LiveHelpNow Chat System & also integrates seamlessly with: - LiveHelpNow Ticket System - LiveHelpNow Callback Request System</description>
|
11 |
<notes>Enhancements</notes>
|
12 |
<authors><author><name>Eric Witchin</name><user>livehelpnow</user><email>plugins@livehelpnpw.com</email></author></authors>
|
13 |
-
<date>2013-04-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="LHN"><dir name="Chat"><dir name="Block"><file name="Button.php" hash="37ef9ba0fe2bc7b628255d11dfa1ac11"/></dir><dir name="Helper"><file name="Data.php" hash="37de04c73ab2798399cc75e87c5217fd"/></dir><dir name="etc"><file name="config.xml" hash="6829a398d8d80b95f44b5da38c4c5ead"/><file name="widget.xml" hash="
|
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>LiveHelpNow_Help_Desk_Chat_Button</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>LiveHelpNow is a responsive, reliable, and extremely affordable Help Desk Software for your website. The live chat button plugin adds click-to-chat functionality to your website, allowing you to interact directly with website visitors the same way you would in a traditional retail store. You wouldn't ignore customers in your store, so don't ignore the ones visiting your site every day! Chat with customers using any computer or mobile device and monitor website visitors in real-time using our Top Rated Chat System. Invite visitors to chat automatically or proactively, help them with product selection, and increase sales! When you're unavailable the chat button plugin switches to an 'offline mode' that allows visitors to leave you messages. This plugin is exclusively for the LiveHelpNow Chat System & also integrates seamlessly with: - LiveHelpNow Ticket System - LiveHelpNow Callback Request System</description>
|
11 |
<notes>Enhancements</notes>
|
12 |
<authors><author><name>Eric Witchin</name><user>livehelpnow</user><email>plugins@livehelpnpw.com</email></author></authors>
|
13 |
+
<date>2013-04-12</date>
|
14 |
+
<time>11:00:24</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="LHN"><dir name="Chat"><dir name="Block"><file name="Button.php" hash="37ef9ba0fe2bc7b628255d11dfa1ac11"/></dir><dir name="Helper"><file name="Data.php" hash="37de04c73ab2798399cc75e87c5217fd"/></dir><dir name="etc"><file name="config.xml" hash="6829a398d8d80b95f44b5da38c4c5ead"/><file name="widget.xml" hash="849b0e6085f208e6246cad352f254576"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="LHN_Chat.xml" hash="a8dafd55068822ec469356e6f8ebb55d"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|