Olark_Chatbox - Version 1.0.6

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()->getAllItems();
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;
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">Signup for a FREE Olark account.</a>
36
  <strong>Already an Olark user?</strong>
37
- <a target="_blank" href="https://olark.com/install">Find your Olark Site-ID.</a>
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</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>Drive more sales. Talk to your customers on your Magento store with Olark Live Chat.</summary>
10
- <description>Talk to your customers. You'll sell more, faster.&#xD;
11
  &#xD;
12
- Olark Live Chat helps thousands of businesses talk to the customers browsing their website so they can drive more sales.&#xD;
13
  &#xD;
14
- With Olark's CartSaver extension for Magento, you can put an end to abandoned shopping carts. Watch your customers add and remove items from their shopping carts while they shop and then step in to talk to them to close the sale.&#xD;
15
  &#xD;
16
- Try it FREE at Olark.com.</description>
17
- <notes>This is the first stable release of the official Olark Live Chat CartSaver extension for Magento. It should work for all versions from Magento 1.5 upwards.</notes>
 
 
18
  <authors><author><name>Olark Live Chat</name><user>olark</user><email>support@olark.com</email></author></authors>
19
- <date>2012-09-24</date>
20
- <time>17:55:08</time>
21
- <contents><target name="magecommunity"><dir name="Olark"><dir name="Chatbox"><dir name="Block"><file name="Chatbox.php" hash="ad94ec36b70849e4799d295de94f86ad"/></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="250dc2b34a2051549ff4f0c818647942"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Olark_Chatbox.xml" hash="220e124817be0b67876250efca078b83"/></dir></target></contents>
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.&#xD;
11
  &#xD;
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.&#xD;
13
  &#xD;
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.&#xD;
15
  &#xD;
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.&#xD;
18
+ &#xD;
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>