Version Notes
Fixed problem with dependent shopping cart items showing up in list as ghost items.
Made widget help text slightly clearer.
Download this release
Release Info
Developer | Olark Live Chat |
Extension | Olark_Chatbox |
Version | 1.0.6 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.0.6
app/code/community/Olark/Chatbox/Block/Chatbox.php
CHANGED
@@ -58,14 +58,14 @@ class Olark_Chatbox_Block_Chatbox
|
|
58 |
}
|
59 |
|
60 |
// build cart and total arrays
|
61 |
-
$items = Mage::getSingleton('checkout/session')->getQuote()->
|
62 |
if ($items) {
|
63 |
$totalValue = $totalItems = 0;
|
64 |
foreach($items as $item) {
|
65 |
$product = array(
|
66 |
'name' => $item->getName(),
|
67 |
'sku' => $item->getSku(),
|
68 |
-
'quantity'
|
69 |
'price' => $item->getPrice()
|
70 |
);
|
71 |
$products[] = $product;
|
58 |
}
|
59 |
|
60 |
// build cart and total arrays
|
61 |
+
$items = Mage::getSingleton('checkout/session')->getQuote()->getAllVisibleItems();
|
62 |
if ($items) {
|
63 |
$totalValue = $totalItems = 0;
|
64 |
foreach($items as $item) {
|
65 |
$product = array(
|
66 |
'name' => $item->getName(),
|
67 |
'sku' => $item->getSku(),
|
68 |
+
'quantity' => $item->getQty(),
|
69 |
'price' => $item->getPrice()
|
70 |
);
|
71 |
$products[] = $product;
|
app/code/community/Olark/Chatbox/etc/widget.xml
CHANGED
@@ -32,9 +32,9 @@
|
|
32 |
<description>
|
33 |
<![CDATA[
|
34 |
<strong>New to Olark?</strong>
|
35 |
-
<a target="_blank" href="https://olark.com/signup/create_new_account?rid=magentocartsaver1_0">
|
36 |
<strong>Already an Olark user?</strong>
|
37 |
-
<a target="_blank" href="https://olark.com/
|
38 |
]]>
|
39 |
</description>
|
40 |
</siteID>
|
@@ -125,4 +125,4 @@
|
|
125 |
</customConfig>
|
126 |
</parameters>
|
127 |
</chatbox_chatbox>
|
128 |
-
</widgets>
|
32 |
<description>
|
33 |
<![CDATA[
|
34 |
<strong>New to Olark?</strong>
|
35 |
+
<a target="_blank" href="https://olark.com/signup/create_new_account?rid=magentocartsaver1_0">Create an account.</a>
|
36 |
<strong>Already an Olark user?</strong>
|
37 |
+
<a target="_blank" href="https://olark.com/settings/code">Find your Site-ID.</a>
|
38 |
]]>
|
39 |
</description>
|
40 |
</siteID>
|
125 |
</customConfig>
|
126 |
</parameters>
|
127 |
</chatbox_chatbox>
|
128 |
+
</widgets>
|
package.xml
CHANGED
@@ -1,24 +1,26 @@
|
|
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>
|
10 |
-
<description>
|
11 |

|
12 |
-
|
13 |

|
14 |
-
|
15 |

|
16 |
-
|
17 |
-
<notes>
|
|
|
|
|
18 |
<authors><author><name>Olark Live Chat</name><user>olark</user><email>support@olark.com</email></author></authors>
|
19 |
-
<date>
|
20 |
-
<time>
|
21 |
-
<contents><target name="magecommunity"><dir name="Olark"><dir name="Chatbox"><dir name="Block"><file name="Chatbox.php" 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.6</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>Chat saves the sale. Olark Live Chat with CartSaver to your Magento store.</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.</description>
|
17 |
+
<notes>Fixed problem with dependent shopping cart items showing up in list as ghost items.
|
18 |
+

|
19 |
+
Made widget help text slightly clearer.</notes>
|
20 |
<authors><author><name>Olark Live Chat</name><user>olark</user><email>support@olark.com</email></author></authors>
|
21 |
+
<date>2013-03-16</date>
|
22 |
+
<time>04:07:07</time>
|
23 |
+
<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="f20e9196a11994c6745fc6cfca0689fe"/></dir><dir name="Helper"><file name="Data.php" hash="c7bb144614b8490213397584f1050492"/></dir><dir name="etc"><file name="config.xml" hash="8aa65fd4a9fe24e759a7ace841541833"/><file name="widget.xml" hash="a5ea4c90caff27cae15e260cce466c8b"/></dir></dir></dir></target></contents>
|
24 |
<compatible/>
|
25 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
26 |
</package>
|