Linc_Care - Version 1.0.6

Version Notes

Welcome to the Linc Care extension for Magento.

News


The latest release enhances the widget to display a dynamic status of the order. We've also added a Recommendations widget that can be added where ever you have an order object.>/p>

Install the extension as you would any other

Per Store Extension



The Linc Care extension has a "per store" store configuration. Each store has its own Store ID and Access Code. This means that, on the configuration page, you must select a store as your Current Configuration Scope


Configuration




  1. System / Configuration / General / Store Information
  2. Set the Configuration Scope to the store you want to configure.
    Fill in the store's ID and Access Key. If you don't have these already, click the Go to Linc Care and register the store.

  3. System / Transactional Email
  4. For any email that related to an order (i.e. New Order, New Order for Guest), edit it and insert {{block type='care/widget' order=$order}} where you want the Linc Care widget to appear.
  5. Click on Preview Template to confirm the appearance then save the template.
  6. Repeat for any other order-based emails you want connected to Linc Care.

  7. System / Sales / Sales Email / Order
  8. Select the new templates for appropriate email
  9. Save the configuration

If you have any comments or questions, please email us at support@linccare.com

Download this release

Release Info

Developer Linc Care
Extension Linc_Care
Version 1.0.6
Comparing to
See all releases


Code changes from version 1.0.5 to 1.0.6

app/code/community/Linc/Care/Block/Widget.php CHANGED
@@ -58,7 +58,6 @@ class Linc_Care_Block_Widget extends Mage_Core_Block_Abstract
58
  $query .= "&fn=".$order->getCustomerFirstname();
59
  $query .= "&ln=".$order->getCustomerLastname();
60
  $query .= "&e=".$order->getCustomerEmail();
61
- $query .= "&d=1";
62
  $query .= "&g=".$order->getGrandTotal();
63
  $query .= "&o=".$order->getIncrementId();
64
  $query .= "&osi=".$order->getIncrementId();
@@ -67,6 +66,7 @@ class Linc_Care_Block_Widget extends Mage_Core_Block_Abstract
67
  $query .= "&shop_id=".$this->storeId;
68
  $query .= "&source=email";
69
  $query .= "&viewer=".$order->getCustomerEmail();
 
70
 
71
  $html = "<img src='https://care.letslinc.com/user_activity?";
72
  $html .= $query."&activity=widget_impression' border='0' height='1' width='1'>";
58
  $query .= "&fn=".$order->getCustomerFirstname();
59
  $query .= "&ln=".$order->getCustomerLastname();
60
  $query .= "&e=".$order->getCustomerEmail();
 
61
  $query .= "&g=".$order->getGrandTotal();
62
  $query .= "&o=".$order->getIncrementId();
63
  $query .= "&osi=".$order->getIncrementId();
66
  $query .= "&shop_id=".$this->storeId;
67
  $query .= "&source=email";
68
  $query .= "&viewer=".$order->getCustomerEmail();
69
+ $query .= "&v=2";
70
 
71
  $html = "<img src='https://care.letslinc.com/user_activity?";
72
  $html .= $query."&activity=widget_impression' border='0' height='1' width='1'>";
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Linc_Care</name>
4
- <version>1.0.5</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.letslinc.com/Legal/LincCareLicenseAgreement/">Linc Global Commercial License</license>
7
  <channel>community</channel>
@@ -60,8 +60,8 @@ Fill in the store's ID and Access Key. If you don't have these already, click th
60
  &lt;p&gt;If you have any comments or questions, please email us at support@linccare.com&lt;/p&gt;</notes>
61
  <authors><author><name>Linc Care Development</name><user>letslincapp</user><email>apps@letslinc.com</email></author></authors>
62
  <date>2014-10-02</date>
63
- <time>21:13:04</time>
64
- <contents><target name="magecommunity"><dir name="Linc"><dir name="Care"><dir name="Block"><file name="Button.php" hash="f6b577bdf0a83d98cabeb5956b0418e2"/><file name="Faqbutton.php" hash="862a87a5d06ae5c34f1ff629f341f01c"/><file name="Widget.php" hash="122d05e6653df7031be736c595b832c3"/></dir><dir name="Model"><file name="Fulfillmentobserver.php" hash="eb767b78fd633aee7cf06d000635c4ed"/><file name="Orderobserver.php" hash="d30b0ea8f1086530f469dc6c7a1ab404"/></dir><dir name="etc"><file name="config.xml" hash="7ff613718b4fe9d68181d8505b46a449"/><file name="system.xml" hash="351200318f9fb37020f0f3bb49887171"/></dir><file name="readme" hash="b870624d95964a9953466ad8c89bef62"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Linc_Care.xml" hash="db51f40a404065353fec8086394b8d56"/></dir></target></contents>
65
  <compatible/>
66
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
67
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Linc_Care</name>
4
+ <version>1.0.6</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.letslinc.com/Legal/LincCareLicenseAgreement/">Linc Global Commercial License</license>
7
  <channel>community</channel>
60
  &lt;p&gt;If you have any comments or questions, please email us at support@linccare.com&lt;/p&gt;</notes>
61
  <authors><author><name>Linc Care Development</name><user>letslincapp</user><email>apps@letslinc.com</email></author></authors>
62
  <date>2014-10-02</date>
63
+ <time>21:43:34</time>
64
+ <contents><target name="magecommunity"><dir name="Linc"><dir name="Care"><dir name="Block"><file name="Button.php" hash="f6b577bdf0a83d98cabeb5956b0418e2"/><file name="Faqbutton.php" hash="862a87a5d06ae5c34f1ff629f341f01c"/><file name="Widget.php" hash="9ee16a783f21e4aecf5ab4b22757609f"/></dir><dir name="Model"><file name="Fulfillmentobserver.php" hash="eb767b78fd633aee7cf06d000635c4ed"/><file name="Orderobserver.php" hash="d30b0ea8f1086530f469dc6c7a1ab404"/></dir><dir name="etc"><file name="config.xml" hash="7ff613718b4fe9d68181d8505b46a449"/><file name="system.xml" hash="351200318f9fb37020f0f3bb49887171"/></dir><file name="readme" hash="b870624d95964a9953466ad8c89bef62"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Linc_Care.xml" hash="db51f40a404065353fec8086394b8d56"/></dir></target></contents>
65
  <compatible/>
66
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
67
  </package>