lipscore - Version 1.3.4

Version Notes

Fix product and image urls for configurations with multiple stores and domains.

Download this release

Release Info

Developer Henning Frettem
Extension lipscore
Version 1.3.4
Comparing to
See all releases


Code changes from version 1.3.3 to 1.3.4

Files changed (69) hide show
  1. app/code/community/Lipscore/RatingsReviews/Block/Catalog/Product/Reviews.php +0 -0
  2. app/code/community/Lipscore/RatingsReviews/Block/Catalog/Product/View.php +0 -0
  3. app/code/community/Lipscore/RatingsReviews/Block/Init.php +0 -0
  4. app/code/community/Lipscore/RatingsReviews/Block/Purchase/Abstract.php +0 -0
  5. app/code/community/Lipscore/RatingsReviews/Block/Purchase/Multishipping.php +0 -0
  6. app/code/community/Lipscore/RatingsReviews/Block/Purchase/Onepage.php +0 -0
  7. app/code/community/Lipscore/RatingsReviews/Block/Review/Helper.php +0 -0
  8. app/code/community/Lipscore/RatingsReviews/Block/Review/Single.php +0 -0
  9. app/code/community/Lipscore/RatingsReviews/Block/Review/Tabtitle.php +0 -0
  10. app/code/community/Lipscore/RatingsReviews/Block/System/Config/Form/Coupons.php +0 -0
  11. app/code/community/Lipscore/RatingsReviews/Block/System/Config/Form/Field/Abstract.php +0 -0
  12. app/code/community/Lipscore/RatingsReviews/Block/System/Config/Form/Field/Apikey.php +0 -0
  13. app/code/community/Lipscore/RatingsReviews/Block/System/Config/Form/Field/Emailstext.php +0 -0
  14. app/code/community/Lipscore/RatingsReviews/Block/System/Config/Form/Field/Reminderperiod.php +0 -0
  15. app/code/community/Lipscore/RatingsReviews/Block/System/Config/Form/Fieldset/Coupons.php +0 -0
  16. app/code/community/Lipscore/RatingsReviews/Block/System/Config/Form/Fieldset/Dashboardlink.php +0 -0
  17. app/code/community/Lipscore/RatingsReviews/Helper/Abstract.php +0 -0
  18. app/code/community/Lipscore/RatingsReviews/Helper/Config.php +0 -0
  19. app/code/community/Lipscore/RatingsReviews/Helper/Coupon.php +0 -0
  20. app/code/community/Lipscore/RatingsReviews/Helper/Data.php +0 -0
  21. app/code/community/Lipscore/RatingsReviews/Helper/Locale.php +0 -0
  22. app/code/community/Lipscore/RatingsReviews/Helper/Module.php +0 -0
  23. app/code/community/Lipscore/RatingsReviews/Helper/Price.php +0 -0
  24. app/code/community/Lipscore/RatingsReviews/Helper/Product.php +4 -3
  25. app/code/community/Lipscore/RatingsReviews/Helper/Purchase.php +0 -0
  26. app/code/community/Lipscore/RatingsReviews/Helper/Reminder.php +36 -2
  27. app/code/community/Lipscore/RatingsReviews/Helper/Widget.php +0 -0
  28. app/code/community/Lipscore/RatingsReviews/Logger.php +0 -0
  29. app/code/community/Lipscore/RatingsReviews/Model/Api/Request.php +0 -0
  30. app/code/community/Lipscore/RatingsReviews/Model/Config.php +0 -0
  31. app/code/community/Lipscore/RatingsReviews/Model/Config/Env.php +0 -0
  32. app/code/community/Lipscore/RatingsReviews/Model/Coupon/Generator.php +0 -0
  33. app/code/community/Lipscore/RatingsReviews/Model/Observer/Abstract.php +0 -0
  34. app/code/community/Lipscore/RatingsReviews/Model/Observer/Module.php +0 -0
  35. app/code/community/Lipscore/RatingsReviews/Model/Observer/Order/Status.php +0 -0
  36. app/code/community/Lipscore/RatingsReviews/Model/Observer/Output.php +0 -0
  37. app/code/community/Lipscore/RatingsReviews/Model/Purchase/Reminder.php +0 -0
  38. app/code/community/Lipscore/RatingsReviews/Model/Shop.php +0 -0
  39. app/code/community/Lipscore/RatingsReviews/Model/System/Config/Backend/Apikey.php +0 -0
  40. app/code/community/Lipscore/RatingsReviews/Model/System/Config/Source/Locale.php +0 -0
  41. app/code/community/Lipscore/RatingsReviews/Model/System/Config/Source/Order/Status.php +0 -0
  42. app/code/community/Lipscore/RatingsReviews/Model/System/Config/Source/Order/Status/Abstract.php +0 -0
  43. app/code/community/Lipscore/RatingsReviews/Model/System/Config/Source/Order/Status/Reminder.php +0 -0
  44. app/code/community/Lipscore/RatingsReviews/Model/System/Config/Source/Order/Status/Reminders.php +0 -0
  45. app/code/community/Lipscore/RatingsReviews/Model/System/Config/Source/Pricerule.php +0 -0
  46. app/code/community/Lipscore/RatingsReviews/Model/System/Config/Source/Productattr/Brand.php +0 -0
  47. app/code/community/Lipscore/RatingsReviews/Model/System/Config/Source/Reminderperiod.php +0 -0
  48. app/code/community/Lipscore/RatingsReviews/Model/Tracker/Action.php +0 -0
  49. app/code/community/Lipscore/RatingsReviews/Model/Tracker/Installation.php +0 -0
  50. app/code/community/Lipscore/RatingsReviews/controllers/Purchases/RemindersController.php +0 -0
  51. app/code/community/Lipscore/RatingsReviews/data/lipscore_ratingsreviews_setup/data-install-1.2.21.0.php +0 -0
  52. app/code/community/Lipscore/RatingsReviews/etc/adminhtml.xml +0 -0
  53. app/code/community/Lipscore/RatingsReviews/etc/config.xml +1 -1
  54. app/code/community/Lipscore/RatingsReviews/etc/environments/production.xml +0 -0
  55. app/code/community/Lipscore/RatingsReviews/etc/system.xml +0 -0
  56. app/design/adminhtml/default/default/layout/lipscore_ratingsreviews.xml +0 -0
  57. app/design/frontend/base/default/layout/lipscore_ratingsreviews.xml +0 -0
  58. app/design/frontend/base/default/template/lipscore/init.phtml +0 -0
  59. app/design/frontend/base/default/template/lipscore/purchase/view.phtml +0 -0
  60. app/design/frontend/base/default/template/lipscore/rating/view.phtml +0 -0
  61. app/design/frontend/base/default/template/lipscore/reviews/tab_title.phtml +0 -0
  62. app/design/frontend/base/default/template/lipscore/reviews/view.phtml +0 -0
  63. app/design/frontend/base/default/template/lipscore/reviews/view_single.phtml +0 -0
  64. app/etc/modules/Lipscore_RatingsReviews.xml +0 -0
  65. package.xml +5 -5
  66. skin/adminhtml/default/default/js/lipscore.js +0 -0
  67. skin/adminhtml/default/default/lipscore.css +0 -0
  68. skin/frontend/base/default/css/lipscore.css +0 -0
  69. skin/frontend/base/default/js/lipscore.js +0 -0
app/code/community/Lipscore/RatingsReviews/Block/Catalog/Product/Reviews.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Block/Catalog/Product/View.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Block/Init.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Block/Purchase/Abstract.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Block/Purchase/Multishipping.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Block/Purchase/Onepage.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Block/Review/Helper.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Block/Review/Single.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Block/Review/Tabtitle.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Block/System/Config/Form/Coupons.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Block/System/Config/Form/Field/Abstract.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Block/System/Config/Form/Field/Apikey.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Block/System/Config/Form/Field/Emailstext.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Block/System/Config/Form/Field/Reminderperiod.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Block/System/Config/Form/Fieldset/Coupons.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Block/System/Config/Form/Fieldset/Dashboardlink.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Helper/Abstract.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Helper/Config.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Helper/Coupon.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Helper/Data.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Helper/Locale.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Helper/Module.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Helper/Price.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Helper/Product.php CHANGED
@@ -62,11 +62,12 @@ class Lipscore_RatingsReviews_Helper_Product extends Lipscore_RatingsReviews_Hel
62
  protected function getImageUrl(Mage_Catalog_Model_Product $product)
63
  {
64
  $url = '';
 
65
  try {
 
66
  $url = (string) Mage::helper('catalog/image')->init($product, 'image');
67
- } catch (Exception $e) {
68
- Mage::logException($e);
69
- }
70
  return $url;
71
  }
72
 
62
  protected function getImageUrl(Mage_Catalog_Model_Product $product)
63
  {
64
  $url = '';
65
+ $currentStoreId = Mage::app()->getStore()->getId();
66
  try {
67
+ Mage::app()->setCurrentStore($product->getStoreId());
68
  $url = (string) Mage::helper('catalog/image')->init($product, 'image');
69
+ } catch (Exception $e) {}
70
+ Mage::app()->setCurrentStore($currentStoreId);
 
71
  return $url;
72
  }
73
 
app/code/community/Lipscore/RatingsReviews/Helper/Purchase.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Helper/Reminder.php CHANGED
@@ -2,6 +2,11 @@
2
 
3
  class Lipscore_RatingsReviews_Helper_Reminder extends Lipscore_RatingsReviews_Helper_Abstract
4
  {
 
 
 
 
 
5
  protected $productHelper = null;
6
  protected $purchaseHelper = null;
7
  protected $couponHelper = null;
@@ -31,20 +36,49 @@ class Lipscore_RatingsReviews_Helper_Reminder extends Lipscore_RatingsReviews_He
31
  $orderItems = $order->getAllVisibleItems();
32
  $productIds = array();
33
  foreach ($orderItems as $item) {
34
- $productIds[] = $item->getProductId();
35
  }
36
 
37
  $products = Mage::getModel('catalog/product')->getCollection()
38
  ->addAttributeToFilter('entity_id', array('in' => $productIds))
39
- ->addAttributeToSelect(Mage::getSingleton('catalog/config')->getProductAttributes());
40
 
41
  $productsData = array();
42
  foreach ($products as $product) {
 
43
  $productsData[] = $this->_productData($product);
44
  }
45
 
46
  return $productsData;
47
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
 
49
  protected function _productData($product)
50
  {
2
 
3
  class Lipscore_RatingsReviews_Helper_Reminder extends Lipscore_RatingsReviews_Helper_Abstract
4
  {
5
+ protected static $complexProductTypes = array(
6
+ Mage_Catalog_Model_Product_Type::TYPE_CONFIGURABLE,
7
+ Mage_Catalog_Model_Product_Type::TYPE_BUNDLE
8
+ );
9
+
10
  protected $productHelper = null;
11
  protected $purchaseHelper = null;
12
  protected $couponHelper = null;
36
  $orderItems = $order->getAllVisibleItems();
37
  $productIds = array();
38
  foreach ($orderItems as $item) {
39
+ $productIds[] = $this->getProductIdFromOrderItem($item);
40
  }
41
 
42
  $products = Mage::getModel('catalog/product')->getCollection()
43
  ->addAttributeToFilter('entity_id', array('in' => $productIds))
44
+ ->addAttributeToSelect('*');
45
 
46
  $productsData = array();
47
  foreach ($products as $product) {
48
+ $product->setStoreId($order->getStoreId());
49
  $productsData[] = $this->_productData($product);
50
  }
51
 
52
  return $productsData;
53
  }
54
+
55
+ protected function getProductIdFromOrderItem($item)
56
+ {
57
+ $productId = $item->getProductId();
58
+ $product = Mage::getModel('catalog/product')->load($productId);
59
+
60
+ if (in_array($product->getTypeId(), static::$complexProductTypes)) {
61
+ return $productId;
62
+ }
63
+
64
+ $superProductConfig = $item->getBuyRequest()->getSuperProductConfig();
65
+ if (!empty($superProductConfig['product_id'])) {
66
+ return (int) $superProductConfig['product_id'];
67
+ }
68
+
69
+ $productEmulator = new Varien_Object();
70
+ foreach (static::$complexProductTypes as $key => $typeId) {
71
+ $productEmulator->setTypeId($typeId);
72
+ $productType = Mage::getSingleton('catalog/product_type')->factory($productEmulator);
73
+ $parentIds = $productType->getParentIdsByChild($productId);
74
+ if (!empty($parentIds[0])) {
75
+ $productId = $parentIds[0];
76
+ break;
77
+ }
78
+ }
79
+
80
+ return $productId;
81
+ }
82
 
83
  protected function _productData($product)
84
  {
app/code/community/Lipscore/RatingsReviews/Helper/Widget.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Logger.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/Api/Request.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/Config.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/Config/Env.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/Coupon/Generator.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/Observer/Abstract.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/Observer/Module.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/Observer/Order/Status.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/Observer/Output.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/Purchase/Reminder.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/Shop.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/System/Config/Backend/Apikey.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/System/Config/Source/Locale.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/System/Config/Source/Order/Status.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/System/Config/Source/Order/Status/Abstract.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/System/Config/Source/Order/Status/Reminder.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/System/Config/Source/Order/Status/Reminders.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/System/Config/Source/Pricerule.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/System/Config/Source/Productattr/Brand.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/System/Config/Source/Reminderperiod.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/Tracker/Action.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/Model/Tracker/Installation.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/controllers/Purchases/RemindersController.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/data/lipscore_ratingsreviews_setup/data-install-1.2.21.0.php CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/etc/adminhtml.xml CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/etc/config.xml CHANGED
@@ -11,7 +11,7 @@
11
  <config>
12
  <modules>
13
  <Lipscore_RatingsReviews>
14
- <version>1.3.2</version>
15
  </Lipscore_RatingsReviews>
16
  </modules>
17
 
11
  <config>
12
  <modules>
13
  <Lipscore_RatingsReviews>
14
+ <version>1.3.4</version>
15
  </Lipscore_RatingsReviews>
16
  </modules>
17
 
app/code/community/Lipscore/RatingsReviews/etc/environments/production.xml CHANGED
File without changes
app/code/community/Lipscore/RatingsReviews/etc/system.xml CHANGED
File without changes
app/design/adminhtml/default/default/layout/lipscore_ratingsreviews.xml CHANGED
File without changes
app/design/frontend/base/default/layout/lipscore_ratingsreviews.xml CHANGED
File without changes
app/design/frontend/base/default/template/lipscore/init.phtml CHANGED
File without changes
app/design/frontend/base/default/template/lipscore/purchase/view.phtml CHANGED
File without changes
app/design/frontend/base/default/template/lipscore/rating/view.phtml CHANGED
File without changes
app/design/frontend/base/default/template/lipscore/reviews/tab_title.phtml CHANGED
File without changes
app/design/frontend/base/default/template/lipscore/reviews/view.phtml CHANGED
File without changes
app/design/frontend/base/default/template/lipscore/reviews/view_single.phtml CHANGED
File without changes
app/etc/modules/Lipscore_RatingsReviews.xml CHANGED
File without changes
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>lipscore</name>
4
- <version>1.3.3</version>
5
  <stability>stable</stability>
6
  <license uri="https://lipscore.com/signup">Terms of use</license>
7
  <channel>community</channel>
@@ -11,11 +11,11 @@
11
  Lipscore has a range of great features that will&#xD;
12
  take all the hassle out of collecting product reviews, and help convert more&#xD;
13
  visitors in to profitable customers.</description>
14
- <notes>Fix of review emails sending</notes>
15
  <authors><author><name>Henning Frettem</name><user>Lipscore</user><email>henning@lipscore.com</email></author><author><name>Olga Ivanova</name><user>oivanova</user><email>o.ivanova@datacrafts.io</email></author></authors>
16
- <date>2016-03-10</date>
17
- <time>10:18:53</time>
18
- <contents><target name="magecommunity"><dir name="Lipscore"><dir name="RatingsReviews"><dir name="Block"><dir name="Catalog"><dir name="Product"><file name="Reviews.php" hash="e42b5b73a1b0f108818e4e8dad529d65"/><file name="View.php" hash="7f02a4d1fe64167be9885984fb31b7d3"/></dir></dir><file name="Init.php" hash="5c7469506b215d9dfa3ce8c074b50ab2"/><dir name="Purchase"><file name="Abstract.php" hash="4f9b41b1b84dc81b500656211b6ae38f"/><file name="Multishipping.php" hash="e9c866aed8a68dbc44ef2e050b12dc57"/><file name="Onepage.php" hash="b40ad6b638d20ee66229f4259050c497"/></dir><dir name="Review"><file name="Helper.php" hash="d9f5a39a6e432b5ea58f7b3ed08084e4"/><file name="Single.php" hash="1828a165516557d36820851da6a4fd6a"/><file name="Tabtitle.php" hash="20dfc5f3dc63c5b341c98ac1652b81d9"/></dir><dir name="System"><dir name="Config"><dir name="Form"><file name="Coupons.php" hash="75b2d3c48d10ef77c2a9e5b560767be0"/><dir name="Field"><file name="Abstract.php" hash="d3aacaca28c50d77b4766b35a98cb064"/><file name="Apikey.php" hash="69f23062e608e9a552cce33d0f67f9d2"/><file name="Emailstext.php" hash="0f850db8a26e3dfecc429b2ed0850052"/><file name="Reminderperiod.php" hash="835b2c844a319317b3edfb7b396a8850"/></dir><dir name="Fieldset"><file name="Coupons.php" hash="ea3b6a086bf35810492a89103c81c3c5"/><file name="Dashboardlink.php" hash="274be65d943d4645bb9b25c90cc6dab4"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Abstract.php" hash="4715d026440f1bb1cda70d56a69a2513"/><file name="Config.php" hash="5fc54781d2944ab4aeb941de3ddbb6b5"/><file name="Coupon.php" hash="154dde45de15233138e4bdfd447578a6"/><file name="Data.php" hash="d4a2ee7e1dbdd277e5a6eff4927fe4b2"/><file name="Locale.php" hash="1cfc0eb4dc3ede4aa07fbf1bba7ff104"/><file name="Module.php" hash="b15e3f74b7ce9f77780bc6db2e92efcc"/><file name="Price.php" hash="a18d38d97b10f2bf7ab4e1cd0a9e83a4"/><file name="Product.php" hash="143aae06c14564a008c1bada053f0da6"/><file name="Purchase.php" hash="1ca338f76113c292275067423c9329c9"/><file name="Reminder.php" hash="2fa0a5c45f750afd57f16f9ec84e1ae2"/><file name="Widget.php" hash="e084d21682603fc6bded14031c3ad81e"/></dir><file name="Logger.php" hash="c1d2ebc6b0b6d34537b4d76b7612a932"/><dir name="Model"><dir name="Api"><file name="Request.php" hash="b61017066275ec132bf94e1997896bde"/></dir><dir name="Config"><file name="Env.php" hash="6d541047b5f1366271d4ac92d4cd65b5"/></dir><file name="Config.php" hash="b5d0045d3e73f87fe2a7fab07ea8ec3e"/><dir name="Coupon"><file name="Generator.php" hash="935c307b401046d110c49b2eb09b7958"/></dir><dir name="Observer"><file name="Abstract.php" hash="9c6fc2d6cea03c9cea558933690a0b87"/><file name="Module.php" hash="4887fc64a1eab00776f4b8fa63b0d564"/><dir name="Order"><file name="Status.php" hash="7e6e19da5896c1ac912c1c65daa8382f"/></dir><file name="Output.php" hash="6d8c9cb651ac54ab23729f570807d6e8"/></dir><dir name="Purchase"><file name="Reminder.php" hash="144b14a5ae8befcd0e19b0422f592fc2"/></dir><file name="Shop.php" hash="b23d54688fc733ea672d427072a675af"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Apikey.php" hash="53385393e0e6c6320878f06929424581"/></dir><dir name="Source"><file name="Locale.php" hash="6cb71dca2b2e76a756fc794a136cc9c5"/><dir name="Order"><dir name="Status"><file name="Abstract.php" hash="cf141cb1baae94f3214af72196418773"/><file name="Reminder.php" hash="9a48a5d055ad5bff4d0bd2b9d0346b74"/><file name="Reminders.php" hash="7b3fc04193f846838a58d0148d9def23"/></dir><file name="Status.php" hash="e1ce90fd301814fda327bef93f77a8ae"/></dir><file name="Pricerule.php" hash="5204f6c341f8adc8a6b8c77888e40396"/><dir name="Productattr"><file name="Brand.php" hash="fc166f0faa7304b4bc861d50e7b9a8e7"/></dir><file name="Reminderperiod.php" hash="1c6a9df19b5507ab2d706af46c96f4d5"/></dir></dir></dir><dir name="Tracker"><file name="Action.php" hash="94a353059f272207491baa05dd7686f5"/><file name="Installation.php" hash="15a0823b0fd346fba58a313c711c4103"/></dir></dir><dir name="controllers"><dir name="Purchases"><file name="RemindersController.php" hash="01103c031a42daa6958e802e7d39bfb5"/></dir></dir><dir name="data"><dir name="lipscore_ratingsreviews_setup"><file name="data-install-1.2.21.0.php" hash="0ebbbd1f815ef325cee95311bc4023f8"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="c3a5ed358f97a2119bcaf3a6c1d6c026"/><file name="config.xml" hash="9acfea4df5aa74ac6add79ae2b92b3c8"/><dir name="environments"><file name="production.xml" hash="a519f9130a42c2bc04a30c23eeb3adaf"/></dir><file name="system.xml" hash="c3718cc8bc427e3d783469029822caa6"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="lipscore"><file name="init.phtml" hash="3de6b4043bfb937406e136f3644fa3d9"/><dir name="purchase"><file name="view.phtml" hash="ce87d7dcb5b36f67d19843b84a5198e7"/></dir><dir name="rating"><file name="view.phtml" hash="d678569a9626016f54502e8d35d0eea9"/></dir><dir name="reviews"><file name="tab_title.phtml" hash="716d399499e80fa1cb61dd83295be1f7"/><file name="view.phtml" hash="37b2a4de52536e0632bad412a80a21fc"/><file name="view_single.phtml" hash="3675bcf396c750b63e01dd56b576a676"/></dir></dir></dir><dir name="layout"><file name="lipscore_ratingsreviews.xml" hash="c41ae9b0c0add978cbec4b9ea07b293a"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="lipscore_ratingsreviews.xml" hash="3e6353dfc81756e37494941ef6eb8bee"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Lipscore_RatingsReviews.xml" hash="9422ff014d7fcbd68274ffd97182de1d"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="lipscore.css" hash="b119c59d0beef8984416f455ea1d3e6e"/></dir><dir name="js"><file name="lipscore.js" hash="0ac6084e3d815ef75855fe2c2ebcae06"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><file name="lipscore.css" hash="5893f0e5e380d7013db09248da0097b9"/><dir name="js"><file name="lipscore.js" hash="8bc4b8b7cd53695bb02fc90bb4055f57"/></dir></dir></dir></dir></target></contents>
19
  <compatible/>
20
  <dependencies><required><php><min>5.2.13</min><max>6.0.0</max></php></required></dependencies>
21
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>lipscore</name>
4
+ <version>1.3.4</version>
5
  <stability>stable</stability>
6
  <license uri="https://lipscore.com/signup">Terms of use</license>
7
  <channel>community</channel>
11
  Lipscore has a range of great features that will&#xD;
12
  take all the hassle out of collecting product reviews, and help convert more&#xD;
13
  visitors in to profitable customers.</description>
14
+ <notes>Fix product and image urls for configurations with multiple stores and domains.</notes>
15
  <authors><author><name>Henning Frettem</name><user>Lipscore</user><email>henning@lipscore.com</email></author><author><name>Olga Ivanova</name><user>oivanova</user><email>o.ivanova@datacrafts.io</email></author></authors>
16
+ <date>2016-03-30</date>
17
+ <time>12:38:47</time>
18
+ <contents><target name="magecommunity"><dir name="Lipscore"><dir name="RatingsReviews"><dir name="Block"><dir name="Catalog"><dir name="Product"><file name="Reviews.php" hash="e42b5b73a1b0f108818e4e8dad529d65"/><file name="View.php" hash="7f02a4d1fe64167be9885984fb31b7d3"/></dir></dir><file name="Init.php" hash="5c7469506b215d9dfa3ce8c074b50ab2"/><dir name="Purchase"><file name="Abstract.php" hash="4f9b41b1b84dc81b500656211b6ae38f"/><file name="Multishipping.php" hash="e9c866aed8a68dbc44ef2e050b12dc57"/><file name="Onepage.php" hash="b40ad6b638d20ee66229f4259050c497"/></dir><dir name="Review"><file name="Helper.php" hash="d9f5a39a6e432b5ea58f7b3ed08084e4"/><file name="Single.php" hash="1828a165516557d36820851da6a4fd6a"/><file name="Tabtitle.php" hash="20dfc5f3dc63c5b341c98ac1652b81d9"/></dir><dir name="System"><dir name="Config"><dir name="Form"><file name="Coupons.php" hash="75b2d3c48d10ef77c2a9e5b560767be0"/><dir name="Field"><file name="Abstract.php" hash="d3aacaca28c50d77b4766b35a98cb064"/><file name="Apikey.php" hash="69f23062e608e9a552cce33d0f67f9d2"/><file name="Emailstext.php" hash="0f850db8a26e3dfecc429b2ed0850052"/><file name="Reminderperiod.php" hash="835b2c844a319317b3edfb7b396a8850"/></dir><dir name="Fieldset"><file name="Coupons.php" hash="ea3b6a086bf35810492a89103c81c3c5"/><file name="Dashboardlink.php" hash="274be65d943d4645bb9b25c90cc6dab4"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Abstract.php" hash="4715d026440f1bb1cda70d56a69a2513"/><file name="Config.php" hash="5fc54781d2944ab4aeb941de3ddbb6b5"/><file name="Coupon.php" hash="154dde45de15233138e4bdfd447578a6"/><file name="Data.php" hash="d4a2ee7e1dbdd277e5a6eff4927fe4b2"/><file name="Locale.php" hash="1cfc0eb4dc3ede4aa07fbf1bba7ff104"/><file name="Module.php" hash="b15e3f74b7ce9f77780bc6db2e92efcc"/><file name="Price.php" hash="a18d38d97b10f2bf7ab4e1cd0a9e83a4"/><file name="Product.php" hash="d37b89ca7350b19b1a58c8cc7eab0372"/><file name="Purchase.php" hash="1ca338f76113c292275067423c9329c9"/><file name="Reminder.php" hash="41bd6bc56bdd2c12591423a9c52812b7"/><file name="Widget.php" hash="e084d21682603fc6bded14031c3ad81e"/></dir><file name="Logger.php" hash="c1d2ebc6b0b6d34537b4d76b7612a932"/><dir name="Model"><dir name="Api"><file name="Request.php" hash="b61017066275ec132bf94e1997896bde"/></dir><dir name="Config"><file name="Env.php" hash="6d541047b5f1366271d4ac92d4cd65b5"/></dir><file name="Config.php" hash="b5d0045d3e73f87fe2a7fab07ea8ec3e"/><dir name="Coupon"><file name="Generator.php" hash="935c307b401046d110c49b2eb09b7958"/></dir><dir name="Observer"><file name="Abstract.php" hash="9c6fc2d6cea03c9cea558933690a0b87"/><file name="Module.php" hash="4887fc64a1eab00776f4b8fa63b0d564"/><dir name="Order"><file name="Status.php" hash="7e6e19da5896c1ac912c1c65daa8382f"/></dir><file name="Output.php" hash="6d8c9cb651ac54ab23729f570807d6e8"/></dir><dir name="Purchase"><file name="Reminder.php" hash="144b14a5ae8befcd0e19b0422f592fc2"/></dir><file name="Shop.php" hash="b23d54688fc733ea672d427072a675af"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Apikey.php" hash="53385393e0e6c6320878f06929424581"/></dir><dir name="Source"><file name="Locale.php" hash="6cb71dca2b2e76a756fc794a136cc9c5"/><dir name="Order"><dir name="Status"><file name="Abstract.php" hash="cf141cb1baae94f3214af72196418773"/><file name="Reminder.php" hash="9a48a5d055ad5bff4d0bd2b9d0346b74"/><file name="Reminders.php" hash="7b3fc04193f846838a58d0148d9def23"/></dir><file name="Status.php" hash="e1ce90fd301814fda327bef93f77a8ae"/></dir><file name="Pricerule.php" hash="5204f6c341f8adc8a6b8c77888e40396"/><dir name="Productattr"><file name="Brand.php" hash="fc166f0faa7304b4bc861d50e7b9a8e7"/></dir><file name="Reminderperiod.php" hash="1c6a9df19b5507ab2d706af46c96f4d5"/></dir></dir></dir><dir name="Tracker"><file name="Action.php" hash="94a353059f272207491baa05dd7686f5"/><file name="Installation.php" hash="15a0823b0fd346fba58a313c711c4103"/></dir></dir><dir name="controllers"><dir name="Purchases"><file name="RemindersController.php" hash="01103c031a42daa6958e802e7d39bfb5"/></dir></dir><dir name="data"><dir name="lipscore_ratingsreviews_setup"><file name="data-install-1.2.21.0.php" hash="0ebbbd1f815ef325cee95311bc4023f8"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="c3a5ed358f97a2119bcaf3a6c1d6c026"/><file name="config.xml" hash="b2c41a2285c391fc96c455f1fe76696d"/><dir name="environments"><file name="production.xml" hash="a519f9130a42c2bc04a30c23eeb3adaf"/></dir><file name="system.xml" hash="c3718cc8bc427e3d783469029822caa6"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="lipscore"><file name="init.phtml" hash="3de6b4043bfb937406e136f3644fa3d9"/><dir name="purchase"><file name="view.phtml" hash="ce87d7dcb5b36f67d19843b84a5198e7"/></dir><dir name="rating"><file name="view.phtml" hash="d678569a9626016f54502e8d35d0eea9"/></dir><dir name="reviews"><file name="tab_title.phtml" hash="716d399499e80fa1cb61dd83295be1f7"/><file name="view.phtml" hash="37b2a4de52536e0632bad412a80a21fc"/><file name="view_single.phtml" hash="3675bcf396c750b63e01dd56b576a676"/></dir></dir></dir><dir name="layout"><file name="lipscore_ratingsreviews.xml" hash="c41ae9b0c0add978cbec4b9ea07b293a"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="lipscore_ratingsreviews.xml" hash="3e6353dfc81756e37494941ef6eb8bee"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Lipscore_RatingsReviews.xml" hash="9422ff014d7fcbd68274ffd97182de1d"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="lipscore.css" hash="b119c59d0beef8984416f455ea1d3e6e"/></dir><dir name="js"><file name="lipscore.js" hash="0ac6084e3d815ef75855fe2c2ebcae06"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><file name="lipscore.css" hash="5893f0e5e380d7013db09248da0097b9"/><dir name="js"><file name="lipscore.js" hash="8bc4b8b7cd53695bb02fc90bb4055f57"/></dir></dir></dir></dir></target></contents>
19
  <compatible/>
20
  <dependencies><required><php><min>5.2.13</min><max>6.0.0</max></php></required></dependencies>
21
  </package>
skin/adminhtml/default/default/js/lipscore.js CHANGED
File without changes
skin/adminhtml/default/default/lipscore.css CHANGED
File without changes
skin/frontend/base/default/css/lipscore.css CHANGED
File without changes
skin/frontend/base/default/js/lipscore.js CHANGED
File without changes