eKomi_integration - Version 1.1.2

Version Notes

- While putting product to eKomi order item iD was being used instead of the product ID

Download this release

Release Info

Developer Heinz Schrader
Extension eKomi_integration
Version 1.1.2
Comparing to
See all releases


Code changes from version 1.1.1 to 1.1.2

app/code/community/Ekomi/EkomiIntegration/Model/Observer.php CHANGED
@@ -84,12 +84,14 @@ class Ekomi_EkomiIntegration_Model_Observer
84
  $items = $order->getAllVisibleItems();
85
  foreach ($items as $item) {
86
  $product = $item ->getProduct();
87
- $products['product_info'][$item->getId()] = urlencode($item->getName());
88
  $product->setStoreId($storeId);
89
  $canonicalUrl = $product->getUrlModel()->getUrl($product, array('_ignore_category'=>true));
90
  $canonicalUrl = strstr($canonicalUrl, "?", true);
 
 
 
91
  $productOther = array(
92
- 'image_url' => utf8_decode(Mage::helper('catalog/image')->init($product, 'thumbnail')),
93
  'product_ids' => array(
94
  'gbase' => utf8_decode($product->getSku())
95
  ), // product IDs
84
  $items = $order->getAllVisibleItems();
85
  foreach ($items as $item) {
86
  $product = $item ->getProduct();
87
+ $products['product_info'][$product->getId()] = urlencode($item->getName());
88
  $product->setStoreId($storeId);
89
  $canonicalUrl = $product->getUrlModel()->getUrl($product, array('_ignore_category'=>true));
90
  $canonicalUrl = strstr($canonicalUrl, "?", true);
91
+ if($product->getThumbnail() != 'no_selection') {
92
+ $productOther['image_url'] = utf8_decode(Mage::helper('catalog/image')->init($product, 'thumbnail'));
93
+ }
94
  $productOther = array(
 
95
  'product_ids' => array(
96
  'gbase' => utf8_decode($product->getSku())
97
  ), // product IDs
package.xml CHANGED
@@ -1,19 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>eKomi_integration</name>
4
- <version>1.1.1</version>
5
  <stability>stable</stability>
6
  <license>AFL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>This plugin allows you to integrate your magento shop easily with eKomi system to collect verified reviews</summary>
10
  <description>eKomi Plugin for Magento allows you to integrate your Magento shop easily with eKomi system. This allows you to collect verified reviews, display eKomi seal on your website and get your seller ratings on Google. This helps you increase your website's click through rates, conversion rates and also, if you are running Google AdWord Campaigns, this helps in improving your Quality Score and hence your costs per click.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;eKomi Reviews and Ratings allows you to:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Collect order and/or product base Reviews&lt;/li&gt;&lt;li&gt;Supports Simple, Configurable, Grouped and Bundle products&lt;/li&gt;&lt;li&gt;Manage Reviews: our team of Customer Feedback Managers, reviews each and every review for any terms which are not allowed and also put all negative reviews in moderation.&lt;/li&gt;&lt;li&gt;Publish reviews on search engines: Google, Bing, Yahoo!&lt;/li&gt;&lt;li&gt;Easy Integration with eKomi.&lt;/li&gt;&lt;li&gt;Get Google Seller Ratings.&lt;/li&gt;&lt;li&gt;Increase Click through Rate by over 17%&lt;/li&gt;&lt;li&gt;Increase conversion Rate&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;eKomi is available in English, French, German, Spanish, Dutch, Italian, Russian and Polish&lt;br /&gt;If you have any questions regarding the plugin, please contact your eKomi Account Manager.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Please note&lt;/b&gt; that you will need an eKomi account to use the plugin. To create an eKomi account, go to &lt;a href="http://eKomi.com"&gt;eKomi.com&lt;/a&gt;.</description>
11
- <notes>- Multiple status can be selected to put order to eKomi &#xD;
12
- - product Sku will be used for gbase</notes>
13
  <authors><author><name>Heinz Schrader</name><user>hschrader</user><email>hschrader@ekomi-group.com</email></author></authors>
14
- <date>2016-04-21</date>
15
- <time>10:53:29</time>
16
- <contents><target name="magecommunity"><dir name="Ekomi"><dir name="EkomiIntegration"><dir name="Helper"><file name="Data.php" hash="8be49ce99c68f7f2b07cf1f14d78bc71"/></dir><dir name="Model"><file name="Observer.php" hash="9bfa00dc17e6b43ef2efd0c41f1ccabd"/><dir name="System"><dir name="Config"><dir name="Source"><dir name="Dropdown"><file name="Status.php" hash="890aab8d85bd23b7a46ab8b87758a018"/></dir></dir></dir></dir><file name="Validate.php" hash="3ef621788942bff9f80b36683696d936"/></dir><dir name="etc"><file name="adminhtml.xml" hash="2d3f2d8b63b0af22a11d5dee861fddfc"/><file name="config.xml" hash="975ee81758ce2f8864852a0c28964959"/><file name="system.xml" hash="df524190c11297dd287e6ff93737d44f"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ekomi_EkomiIntegration.xml" hash="e84d0589f7081183d0d3d1e1c66c059e"/></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.0.0</min><max>7.0.1</max></php></required></dependencies>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>eKomi_integration</name>
4
+ <version>1.1.2</version>
5
  <stability>stable</stability>
6
  <license>AFL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>This plugin allows you to integrate your magento shop easily with eKomi system to collect verified reviews</summary>
10
  <description>eKomi Plugin for Magento allows you to integrate your Magento shop easily with eKomi system. This allows you to collect verified reviews, display eKomi seal on your website and get your seller ratings on Google. This helps you increase your website's click through rates, conversion rates and also, if you are running Google AdWord Campaigns, this helps in improving your Quality Score and hence your costs per click.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;eKomi Reviews and Ratings allows you to:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Collect order and/or product base Reviews&lt;/li&gt;&lt;li&gt;Supports Simple, Configurable, Grouped and Bundle products&lt;/li&gt;&lt;li&gt;Manage Reviews: our team of Customer Feedback Managers, reviews each and every review for any terms which are not allowed and also put all negative reviews in moderation.&lt;/li&gt;&lt;li&gt;Publish reviews on search engines: Google, Bing, Yahoo!&lt;/li&gt;&lt;li&gt;Easy Integration with eKomi.&lt;/li&gt;&lt;li&gt;Get Google Seller Ratings.&lt;/li&gt;&lt;li&gt;Increase Click through Rate by over 17%&lt;/li&gt;&lt;li&gt;Increase conversion Rate&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;eKomi is available in English, French, German, Spanish, Dutch, Italian, Russian and Polish&lt;br /&gt;If you have any questions regarding the plugin, please contact your eKomi Account Manager.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Please note&lt;/b&gt; that you will need an eKomi account to use the plugin. To create an eKomi account, go to &lt;a href="http://eKomi.com"&gt;eKomi.com&lt;/a&gt;.</description>
11
+ <notes>- While putting product to eKomi order item iD was being used instead of the product ID</notes>
 
12
  <authors><author><name>Heinz Schrader</name><user>hschrader</user><email>hschrader@ekomi-group.com</email></author></authors>
13
+ <date>2016-05-03</date>
14
+ <time>11:38:45</time>
15
+ <contents><target name="magecommunity"><dir name="Ekomi"><dir name="EkomiIntegration"><dir name="Helper"><file name="Data.php" hash="8be49ce99c68f7f2b07cf1f14d78bc71"/></dir><dir name="Model"><file name="Observer.php" hash="70418cde69fa465d84071bb3fc6f37bb"/><dir name="System"><dir name="Config"><dir name="Source"><dir name="Dropdown"><file name="Status.php" hash="890aab8d85bd23b7a46ab8b87758a018"/></dir></dir></dir></dir><file name="Validate.php" hash="3ef621788942bff9f80b36683696d936"/></dir><dir name="etc"><file name="adminhtml.xml" hash="2d3f2d8b63b0af22a11d5dee861fddfc"/><file name="config.xml" hash="975ee81758ce2f8864852a0c28964959"/><file name="system.xml" hash="df524190c11297dd287e6ff93737d44f"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ekomi_EkomiIntegration.xml" hash="e84d0589f7081183d0d3d1e1c66c059e"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.0.0</min><max>7.0.1</max></php></required></dependencies>
18
  </package>