Version Notes
Now supports OneStepCheckout
Download this release
Release Info
Developer | Olark Live Chat |
Extension | Olark_Chatbox |
Version | 1.0.8 |
Comparing to | |
See all releases |
Code changes from version 1.0.7 to 1.0.8
app/code/community/Olark/Chatbox/etc/config.xml
CHANGED
@@ -37,6 +37,11 @@
|
|
37 |
<class>Olark_Chatbox_Block</class>
|
38 |
</chatbox>
|
39 |
</blocks>
|
|
|
|
|
|
|
|
|
|
|
40 |
<events>
|
41 |
|
42 |
<checkout_quote_destroy>
|
@@ -59,6 +64,16 @@
|
|
59 |
</observers>
|
60 |
</controller_action_predispatch_checkout_onepage_index>
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
<controller_action_predispatch_checkout_multishipping_index>
|
63 |
<observers>
|
64 |
<olark_chatbox_controller_action_predispatch_checkout_multishipping_index>
|
@@ -89,6 +104,26 @@
|
|
89 |
</observers>
|
90 |
</googlecheckout_checkout_before>
|
91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
<paypal_prepare_line_items>
|
93 |
<observers>
|
94 |
<olark_chatbox_paypal_prepare_line_items>
|
@@ -109,6 +144,26 @@
|
|
109 |
</observers>
|
110 |
</sales_order_place_after>
|
111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
<checkout_submit_all_after>
|
113 |
<observers>
|
114 |
<olark_chatbox_checkout_submit_all_after>
|
37 |
<class>Olark_Chatbox_Block</class>
|
38 |
</chatbox>
|
39 |
</blocks>
|
40 |
+
<models>
|
41 |
+
<olark_chatbox_model_observer>
|
42 |
+
<class>Olark_Chatbox_Model_Observer</class>
|
43 |
+
</olark_chatbox_model_observer>
|
44 |
+
</models>
|
45 |
<events>
|
46 |
|
47 |
<checkout_quote_destroy>
|
64 |
</observers>
|
65 |
</controller_action_predispatch_checkout_onepage_index>
|
66 |
|
67 |
+
<controller_action_predispatch_checkout_onepage_success>
|
68 |
+
<observers>
|
69 |
+
<olark_chatbox_controller_action_predispatch_checkout_onepage_success>
|
70 |
+
<type>singleton</type>
|
71 |
+
<class>olark_chatbox_model_observer</class>
|
72 |
+
<method>recordEvent</method>
|
73 |
+
</olark_chatbox_controller_action_predispatch_checkout_onepage_success>
|
74 |
+
</observers>
|
75 |
+
</controller_action_predispatch_checkout_onepage_success>
|
76 |
+
|
77 |
<controller_action_predispatch_checkout_multishipping_index>
|
78 |
<observers>
|
79 |
<olark_chatbox_controller_action_predispatch_checkout_multishipping_index>
|
104 |
</observers>
|
105 |
</googlecheckout_checkout_before>
|
106 |
|
107 |
+
<controller_action_layout_render_before_onestepcheckout_index_index>
|
108 |
+
<observers>
|
109 |
+
<olark_chatbox_controller_action_layout_render_before_onestepcheckout_index_index>
|
110 |
+
<type>singleton</type>
|
111 |
+
<class>olark_chatbox_model_observer</class>
|
112 |
+
<method>recordEvent</method>
|
113 |
+
</olark_chatbox_controller_action_layout_render_before_onestepcheckout_index_index>
|
114 |
+
</observers>
|
115 |
+
</controller_action_layout_render_before_onestepcheckout_index_index>
|
116 |
+
|
117 |
+
<checkout_type_onepage_save_order>
|
118 |
+
<observers>
|
119 |
+
<olark_chatbox_checkout_type_onepage_save_order>
|
120 |
+
<type>singleton</type>
|
121 |
+
<class>olark_chatbox_model_observer</class>
|
122 |
+
<method>recordEvent</method>
|
123 |
+
</olark_chatbox_checkout_type_onepage_save_order>
|
124 |
+
</observers>
|
125 |
+
</checkout_type_onepage_save_order>
|
126 |
+
|
127 |
<paypal_prepare_line_items>
|
128 |
<observers>
|
129 |
<olark_chatbox_paypal_prepare_line_items>
|
144 |
</observers>
|
145 |
</sales_order_place_after>
|
146 |
|
147 |
+
<sales_quote_delete_after>
|
148 |
+
<observers>
|
149 |
+
<olark_chatbox_sales_quote_delete_after>
|
150 |
+
<type>singleton</type>
|
151 |
+
<class>olark_chatbox_model_observer</class>
|
152 |
+
<method>recordEvent</method>
|
153 |
+
</olark_chatbox_sales_quote_delete_after>
|
154 |
+
</observers>
|
155 |
+
</sales_quote_delete_after>
|
156 |
+
|
157 |
+
<checkout_type_onepage_save_order>
|
158 |
+
<observers>
|
159 |
+
<olark_chatbox_checkout_type_onepage_save_order>
|
160 |
+
<type>singleton</type>
|
161 |
+
<class>olark_chatbox_model_observer</class>
|
162 |
+
<method>recordEvent</method>
|
163 |
+
</olark_chatbox_checkout_type_onepage_save_order>
|
164 |
+
</observers>
|
165 |
+
</checkout_type_onepage_save_order>
|
166 |
+
|
167 |
<checkout_submit_all_after>
|
168 |
<observers>
|
169 |
<olark_chatbox_checkout_submit_all_after>
|
app/code/community/Olark/chatbox.tgz
DELETED
Binary file
|
package.xml
CHANGED
@@ -1,24 +1,25 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Olark_Chatbox</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">Academic Free License (AFL 3.0)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Olark Live Chat with CartSaver for Magento</summary>
|
10 |
-
<description>Be your customers' hero. Nothing answers customers or saves the sale faster than Olark live chat
|
11 |

|
12 |
-
With CartSaver for Magento, see in real-time exactly what your customer do on your Magento store and then take action. End abandoned shopping carts
|
13 |

|
14 |
-
Be their favorite salesperson as you can follow along as your customers add and remove items from their shopping carts, so you can talk
|
15 |

|
16 |
-
Over 5,000 customers rely on Olark to make their customers happier and buying more
|
17 |
-
|
|
|
18 |
<authors><author><name>Olark Live Chat</name><user>olark</user><email>support@olark.com</email></author></authors>
|
19 |
-
<date>2013-
|
20 |
-
<time>
|
21 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Olark_Chatbox.xml" hash="220e124817be0b67876250efca078b83"/></dir></target><target name="magecommunity"><dir name="Olark"><dir name="Chatbox"><dir name="Block"><file name="Chatbox.php" hash="a44a578626222819adf81f075e504abb"/></dir><dir name="Helper"><file name="Data.php" hash="6d1e1005a4c4f22ccdd7af419a2ed28a"/></dir><dir name="Model"><file name="Observer.php" hash="e179b730ccc182588dc819d4a44355ba"/></dir><dir name="etc"><file name="config.xml" hash="
|
22 |
<compatible/>
|
23 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
24 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Olark_Chatbox</name>
|
4 |
+
<version>1.0.8</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">Academic Free License (AFL 3.0)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Olark Live Chat with CartSaver for Magento</summary>
|
10 |
+
<description>Be your customers' hero. Nothing answers customers or saves the sale faster than Olark live chat. 
|
11 |

|
12 |
+
With CartSaver for Magento, see in real-time exactly what your customer do on your Magento store and then take action. End abandoned shopping carts. 
|
13 |

|
14 |
+
Be their favorite salesperson as you can follow along as your customers add and remove items from their shopping carts, so you can talk to them about what they are buying. 
|
15 |

|
16 |
+
Over 5,000 customers rely on Olark to make their customers happier and buying more.
|
17 |
+
</description>
|
18 |
+
<notes>Now supports OneStepCheckout</notes>
|
19 |
<authors><author><name>Olark Live Chat</name><user>olark</user><email>support@olark.com</email></author></authors>
|
20 |
+
<date>2013-05-26</date>
|
21 |
+
<time>18:45:09</time>
|
22 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Olark_Chatbox.xml" hash="220e124817be0b67876250efca078b83"/></dir></target><target name="magecommunity"><dir name="Olark"><dir name="Chatbox"><dir name="Block"><file name="Chatbox.php" hash="a44a578626222819adf81f075e504abb"/></dir><dir name="Helper"><file name="Data.php" hash="6d1e1005a4c4f22ccdd7af419a2ed28a"/></dir><dir name="Model"><file name="Observer.php" hash="e179b730ccc182588dc819d4a44355ba"/></dir><dir name="etc"><file name="config.xml" hash="3c2ea255f957e37b176ae9e2aaa64a5e"/><file name="widget.xml" hash="e0dd79dcf207489b3067b256b7000377"/></dir></dir></dir></target></contents>
|
23 |
<compatible/>
|
24 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
25 |
</package>
|