Magmodules_Trustpilot - Version 1.0.1

Version Notes

First stable release

Download this release

Release Info

Developer Magento Core Team
Extension Magmodules_Trustpilot
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/local/Magmodules/Trustpilot/Block/Adminhtml/Widget/Info/Info.php CHANGED
@@ -22,34 +22,34 @@
22
 
23
  class Magmodules_Trustpilot_Block_Adminhtml_Widget_Info_Info extends Mage_Adminhtml_Block_Abstract implements Varien_Data_Form_Element_Renderer_Interface {
24
 
25
- public function render(Varien_Data_Form_Element_Abstract $element) {
26
- $html = '<div style="background:url(\'http://www.magmodules.eu/_logo.png\') no-repeat scroll 15px center #EAF0EE;border:1px solid #CCCCCC;margin-bottom:10px;padding:10px 5px 5px 200px;">
27
  <h4>About Magmodules.eu</h4>
28
  <p>We are a Magento only E-commerce Agency located in the Netherlands.<br>
29
- <br />
30
- <table width="525" border="0">
31
  <tr>
32
- <td width="64%">View more extensions from us:</td>
33
- <td width="36%"><a href="http://www.magentocommerce.com/magento-connect/developer/Magmodules" target="_blank">Magento Connect</a></td>
34
  </tr>
35
- <tr>
36
- <td width="64%">Contact:</td>
37
- <td width="36%"><a href="mailto:info@magmodules.eu">info@magmodules.eu</a></td>
38
  </tr>
39
  <tr>
40
- <td width="64%">Visit our website:</td>
41
- <td width="36%"><a href="http://www.magmodules.eu" target="_blank">www.magmodules.eu</a></td>
42
  </tr>
43
  <tr>
44
  <td>&nbsp;</td>
45
  <td>&nbsp;</td>
46
  </tr>
47
  <tr>
48
- <td colspan="2"><b><a href="http://www.magmodules.eu/help/trustpilot/">Click Here To Go The Configuration Manual</a></b></td>
 
49
  </tr>
50
  </table>
51
- </div>';
52
- return $html;
53
- }
54
 
55
  }
22
 
23
  class Magmodules_Trustpilot_Block_Adminhtml_Widget_Info_Info extends Mage_Adminhtml_Block_Abstract implements Varien_Data_Form_Element_Renderer_Interface {
24
 
25
+ public function render(Varien_Data_Form_Element_Abstract $element) {
26
+ $html = '<div style="background:url(\'http://www.magmodules.eu/_logo.png\') no-repeat scroll 15px center #EAF0EE;border:1px solid #CCCCCC;margin-bottom:10px;padding:10px 5px 5px 200px;">
27
  <h4>About Magmodules.eu</h4>
28
  <p>We are a Magento only E-commerce Agency located in the Netherlands.<br>
29
+ <br />
30
+ <table width="500px" border="0">
31
  <tr>
32
+ <td width="58%">View more extensions from us:</td>
33
+ <td width="42%"><a href="http://www.magentocommerce.com/magento-connect/developer/Magmodules" target="_blank">Magento Connect</a></td>
34
  </tr>
35
+ <td>Send us an E-mail:
36
+ <td><a href="mailto:info@magmodules.eu">info@magmodules.eu</a></td>
 
37
  </tr>
38
  <tr>
39
+ <td height="30">Visit our website:</td>
40
+ <td><a href="http://www.magmodules.eu" target="_blank">www.magmodules.eu</a></td>
41
  </tr>
42
  <tr>
43
  <td>&nbsp;</td>
44
  <td>&nbsp;</td>
45
  </tr>
46
  <tr>
47
+ <td height="30"><strong>Need help?</strong></td>
48
+ <td><strong><a href="http://www.magmodules.eu/help/trustpilot" target="_blank">Online manual</a></strong></td>
49
  </tr>
50
  </table>
51
+ </div>';
52
+ return $html;
53
+ }
54
 
55
  }
app/code/local/Magmodules/Trustpilot/Model/Api.php CHANGED
@@ -32,7 +32,7 @@ class Magmodules_Trustpilot_Model_Api extends Mage_Core_Model_Abstract {
32
  }
33
 
34
  public function getFeed($storeid, $type = '') {
35
- $api_id = Mage::getStoreConfig('trustpilot/general/api_id', $storeid);
36
  $api_url = 'https://s.trustpilot.com/tpelements/' . $api_id . '/f.json';
37
 
38
  if($api_id) {
32
  }
33
 
34
  public function getFeed($storeid, $type = '') {
35
+ $api_id = trim(Mage::getStoreConfig('trustpilot/general/api_id', $storeid));
36
  $api_url = 'https://s.trustpilot.com/tpelements/' . $api_id . '/f.json';
37
 
38
  if($api_id) {
app/code/local/Magmodules/Trustpilot/etc/config.xml CHANGED
@@ -24,7 +24,7 @@
24
  <config>
25
  <modules>
26
  <Magmodules_Trustpilot>
27
- <version>1.0.0</version>
28
  </Magmodules_Trustpilot>
29
  </modules>
30
  <global>
24
  <config>
25
  <modules>
26
  <Magmodules_Trustpilot>
27
+ <version>1.0.1</version>
28
  </Magmodules_Trustpilot>
29
  </modules>
30
  <global>
app/code/local/Magmodules/Trustpilot/etc/system.xml CHANGED
@@ -98,7 +98,7 @@
98
  <show_in_default>1</show_in_default>
99
  <show_in_website>0</show_in_website>
100
  <show_in_store>1</show_in_store>
101
- <comment>You ID can be found on http://b2b.trustpilot.com/Modules/Plugins. Goto Integrations -> JSON Feed. The Trustpilot ID is the number within the feed url, e.g. http://s.trustpilot.com/tpelements/917278/f.json.gz would give ID: 917278</comment>
102
  </api_id>
103
  <company translate="label">
104
  <label>Company Url</label>
@@ -134,7 +134,8 @@
134
  <sort_order>1</sort_order>
135
  <show_in_default>1</show_in_default>
136
  <show_in_website>1</show_in_website>
137
- <show_in_store>1</show_in_store>
 
138
  </cron>
139
  <cron_stats translate="label">
140
  <label>Update Summary</label>
@@ -144,7 +145,8 @@
144
  <show_in_default>1</show_in_default>
145
  <show_in_website>1</show_in_website>
146
  <show_in_store>1</show_in_store>
147
- <depends><cron>1</cron></depends>
 
148
  </cron_stats>
149
  <cron_reviews translate="label">
150
  <label>Update Reviews</label>
@@ -154,7 +156,8 @@
154
  <show_in_default>1</show_in_default>
155
  <show_in_website>1</show_in_website>
156
  <show_in_store>1</show_in_store>
157
- <depends><cron>1</cron></depends>
 
158
  </cron_reviews>
159
  <lastrun translate="label">
160
  <label>Last Update</label>
98
  <show_in_default>1</show_in_default>
99
  <show_in_website>0</show_in_website>
100
  <show_in_store>1</show_in_store>
101
+ <comment>Your Trustpilot ID can be found on http://b2b.trustpilot.com/Modules/Plugins. Go to Integrations -> JSON Feed. The Trustpilot ID is the number within the feed url, e.g. http://s.trustpilot.com/tpelements/917278/f.json.gz would give ID: 917278</comment>
102
  </api_id>
103
  <company translate="label">
104
  <label>Company Url</label>
134
  <sort_order>1</sort_order>
135
  <show_in_default>1</show_in_default>
136
  <show_in_website>1</show_in_website>
137
+ <show_in_store>1</show_in_store>
138
+ <tooltip>Use the Magento Cronjob to use the automatically import. A cronjob is a daemon which keeps running and gets activated at a said interval (time period). Please make sure your default Magento Cron is working. If not, contact your hosting company for help.</tooltip>
139
  </cron>
140
  <cron_stats translate="label">
141
  <label>Update Summary</label>
145
  <show_in_default>1</show_in_default>
146
  <show_in_website>1</show_in_website>
147
  <show_in_store>1</show_in_store>
148
+ <depends><cron>1</cron></depends>
149
+ <tooltip>Select the schedule for automatic updating</tooltip>
150
  </cron_stats>
151
  <cron_reviews translate="label">
152
  <label>Update Reviews</label>
156
  <show_in_default>1</show_in_default>
157
  <show_in_website>1</show_in_website>
158
  <show_in_store>1</show_in_store>
159
+ <depends><cron>1</cron></depends>
160
+ <tooltip>Select the schedule for automatic updating</tooltip>
161
  </cron_reviews>
162
  <lastrun translate="label">
163
  <label>Last Update</label>
app/design/frontend/base/default/template/magmodules/trustpilot/index.phtml CHANGED
@@ -25,19 +25,10 @@
25
  $reviews = $this->getReviews();
26
  $stats = $this->getStats();
27
  ?>
28
- <div class="trustpilot">
29
 
30
  <div class="page-title">
31
- <h1><?php echo $this->__('Trustpilot'); ?></h1>
32
- <?php if(Mage::getStoreConfig('trustpilot/general/url')): ?>
33
- <button class="button" onclick="setLocation('<?php echo Mage::getStoreConfig('trustpilot/general/url'); ?>')">
34
- <span>
35
- <span>
36
- <?php echo $this->__('Write review');?>
37
- </span>
38
- </span>
39
- </button>
40
- <?php endif; ?>
41
  </div>
42
 
43
  <?php if($reviews->getSize()): ?>
@@ -50,18 +41,18 @@
50
  <?php $i=0; foreach($reviews as $review): ?>
51
  <div class="review-list">
52
  <div class="review-header">
53
- <h3><?php echo $review->getTitle(); ?></h3>
54
- <?php if($review->getScore()): ?>
55
- <ul class="overall">
56
- <li>
57
- <img src="<?php echo $review->getStarsUrlSmall(); ?>" alt="review stars" class="trustpilot-review-stars"/>
58
- </li>
59
- </ul>
60
- <?php endif; ?>
61
  </div>
 
 
62
  <ul class="experience">
63
  <li>
64
  <p>
 
 
 
 
 
65
  <?php if($review->getContent()): ?>
66
  <?php echo nl2br($review->getContent()); ?>
67
  <?php else: ?>
25
  $reviews = $this->getReviews();
26
  $stats = $this->getStats();
27
  ?>
28
+ <div class="trustpilot" style="width: 98%;">
29
 
30
  <div class="page-title">
31
+ <h1><?php echo $this->__('Beoordelingen van ons op Trustpilot'); ?></h1>
 
 
 
 
 
 
 
 
 
32
  </div>
33
 
34
  <?php if($reviews->getSize()): ?>
41
  <?php $i=0; foreach($reviews as $review): ?>
42
  <div class="review-list">
43
  <div class="review-header">
44
+ <h3><?php echo $review->getTitle(); ?></h3>
 
 
 
 
 
 
 
45
  </div>
46
+
47
+
48
  <ul class="experience">
49
  <li>
50
  <p>
51
+ <?php if($review->getScore()): ?>
52
+ <img src="<?php echo $review->getStarsUrlMedium(); ?>" alt="review stars" />
53
+ <br/>
54
+ <?php endif; ?>
55
+
56
  <?php if($review->getContent()): ?>
57
  <?php echo nl2br($review->getContent()); ?>
58
  <?php else: ?>
app/design/frontend/base/default/template/magmodules/trustpilot/sidebar/left.phtml CHANGED
@@ -29,7 +29,7 @@
29
  <header>
30
  <?php if($this->getSnippetsEnabled('left')): ?>
31
  <div itemscope itemtype="http://schema.org/LocalBusiness">
32
- <h1><?php echo $total->getHuman(); ?></h1>
33
  <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
34
  <img src="<?php echo $total->getStarsUrl(); ?>" alt="stars"/>
35
  <p><strong><span itemprop="ratingValue"><?php echo $total->getStarsQty(); ?></span> / <span itemprop="bestRating">10.00</span></strong></p>
29
  <header>
30
  <?php if($this->getSnippetsEnabled('left')): ?>
31
  <div itemscope itemtype="http://schema.org/LocalBusiness">
32
+ <h6><?php echo $total->getHuman(); ?></h6>
33
  <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
34
  <img src="<?php echo $total->getStarsUrl(); ?>" alt="stars"/>
35
  <p><strong><span itemprop="ratingValue"><?php echo $total->getStarsQty(); ?></span> / <span itemprop="bestRating">10.00</span></strong></p>
app/design/frontend/base/default/template/magmodules/trustpilot/sidebar/right.phtml CHANGED
@@ -29,7 +29,7 @@
29
  <header>
30
  <?php if($this->getSnippetsEnabled('right')): ?>
31
  <div itemscope itemtype="http://schema.org/LocalBusiness">
32
- <h1><?php echo $total->getHuman(); ?></h1>
33
  <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
34
  <img src="<?php echo $total->getStarsUrl(); ?>" alt="stars"/>
35
  <p><strong><span itemprop="ratingValue"><?php echo $total->getStarsQty(); ?></span> / <span itemprop="bestRating">10.00</span></strong></p>
29
  <header>
30
  <?php if($this->getSnippetsEnabled('right')): ?>
31
  <div itemscope itemtype="http://schema.org/LocalBusiness">
32
+ <h6><?php echo $total->getHuman(); ?></h6>
33
  <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
34
  <img src="<?php echo $total->getStarsUrl(); ?>" alt="stars"/>
35
  <p><strong><span itemprop="ratingValue"><?php echo $total->getStarsQty(); ?></span> / <span itemprop="bestRating">10.00</span></strong></p>
app/design/frontend/base/default/template/magmodules/trustpilot/widget/richsnippets.phtml CHANGED
@@ -21,14 +21,21 @@
21
  */
22
  ?>
23
  <?php if(($this->getSnippetsEnabled()) && ($snippets = $this->getSnippets())) { ?>
24
- <div class="trustpilot-snippets">
25
- <?php echo $this->getHtmlStars($snippets->getPercentage()); ?>
26
- <div itemscope="itemscope" itemtype="http://schema.org/Product">
27
- <meta itemprop="name" content="<?php echo $snippets->getCompany(); ?>">
28
- <div itemprop="aggregateRating" itemscope="itemscope" itemtype="http://schema.org/AggregateRating">
29
- <meta itemprop="bestRating" content="100">
30
- <p><?php echo Mage::helper('trustpilot')->__('Rating %s based on %s customer reviews', '<span itemprop="ratingValue">' . $snippets->getPercentage() . '</span>%', '<span itemprop="ratingCount">' . $snippets->getVotes() . '</span>') ?> <?php echo $this->getExternalLink(); ?> </p>
 
 
31
  </div>
32
- </div>
33
- </div>
 
 
 
 
 
34
  <?php } ?>
21
  */
22
  ?>
23
  <?php if(($this->getSnippetsEnabled()) && ($snippets = $this->getSnippets())) { ?>
24
+ <?php if(Mage::getBlockSingleton('page/html_header')->getIsHomePage()) { ?>
25
+ <div class="trustpilot-snippets">
26
+ <?php echo $this->getHtmlStars($snippets->getPercentage()); ?>
27
+ <div itemscope="itemscope" itemtype="http://schema.org/Product">
28
+ <meta itemprop="name" content="<?php echo $snippets->getCompany(); ?>">
29
+ <div itemprop="aggregateRating" itemscope="itemscope" itemtype="http://schema.org/AggregateRating">
30
+ <meta itemprop="bestRating" content="100">
31
+ <p><?php echo Mage::helper('trustpilot')->__('Rating %s based on %s customer reviews', '<span itemprop="ratingValue">' . $snippets->getPercentage() . '</span>%', '<span itemprop="reviewCount">' . $snippets->getVotes() . '</span>') ?> <?php echo $this->getExternalLink(); ?> </p>
32
+ </div>
33
  </div>
34
+ </div>
35
+ <?php } else { ?>
36
+ <div class="trustpilot-snippets">
37
+ <?php echo $this->getHtmlStars($snippets->getPercentage()); ?>
38
+ <p><?php echo Mage::helper('trustpilot')->__('Rating %s based on %s customer reviews', '<span>' . $snippets->getPercentage() . '</span>%', '<span>' . $snippets->getVotes() . '</span>') ?> <?php echo $this->getExternalLink(); ?> </p>
39
+ </div>
40
+ <?php } ?>
41
  <?php } ?>
app/locale/en_US/Magmodules_Trustpilot.csv CHANGED
@@ -1,12 +1,15 @@
 
1
  "(more)","(more)"
2
  "%s review(s) updated","%s review(s) updated"
3
  "%s customers have written a review on Trustpilot","%s customers have written a review on Trustpilot"
4
  "Activate,"Activate"
 
5
  "Add Rich Snippets","Add Rich Snippets"
6
  "Add to Sidebar","Add to Sidebar"
7
  "Add to Sidebar Homepage","Add to Sidebar Homepage"
8
  "Aftersales","Aftersales"
9
  "API CREDENTIALS","API CREDENTIALS"
 
10
  "Are you sure you want to cleanup logfiles?","Are you sure you want to cleanup logfiles?"
11
  "Are you sure you want to delete all reviews?","Are you sure you want to delete all reviews?"
12
  "Auto Cleaning","Auto Cleaning"
@@ -15,7 +18,11 @@
15
  "Change only if necessary","Change only if necessary"
16
  "Character length of Reviews","Character length of Reviews"
17
  "Connector Code","Connector Code"
18
- "Company","Company"
 
 
 
 
19
  "Clean after Days","Clean After Days"
20
  "Cleanup Log","Cleanup Log"
21
  "Client rating ","Client rating "
@@ -29,6 +36,10 @@
29
  "Every 15 minutes","Every 15 minutes"
30
  "Every Hour","Every Hour"
31
  "Every other Hour","Every other Hour"
 
 
 
 
32
  "Twice a Day","Twice a Day"
33
  "Once a Day","Once a Day"
34
  "Once a Week","Once a Week"
@@ -52,10 +63,15 @@
52
  "Last Update","Last Update"
53
  "Latest reviews","Latest reviews"
54
  "Latest Reviews Visibility","Latest Reviews Visibility"
 
55
  "Left Sidebar","Left Sidebar"
56
  "Link","Link"
57
  "Link to","Link to"
58
  "Logs can be activated in order to detect errors.<br/> This feature is particularly for developers.<br/><br/>","Logs can be activated in order to detect errors.<br/> This feature is particularly for developers.<br/><br/>"
 
 
 
 
59
  "Manage Reviews","Manage Reviews"
60
  "Manage Log","Manage Logs"
61
  "Maximum Delay","Maximum Delay"
@@ -65,6 +81,8 @@
65
  "Meta Title","Meta Title"
66
  "Number of days to complete order may last, if it takes longer then no invitation will be sent. Read more about this feature on Trustpilot.nl.","Number of days to complete order may last, if it takes longer then no invitation will be sent. Read more about this feature on Trustpilot.nl."
67
  "Number of Reviews","Number of Reviews"
 
 
68
  "Order completed with status","Order is Completed with status"
69
  "Pagination","Pagination"
70
  "Pagination is the process of dividing (content) into discrete pages","Pagination is the process of dividing (content) into discrete pages"
@@ -108,7 +126,11 @@
108
  "Update Review History","Update Review History"
109
  "Update Reviews","Update Reviews"
110
  "Update Summary","Update Summary"
 
111
  "URL","URL"
112
  "Use Cronjob","Use Cronjob"
113
  "View all reviews","View all reviews"
 
 
 
114
  "You can only activate the Rich Snippets when this block is shown on your Homepage only","You can only activate the Rich Snippets when this block is shown on your Homepage only"
1
+
2
  "(more)","(more)"
3
  "%s review(s) updated","%s review(s) updated"
4
  "%s customers have written a review on Trustpilot","%s customers have written a review on Trustpilot"
5
  "Activate,"Activate"
6
+ "Active","Active"
7
  "Add Rich Snippets","Add Rich Snippets"
8
  "Add to Sidebar","Add to Sidebar"
9
  "Add to Sidebar Homepage","Add to Sidebar Homepage"
10
  "Aftersales","Aftersales"
11
  "API CREDENTIALS","API CREDENTIALS"
12
+ "Api URL","Api URL"
13
  "Are you sure you want to cleanup logfiles?","Are you sure you want to cleanup logfiles?"
14
  "Are you sure you want to delete all reviews?","Are you sure you want to delete all reviews?"
15
  "Auto Cleaning","Auto Cleaning"
18
  "Change only if necessary","Change only if necessary"
19
  "Character length of Reviews","Character length of Reviews"
20
  "Connector Code","Connector Code"
21
+ "Company Url","Bedrijfs Url"
22
+ "Cron","Cron"
23
+ "Date","Date"
24
+ "Delete","Delete"
25
+ "Description","Description"
26
  "Clean after Days","Clean After Days"
27
  "Cleanup Log","Cleanup Log"
28
  "Client rating ","Client rating "
36
  "Every 15 minutes","Every 15 minutes"
37
  "Every Hour","Every Hour"
38
  "Every other Hour","Every other Hour"
39
+ "External (Trustpilot.nl)","External (Trustpilot.nl)"
40
+ "General configuration","General configuration"
41
+ "Internal (/trustpilot)","Internal (/trustpilot)"
42
+ "Invitation","Invitation"
43
  "Twice a Day","Twice a Day"
44
  "Once a Day","Once a Day"
45
  "Once a Week","Once a Week"
63
  "Last Update","Last Update"
64
  "Latest reviews","Latest reviews"
65
  "Latest Reviews Visibility","Latest Reviews Visibility"
66
+ "Left","Left"
67
  "Left Sidebar","Left Sidebar"
68
  "Link","Link"
69
  "Link to","Link to"
70
  "Logs can be activated in order to detect errors.<br/> This feature is particularly for developers.<br/><br/>","Logs can be activated in order to detect errors.<br/> This feature is particularly for developers.<br/><br/>"
71
+ "Locale","Locale"
72
+ "Magento Style","Magento Style"
73
+ "Magmodules","Magmodules"
74
+ "Manual","Manual"
75
  "Manage Reviews","Manage Reviews"
76
  "Manage Log","Manage Logs"
77
  "Maximum Delay","Maximum Delay"
81
  "Meta Title","Meta Title"
82
  "Number of days to complete order may last, if it takes longer then no invitation will be sent. Read more about this feature on Trustpilot.nl.","Number of days to complete order may last, if it takes longer then no invitation will be sent. Read more about this feature on Trustpilot.nl."
83
  "Number of Reviews","Number of Reviews"
84
+ "No","No"
85
+ "None","None"
86
  "Order completed with status","Order is Completed with status"
87
  "Pagination","Pagination"
88
  "Pagination is the process of dividing (content) into discrete pages","Pagination is the process of dividing (content) into discrete pages"
126
  "Update Review History","Update Review History"
127
  "Update Reviews","Update Reviews"
128
  "Update Summary","Update Summary"
129
+ "Use the Magento Cronjob to use the automatically import. A cronjob is a daemon which keeps running and gets activated at a said interval (time period). Please make sure your default Magento Cron is working. If not, contact your hosting company for help.","Use the Magento Cronjob to use the automatically import. A cronjob is a daemon which keeps running and gets activated at a said interval (time period). Please make sure your default Magento Cron is working. If not, contact your hosting company for help."
130
  "URL","URL"
131
  "Use Cronjob","Use Cronjob"
132
  "View all reviews","View all reviews"
133
+ "Webwinkel ID %s:","Webwinkel ID %s:"
134
+ "Webwinkel ID %s: no updates found, feed is empty or not foud!","Webwinkel ID %s: no updates found, feed is empty or not foud!"
135
+ "Your Trustpilot ID can be found on http://b2b.trustpilot.com/Modules/Plugins. Go to Integrations -> JSON Feed. The Trustpilot ID is the number within the feed url, e.g. http://s.trustpilot.com/tpelements/917278/f.json.gz would give ID: 917278","Your Trustpilot ID can be found on http://b2b.trustpilot.com/Modules/Plugins. Go to Integrations -> JSON Feed. The Trustpilot ID is the number within the feed url, e.g. http://s.trustpilot.com/tpelements/917278/f.json.gz would give ID: 917278"
136
  "You can only activate the Rich Snippets when this block is shown on your Homepage only","You can only activate the Rich Snippets when this block is shown on your Homepage only"
app/locale/nl_NL/Magmodules_Trustpilot.csv CHANGED
@@ -2,20 +2,26 @@
2
  "%s review(s) updated","%s review(s) updated"
3
  "%s customers have written a review on Trustpilot","%s klanten hebben een beoordeling geschreven op Trustpilot"
4
  "Activate,"Activeer"
 
5
  "Add Rich Snippets","Voeg Rich Snippets toe"
6
  "Add to Sidebar","Voeg toe aan sidebar"
7
  "Add to Sidebar Homepage","Voeg toe aan homepage sidebar"
8
  "Aftersales","Aftersales"
9
  "API CREDENTIALS","API Gegevens"
 
10
  "Are you sure you want to cleanup logfiles?","Alle logfiles opschonen?"
11
  "Are you sure you want to delete all reviews?","Alle beoordelingen verwijderen?"
12
  "Auto Cleaning","Automatisch opschonen"
13
  "Based on %s reviews","Gebaseerd op %s beoordelingen"
14
  "Can be obtained from the Trustpilot Dashboard","Deze wordt weergegeven in uw dashboard in uw Trustpilot account"
15
  "Change only if necessary","Verander alleen indien noodzakelijk"
16
- "Character length of Reviews","Character length of Reviews"
17
  "Connector Code","Connector code"
18
- "Company","Bedrijf"
 
 
 
 
19
  "Clean after Days","Schoon op na aantal dagen"
20
  "Cleanup Log","Log opschonen"
21
  "Client rating ","Klantbeoordeling "
@@ -29,17 +35,21 @@
29
  "Every 15 minutes","Elke 15 minuten"
30
  "Every Hour","Elk uur"
31
  "Every other Hour","Om het uur"
 
 
 
 
32
  "Twice a Day","2 keer per dag"
33
  "Once a Day","1 keer per dag"
34
  "Once a Week","1 keer per week"
35
- "Trustpilot Config","Trustpilot Instellingen"
36
- "Trustpilot Custom Blocks","Trustpilot Blokken"
37
- "Trustpilot Import Reviews","Trustpilot Beoordelingen Importeren"
38
- "Trustpilot Log","Trustpilot Log"
39
- "Trustpilot Log Settings","Trustpilot Log Instellingen"
40
- "Trustpilot Overview Page","Trustpilot Overzicht Page"
41
- "Trustpilot Reviews","Trustpilot Reviews"
42
- "Trustpilot Reviews Sidebar","Trustpilot Beoordelingen Sidebar"
43
  "Trustpilot Rich Snippets","Trustpilot Rich Snippets"
44
  "Friendlyness","Gebruiksvriendelijkheid"
45
  "General Configuration","Algemene instellingen"
@@ -52,6 +62,7 @@
52
  "Last Update","Laatste update"
53
  "Latest Reviews Visibility","Laatste beoordelingen zichtbaarheid"
54
  "Latest reviews","Laatste beoordelingen"
 
55
  "Left Sidebar","Linker Sidebar"
56
  "Link","Link"
57
  "Link to","Link naar"
@@ -59,12 +70,18 @@
59
  "Manage Reviews","Beheer Beoordelingen "
60
  "Manage Log","Beheer Logfiles"
61
  "Maximum Delay","Maximum vertraging"
 
 
 
 
62
  "Meta Data","Meta data"
63
  "Meta Description","Meta omschrijving"
64
  "Meta Keywords","Meta zoekwoorden"
65
  "Meta Title","Meta titel"
66
  "Number of days to complete order may last, if it takes longer then no invitation will be sent. Read more about this feature on Trustpilot.nl.","Het maximaal aantal dagen tot een order compleet is, als het langer duurt zal er dus geen uitnodiging worden verstuurd. Lees meer hiervoer op Trustpilot.nl."
67
- "Number of Reviews","Aantal beoordelingen"
 
 
68
  "Order completed with status","Order is compleet met status"
69
  "Pagination","Pagina's scheiden"
70
  "Pagination is the process of dividing (content) into discrete pages","Dit verdeelt een lange pagina in meerder pagina's "
@@ -92,9 +109,7 @@
92
  "Sidebar Position","Sidebar Positie"
93
  "Specify at which status you want to send the invitation. Default is ""Completed""","Specificeer de status waarnaar de uitnodiging verstuurd kan worden, standaard is dit ""Completed""."
94
  "Succefully deleted all %s saved review(s).","Alle %s opgeslagen beoordelingen zijn verwijdert."
95
- "The Feedback Company","De Feedback Company"
96
  "<p>The extension comes with two coded blocks.<br>With this blocks you can add your store rating in a Static block or CMS page.</p><p><br><strong>The Rich Snippets Block.<br></strong>Show your Store-rating with this block and generate results in the Google Search Engine Results better known as Rich Snippets.<br>Paste the code below at the desired location using a Static Block or a CMS page.</p><p>Code: {{block type=""trustpilot/snippets"" name=""trustpilotsnippets""}}</p><p><br><strong>Custom Block.</strong><br>With this block you can create custom block for footer of header, you can paste the code below at the desired location using a Static Block or a CMS page.<br>To edit this block you need to edit the .phtml file located in the following path: app/design/frontend/base/default/template/magmodules/trustpilot/widget/custom.phtml</p><p>Code: {{block type=""trustpilot/custom"" name=""trustpilot""}}</p>","<p>Deze extensie komt met 2 verschillende blokken<br>With this blocks you can add your store rating in a Static block or CMS page.</p><p><br><strong>Het Rich Snippets blok.</strong><br></strong>Toon de webwinkel-waardering met in blok en genereer hiermee de zogenaamde Rich Snippets waarbij de winkelbeoordelingen worden getoond in de Zoekmachine resultaten van bijvoorbeeld Google. Plaat de onderstaande code op de gewenste plaats in een statische blok of een CMS-pagina.</p> <p><strong>De code: </strong>{{block type=""trustpilot/snippets"" name=""trustpilotsnippets""}}</p><p><br><strong>Custom blok.</strong><br>Met dit custom blok is het mogelijk om eenvoudig een eigen blok creëren met daarin verschillende waardes als het aantal klanbeoordelingen, bedrijfsnaam en gemiddelde rating. Plaats de onderstaande code op de gewenste plek in een statisch blok of een CMS-pagina. Om dit blok naar wens te bewerken en eventueel aan te vullen met de geweneste informatie is het mogelijk om het .phtml bestand aan te passen. Deze is te vinden via de volgende path: app/design/frontend/base/default/template/magmodules/webwinkelconnect/widget/custom.phtml </p><p><strong>De code:</strong> {{block type=""trustpilot/custom"" name=""trustpilot""}}</p>"
97
- "The Feedback Company ID","De Feedback winkel ID"
98
  "The position of the sidebar","De positie van de sidebar"
99
  "This will ensure that the customer receives the invitation shortly after receiving the product and not before. This increases the opportunity that the client will share his experience.","Creëer een vertraging om er zeker van te zijn dat de klant het product heeft ontvangen en/of heeft gebruikt, op deze manier is de kans groter dat de klant daadwerkelijk de bevindingen gaat delen."
100
  "To display the latest reviews in your store, you must import the reviews. This can be done automatically or manually.","Om de beoordelingen te tonen dien je deze eerst te importeren, dit kan handmatig en automatisch."
@@ -109,5 +124,9 @@
109
  "Update Summary","Update samenvatting"
110
  "URL","URL"
111
  "Use Cronjob","Gebruik cronjob"
 
112
  "View all reviews","Bekijk alle beoordelingen"
 
 
 
113
  "You can only activate the Rich Snippets when this block is shown on your Homepage only","De Rich Snippets kunnen alleen geactiveerd worden wanneer het homepage blok is toegevoegd, de code staat onderaan deze pagina."
2
  "%s review(s) updated","%s review(s) updated"
3
  "%s customers have written a review on Trustpilot","%s klanten hebben een beoordeling geschreven op Trustpilot"
4
  "Activate,"Activeer"
5
+ "Active,"Actief"
6
  "Add Rich Snippets","Voeg Rich Snippets toe"
7
  "Add to Sidebar","Voeg toe aan sidebar"
8
  "Add to Sidebar Homepage","Voeg toe aan homepage sidebar"
9
  "Aftersales","Aftersales"
10
  "API CREDENTIALS","API Gegevens"
11
+ "Api URL","Api URL"
12
  "Are you sure you want to cleanup logfiles?","Alle logfiles opschonen?"
13
  "Are you sure you want to delete all reviews?","Alle beoordelingen verwijderen?"
14
  "Auto Cleaning","Automatisch opschonen"
15
  "Based on %s reviews","Gebaseerd op %s beoordelingen"
16
  "Can be obtained from the Trustpilot Dashboard","Deze wordt weergegeven in uw dashboard in uw Trustpilot account"
17
  "Change only if necessary","Verander alleen indien noodzakelijk"
18
+ "Character length of Reviews","Aantal karakters van een beoordeling"
19
  "Connector Code","Connector code"
20
+ "Company Url","Bedrijfs url"
21
+ "Cron","Cron"
22
+ "Date","Datum"
23
+ "Delete","Verwijder"
24
+ "Description","Omschrijving"
25
  "Clean after Days","Schoon op na aantal dagen"
26
  "Cleanup Log","Log opschonen"
27
  "Client rating ","Klantbeoordeling "
35
  "Every 15 minutes","Elke 15 minuten"
36
  "Every Hour","Elk uur"
37
  "Every other Hour","Om het uur"
38
+ "External (Trustpilot.nl)","Extern (Trustpilot.nl)"
39
+ "General configuration","Algemene configuratie"
40
+ "Internal (/trustpilot)","Intern (/trustpilot)"
41
+ "Invitation","Uitnodiging"
42
  "Twice a Day","2 keer per dag"
43
  "Once a Day","1 keer per dag"
44
  "Once a Week","1 keer per week"
45
+ "Trustpilot Config","Trustpilot instellingen"
46
+ "Trustpilot Custom Blocks","Trustpilot blokken"
47
+ "Trustpilot Import Reviews","Trustpilot beoordelingen importeren"
48
+ "Trustpilot Log","Trustpilot log"
49
+ "Trustpilot Log Settings","Trustpilot log instellingen"
50
+ "Trustpilot Overview Page","Trustpilot overzicht page"
51
+ "Trustpilot Reviews","Trustpilot beoordelingen"
52
+ "Trustpilot Reviews Sidebar","Trustpilot beoordelingen sidebar"
53
  "Trustpilot Rich Snippets","Trustpilot Rich Snippets"
54
  "Friendlyness","Gebruiksvriendelijkheid"
55
  "General Configuration","Algemene instellingen"
62
  "Last Update","Laatste update"
63
  "Latest Reviews Visibility","Laatste beoordelingen zichtbaarheid"
64
  "Latest reviews","Laatste beoordelingen"
65
+ "Left","Links"
66
  "Left Sidebar","Linker Sidebar"
67
  "Link","Link"
68
  "Link to","Link naar"
70
  "Manage Reviews","Beheer Beoordelingen "
71
  "Manage Log","Beheer Logfiles"
72
  "Maximum Delay","Maximum vertraging"
73
+ "Locale","Lokaal"
74
+ "Magento Style","Magento Stijl"
75
+ "Magmodules","Magmodules"
76
+ "Manual","Handleiding"
77
  "Meta Data","Meta data"
78
  "Meta Description","Meta omschrijving"
79
  "Meta Keywords","Meta zoekwoorden"
80
  "Meta Title","Meta titel"
81
  "Number of days to complete order may last, if it takes longer then no invitation will be sent. Read more about this feature on Trustpilot.nl.","Het maximaal aantal dagen tot een order compleet is, als het langer duurt zal er dus geen uitnodiging worden verstuurd. Lees meer hiervoer op Trustpilot.nl."
82
+ "Number of Reviews","Aantal Beoordelingen"
83
+ "No","Nee"
84
+ "None","Geen"
85
  "Order completed with status","Order is compleet met status"
86
  "Pagination","Pagina's scheiden"
87
  "Pagination is the process of dividing (content) into discrete pages","Dit verdeelt een lange pagina in meerder pagina's "
109
  "Sidebar Position","Sidebar Positie"
110
  "Specify at which status you want to send the invitation. Default is ""Completed""","Specificeer de status waarnaar de uitnodiging verstuurd kan worden, standaard is dit ""Completed""."
111
  "Succefully deleted all %s saved review(s).","Alle %s opgeslagen beoordelingen zijn verwijdert."
 
112
  "<p>The extension comes with two coded blocks.<br>With this blocks you can add your store rating in a Static block or CMS page.</p><p><br><strong>The Rich Snippets Block.<br></strong>Show your Store-rating with this block and generate results in the Google Search Engine Results better known as Rich Snippets.<br>Paste the code below at the desired location using a Static Block or a CMS page.</p><p>Code: {{block type=""trustpilot/snippets"" name=""trustpilotsnippets""}}</p><p><br><strong>Custom Block.</strong><br>With this block you can create custom block for footer of header, you can paste the code below at the desired location using a Static Block or a CMS page.<br>To edit this block you need to edit the .phtml file located in the following path: app/design/frontend/base/default/template/magmodules/trustpilot/widget/custom.phtml</p><p>Code: {{block type=""trustpilot/custom"" name=""trustpilot""}}</p>","<p>Deze extensie komt met 2 verschillende blokken<br>With this blocks you can add your store rating in a Static block or CMS page.</p><p><br><strong>Het Rich Snippets blok.</strong><br></strong>Toon de webwinkel-waardering met in blok en genereer hiermee de zogenaamde Rich Snippets waarbij de winkelbeoordelingen worden getoond in de Zoekmachine resultaten van bijvoorbeeld Google. Plaat de onderstaande code op de gewenste plaats in een statische blok of een CMS-pagina.</p> <p><strong>De code: </strong>{{block type=""trustpilot/snippets"" name=""trustpilotsnippets""}}</p><p><br><strong>Custom blok.</strong><br>Met dit custom blok is het mogelijk om eenvoudig een eigen blok creëren met daarin verschillende waardes als het aantal klanbeoordelingen, bedrijfsnaam en gemiddelde rating. Plaats de onderstaande code op de gewenste plek in een statisch blok of een CMS-pagina. Om dit blok naar wens te bewerken en eventueel aan te vullen met de geweneste informatie is het mogelijk om het .phtml bestand aan te passen. Deze is te vinden via de volgende path: app/design/frontend/base/default/template/magmodules/webwinkelconnect/widget/custom.phtml </p><p><strong>De code:</strong> {{block type=""trustpilot/custom"" name=""trustpilot""}}</p>"
 
113
  "The position of the sidebar","De positie van de sidebar"
114
  "This will ensure that the customer receives the invitation shortly after receiving the product and not before. This increases the opportunity that the client will share his experience.","Creëer een vertraging om er zeker van te zijn dat de klant het product heeft ontvangen en/of heeft gebruikt, op deze manier is de kans groter dat de klant daadwerkelijk de bevindingen gaat delen."
115
  "To display the latest reviews in your store, you must import the reviews. This can be done automatically or manually.","Om de beoordelingen te tonen dien je deze eerst te importeren, dit kan handmatig en automatisch."
124
  "Update Summary","Update samenvatting"
125
  "URL","URL"
126
  "Use Cronjob","Gebruik cronjob"
127
+ "Use the Magento Cronjob to use the automatically import. A cronjob is a daemon which keeps running and gets activated at a said interval (time period). Please make sure your default Magento Cron is working. If not, contact your hosting company for help.","Gebruik de Magento Cronjob om beoordelingen volledig automatisch te importeren."
128
  "View all reviews","Bekijk alle beoordelingen"
129
+ "Webwinkel ID %s:","Webwinkel ID %s:"
130
+ "Webwinkel ID %s: no updates found, feed is empty or not foud!","Webwinkel ID %s: geen updates gevonden, de feed is leeg of kan niet worden gelezen."
131
+ "Your Trustpilot ID can be found on http://b2b.trustpilot.com/Modules/Plugins. Go to Integrations -> JSON Feed. The Trustpilot ID is the number within the feed url, e.g. http://s.trustpilot.com/tpelements/917278/f.json.gz would give ID: 917278","U kunt uw Trustpilot ID vinden op http://b2b.trustpilot.com/Modules/Plugins. Ga naar intergratie -> JSON Feed. UW Trustpilot ID is het nummer wat getoond wordt in de Feed URL, bv http://s.trustpilot.com/tpelements/917278/f.json.gz zou betekenen dat uw Trustpilot ID: 917278 is."
132
  "You can only activate the Rich Snippets when this block is shown on your Homepage only","De Rich Snippets kunnen alleen geactiveerd worden wanneer het homepage blok is toegevoegd, de code staat onderaan deze pagina."
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Magmodules_Trustpilot</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license/>
7
  <channel>community</channel>
@@ -10,9 +10,9 @@
10
  <description>Connect your Magento shop to The Feedback Company</description>
11
  <notes>First stable release</notes>
12
  <authors><author><name>Magmodules</name><user>auto-converted</user><email>info@magmodules.nl</email></author></authors>
13
- <date>2014-11-03</date>
14
- <time>16:11:56</time>
15
- <contents><target name="magelocal"><dir name="Magmodules"><dir name="Trustpilot"><dir name="Block"><dir name="Adminhtml"><dir name="Trustpilotlog"><file name="Grid.php" hash="1d0393c4292c5b6bf924b1d898fe1489"/></dir><dir name="Trustpilotreviews"><dir name="Renderer"><file name="Experience.php" hash="56cd001e25933e6f717b8bbadfdfcdc1"/></dir><file name="Grid.php" hash="de8e87e480fd17ca720bb889eb41984d"/></dir><dir name="Widget"><dir name="Buttons"><file name="Process.php" hash="f88e0b904b4fdfe6c499c67ee63bf4cd"/></dir><dir name="Form"><file name="Heading.php" hash="d4240108d265b16e30f98aa02d89fdc2"/></dir><dir name="Grid"><file name="Log.php" hash="58591e425491b28ab6f9a7406417bcfa"/><file name="Seconds.php" hash="62bd740dc21beb7eb9f8ff246100472f"/><file name="Stars.php" hash="a18d4771c304e9f2fc3976730df2e046"/></dir><dir name="Info"><file name="Info.php" hash="3afd024fcefcd56f494b928cf5822f3d"/></dir></dir><file name="Trustpilotlog.php" hash="69a09905d4e8f4e53f5e3baaedc2d629"/><file name="Trustpilotreviews.php" hash="6c846808a318948c1230d51cb1a0cd1b"/></dir><file name="Custom.php" hash="a2f14b2502a879da72df3b54cef4283e"/><file name="Reviews.php" hash="d7d571bbad61d22a5c0cd842dacc33ec"/><file name="Sidebar.php" hash="56dc441e0d0769444c4c106ef40781cc"/><file name="Snippets.php" hash="8815c37edc5e51ae01cec6cd3dff88a8"/></dir><dir name="Helper"><file name="Data.php" hash="f5d74e0ccd5062f07bc8b57c20597fce"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Log"><file name="Collection.php" hash="67a8cc90f0373834af154b78ba1d221c"/></dir><dir name="Reviews"><file name="Collection.php" hash="575e14b7bb94d7caf36b11163a25415d"/></dir><dir name="Stats"><file name="Collection.php" hash="f46da181a9ea2ee4def015cf38b1506d"/></dir><file name="Log.php" hash="ba3cb0ec65bfd14bfd5c500c6cc1be97"/><file name="Reviews.php" hash="ed6eba1a4a104578009a14f712b88d95"/><file name="Stats.php" hash="83ef36cc25b1bdcea3bb68725b2777d8"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Cronfrequency.php" hash="1b0d3fbb6471391d5f5bb63191f5950a"/><file name="Orderstatus.php" hash="cc0f2903f29abb21bf27be1cba911c74"/><file name="Position.php" hash="990add06e5acc227e9f2603d4c7448ae"/><file name="Sidebarlink.php" hash="fa59946b89bdf5cd3939978860706bf9"/><file name="Sidebarstyle.php" hash="a6daee24f617f127dae491af9f8b3d75"/></dir></dir></dir><file name="Api.php" hash="6b86e2a47f6cdfc88637fd1a75509792"/><file name="Log.php" hash="1081140ad66a8de337a700cfdf0b2ea7"/><file name="Observer.php" hash="44277db1b4ec0e9fbd1cb1d433f21733"/><file name="Reviews.php" hash="57ddcf0cfbcedeb0bd5b626a2b6b2386"/><file name="Stats.php" hash="e53dee77eecd84273b43c97faca66bff"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="TrustpilotlogController.php" hash="42cb795593c0db3fece3eee848b4ce7d"/><file name="TrustpilotreviewsController.php" hash="fa2539b9dfb1157541db36a281e34155"/></dir><file name="IndexController.php" hash="fa12a86ff5ddf21351ed23da4e594eb6"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0ecaeda62a21023b1fe4cb0a598c632a"/><file name="config.xml" hash="dcd583139041f83c38c48298b9ac320d"/><file name="system.xml" hash="6fbda6393b34fd0042db975b243d4c46"/></dir><dir name="sql"><dir name="trustpilot_setup"><file name="mysql4-install-0.9.0.php" hash="7033a3cb0486d615e5f77dac7ba9fd63"/><file name="mysql4-upgrade-0.9.0-1.0.0.php" hash="054e4cfe0524f75ab08458146665738c"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="magmodules_trustpilot.xml" hash="a0c6f67972408bcc01d798d7ad6a3ed9"/></dir><dir name="template"><dir name="magmodules"><dir name="trustpilot"><dir name="sidebar"><file name="left.phtml" hash="4dd3bf938e954e2e1bf6022637d4c2da"/><file name="right.phtml" hash="5f683200465ec78a0120abf166904524"/></dir><dir name="widget"><file name="custom.phtml" hash="3d201adffc83966bb60c224065dbf37f"/><file name="richsnippets.phtml" hash="ae9046c4ec34a78af6dcdadbef0dbeec"/></dir><file name="index.phtml" hash="3b03f4c41308e6cb9d5ea8da5488a84d"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="magmodules_trustpilot.xml" hash="285cf7890eed0dbf4cb79fc5342fc7d2"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magmodules_Trustpilot.xml" hash="ef276abf28d9d1a59cab187ea5e68c2b"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Magmodules_Trustpilot.csv" hash="16d0e330a00d0770c8e02ffee248ce52"/></dir><dir name="nl_NL"><file name="Magmodules_Trustpilot.csv" hash="3ad32035be57cc3b95ea4a676e046ea6"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="magmodules"><dir name="trustpilot"><dir name="images"><file name="5-stars-empty.png" hash="799c499ca785331e7e69d892df52dd48"/><file name="5-stars-full.png" hash="1d06151a2c4da6bb71381538c8a903a5"/><file name="greystar.png" hash="ab99888c7a8f47826ad7a83bcabf9130"/><file name="logo.png" hash="7dc164baee77a185d41abfa3f72b1f8a"/><file name="star.png" hash="647c77f0ef881fb2a90a4f53f70d75fa"/></dir><file name="richsnippets.css" hash="ff523f98d2edbcd62143d9f09e504f22"/><file name="sidebar.css" hash="fbd3d3fdc1016063aeda0f719fc8c091"/><file name="style.css" hash="b9e1a386f033380394aa9f8431df9f79"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="magmodules"><dir name="trustpilot"><file name="grid.css" hash="90a8ac7d668d2ea9a7dc84632e639847"/><file name="star.png" hash="4beacfb62ebdd5feecd946494e895f4c"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Magmodules_Trustpilot</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license/>
7
  <channel>community</channel>
10
  <description>Connect your Magento shop to The Feedback Company</description>
11
  <notes>First stable release</notes>
12
  <authors><author><name>Magmodules</name><user>auto-converted</user><email>info@magmodules.nl</email></author></authors>
13
+ <date>2014-12-18</date>
14
+ <time>08:28:25</time>
15
+ <contents><target name="magelocal"><dir name="Magmodules"><dir name="Trustpilot"><dir name="Block"><dir name="Adminhtml"><dir name="Trustpilotlog"><file name="Grid.php" hash="1d0393c4292c5b6bf924b1d898fe1489"/></dir><dir name="Trustpilotreviews"><dir name="Renderer"><file name="Experience.php" hash="56cd001e25933e6f717b8bbadfdfcdc1"/></dir><file name="Grid.php" hash="de8e87e480fd17ca720bb889eb41984d"/></dir><dir name="Widget"><dir name="Buttons"><file name="Process.php" hash="f88e0b904b4fdfe6c499c67ee63bf4cd"/></dir><dir name="Form"><file name="Heading.php" hash="d4240108d265b16e30f98aa02d89fdc2"/></dir><dir name="Grid"><file name="Log.php" hash="58591e425491b28ab6f9a7406417bcfa"/><file name="Seconds.php" hash="62bd740dc21beb7eb9f8ff246100472f"/><file name="Stars.php" hash="a18d4771c304e9f2fc3976730df2e046"/></dir><dir name="Info"><file name="Info.php" hash="049b0544b16972242dac36c54e81a175"/></dir></dir><file name="Trustpilotlog.php" hash="69a09905d4e8f4e53f5e3baaedc2d629"/><file name="Trustpilotreviews.php" hash="6c846808a318948c1230d51cb1a0cd1b"/></dir><file name="Custom.php" hash="a2f14b2502a879da72df3b54cef4283e"/><file name="Reviews.php" hash="d7d571bbad61d22a5c0cd842dacc33ec"/><file name="Sidebar.php" hash="56dc441e0d0769444c4c106ef40781cc"/><file name="Snippets.php" hash="8815c37edc5e51ae01cec6cd3dff88a8"/></dir><dir name="Helper"><file name="Data.php" hash="f5d74e0ccd5062f07bc8b57c20597fce"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Log"><file name="Collection.php" hash="67a8cc90f0373834af154b78ba1d221c"/></dir><dir name="Reviews"><file name="Collection.php" hash="575e14b7bb94d7caf36b11163a25415d"/></dir><dir name="Stats"><file name="Collection.php" hash="f46da181a9ea2ee4def015cf38b1506d"/></dir><file name="Log.php" hash="ba3cb0ec65bfd14bfd5c500c6cc1be97"/><file name="Reviews.php" hash="ed6eba1a4a104578009a14f712b88d95"/><file name="Stats.php" hash="83ef36cc25b1bdcea3bb68725b2777d8"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Cronfrequency.php" hash="1b0d3fbb6471391d5f5bb63191f5950a"/><file name="Orderstatus.php" hash="cc0f2903f29abb21bf27be1cba911c74"/><file name="Position.php" hash="990add06e5acc227e9f2603d4c7448ae"/><file name="Sidebarlink.php" hash="fa59946b89bdf5cd3939978860706bf9"/><file name="Sidebarstyle.php" hash="a6daee24f617f127dae491af9f8b3d75"/></dir></dir></dir><file name="Api.php" hash="f1b9146e1ca19d4be86897ad126381aa"/><file name="Log.php" hash="1081140ad66a8de337a700cfdf0b2ea7"/><file name="Observer.php" hash="44277db1b4ec0e9fbd1cb1d433f21733"/><file name="Reviews.php" hash="57ddcf0cfbcedeb0bd5b626a2b6b2386"/><file name="Stats.php" hash="e53dee77eecd84273b43c97faca66bff"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="TrustpilotlogController.php" hash="42cb795593c0db3fece3eee848b4ce7d"/><file name="TrustpilotreviewsController.php" hash="fa2539b9dfb1157541db36a281e34155"/></dir><file name="IndexController.php" hash="fa12a86ff5ddf21351ed23da4e594eb6"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0ecaeda62a21023b1fe4cb0a598c632a"/><file name="config.xml" hash="ba5fc024cec1f2e068374a64896eb183"/><file name="system.xml" hash="53ddc7609a6fb19ff928d8ad2b2733a0"/></dir><dir name="sql"><dir name="trustpilot_setup"><file name="mysql4-install-0.9.0.php" hash="7033a3cb0486d615e5f77dac7ba9fd63"/><file name="mysql4-upgrade-0.9.0-1.0.0.php" hash="054e4cfe0524f75ab08458146665738c"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="magmodules_trustpilot.xml" hash="a0c6f67972408bcc01d798d7ad6a3ed9"/></dir><dir name="template"><dir name="magmodules"><dir name="trustpilot"><dir name="sidebar"><file name="left.phtml" hash="26e7ce8a05e7356acd0010bb86b0abaf"/><file name="right.phtml" hash="cba95201d3427d811462adfd0249e295"/></dir><dir name="widget"><file name="custom.phtml" hash="3d201adffc83966bb60c224065dbf37f"/><file name="richsnippets.phtml" hash="502fd9b73332add8dda57107e7b108ec"/></dir><file name="index.phtml" hash="c9f93beeddd9a6676112f0f6dbc63b8b"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="magmodules_trustpilot.xml" hash="285cf7890eed0dbf4cb79fc5342fc7d2"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magmodules_Trustpilot.xml" hash="ef276abf28d9d1a59cab187ea5e68c2b"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Magmodules_Trustpilot.csv" hash="a427e1c2077c159c2dcddc36cac256fe"/></dir><dir name="nl_NL"><file name="Magmodules_Trustpilot.csv" hash="19b05f50ce3432fb6c9d04e4f56ff5cd"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="magmodules"><dir name="trustpilot"><dir name="images"><file name="5-stars-empty.png" hash="799c499ca785331e7e69d892df52dd48"/><file name="5-stars-full.png" hash="1d06151a2c4da6bb71381538c8a903a5"/><file name="greystar.png" hash="ab99888c7a8f47826ad7a83bcabf9130"/><file name="logo.png" hash="7dc164baee77a185d41abfa3f72b1f8a"/><file name="star.png" hash="647c77f0ef881fb2a90a4f53f70d75fa"/></dir><file name="richsnippets.css" hash="ff523f98d2edbcd62143d9f09e504f22"/><file name="sidebar.css" hash="30faade2dd8e470e7ff680f78d19462b"/><file name="style.css" hash="b9e1a386f033380394aa9f8431df9f79"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="magmodules"><dir name="trustpilot"><file name="grid.css" hash="90a8ac7d668d2ea9a7dc84632e639847"/><file name="star.png" hash="4beacfb62ebdd5feecd946494e895f4c"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
skin/frontend/base/default/magmodules/trustpilot/sidebar.css CHANGED
@@ -13,6 +13,9 @@
13
  * @license http://www.magmodules.eu/license-agreement/
14
  * =============================================================
15
  */
 
 
 
16
 
17
  .trustpilot-sidebar-block {
18
  padding: 0px;
@@ -86,8 +89,6 @@ img.trustpilot-review-stars{
86
  .total-block-text p { text-align: center; padding-top: 5px; margin-bottom: 2px; font-size: 18px; }
87
  .total-block-text p.based-on { text-align: center; padding-top: 0px; font-size: 11px; font-style: italic; }
88
 
89
-
90
- /** Original TRUSTPILOT sidebar **/
91
  .truspilotbox {
92
  margin-bottom: 10px;
93
  padding-right: 3px;
@@ -252,7 +253,8 @@ img.trustpilot-review-stars{
252
  font-style:italic;
253
  font-family: 'Helvetica Neue', Arial, sans-serif;
254
  font-size: 12px;
255
- margin-top: 5px;
 
256
  color: #444;
257
  }
258
 
13
  * @license http://www.magmodules.eu/license-agreement/
14
  * =============================================================
15
  */
16
+
17
+ .trustpilot-sidebar-block-yes {
18
+ }
19
 
20
  .trustpilot-sidebar-block {
21
  padding: 0px;
89
  .total-block-text p { text-align: center; padding-top: 5px; margin-bottom: 2px; font-size: 18px; }
90
  .total-block-text p.based-on { text-align: center; padding-top: 0px; font-size: 11px; font-style: italic; }
91
 
 
 
92
  .truspilotbox {
93
  margin-bottom: 10px;
94
  padding-right: 3px;
253
  font-style:italic;
254
  font-family: 'Helvetica Neue', Arial, sans-serif;
255
  font-size: 12px;
256
+ margin-top: 15px;
257
+ margin-bottom: 0px;
258
  color: #444;
259
  }
260