Magmodules_Webwinkelconnect - Version 1.1.0

Version Notes

First stable release

Download this release

Release Info

Developer Magento Core Team
Extension Magmodules_Webwinkelconnect
Version 1.1.0
Comparing to
See all releases


Code changes from version 1.0.9 to 1.1.0

app/code/local/Magmodules/Webwinkelconnect/data/webwinkelconnect_setup/data-upgrade-1.0.8-1.0.9.php CHANGED
@@ -28,7 +28,7 @@ if(Mage::getModel('admin/block')) {
28
  'webwinkelconnect/custom',
29
  );
30
  foreach ($blockNames as $blockName) {
31
- $connection->insertIgnore($table, array(
32
  'block_name' => $blockName,
33
  'is_allowed' => 1,
34
  ));
28
  'webwinkelconnect/custom',
29
  );
30
  foreach ($blockNames as $blockName) {
31
+ $connection->insertOnDuplicate($table, array(
32
  'block_name' => $blockName,
33
  'is_allowed' => 1,
34
  ));
app/code/local/Magmodules/Webwinkelconnect/etc/config.xml CHANGED
@@ -24,7 +24,7 @@
24
  <config>
25
  <modules>
26
  <Magmodules_Webwinkelconnect>
27
- <version>1.0.9</version>
28
  </Magmodules_Webwinkelconnect>
29
  </modules>
30
  <global>
24
  <config>
25
  <modules>
26
  <Magmodules_Webwinkelconnect>
27
+ <version>1.1.0</version>
28
  </Magmodules_Webwinkelconnect>
29
  </modules>
30
  <global>
app/code/local/Magmodules/Webwinkelconnect/etc/system.xml CHANGED
@@ -204,7 +204,7 @@
204
  <show_in_website>1</show_in_website>
205
  <show_in_store>1</show_in_store>
206
  <expanded>1</expanded>
207
- <comment><![CDATA[The WebwinkelKeur javascript integration ensures that your WebwinkelKeur to load page on your own web store. Now customers don't have to leave your store anymore to read the reviews. This effectively increases your conversion!<br><br>]]></comment>
208
  <fields>
209
  <enabled translate="label">
210
  <label>Javascript Integration</label>
@@ -216,51 +216,7 @@
216
  <show_in_store>1</show_in_store>
217
  <comment>Activate the javascript integration.</comment>
218
  <tooltip>Showing the sidebar ensures a higher confidence. Visitors can read the reviews without leaving the store.</tooltip>
219
- </enabled>
220
- <sidebar translate="label">
221
- <label>Show Sidebar</label>
222
- <frontend_type>select</frontend_type>
223
- <source_model>adminhtml/system_config_source_yesno</source_model>
224
- <sort_order>2</sort_order>
225
- <show_in_default>1</show_in_default>
226
- <show_in_website>1</show_in_website>
227
- <show_in_store>1</show_in_store>
228
- <depends><enabled>1</enabled></depends>
229
- <comment>Insert the interactive WebwinkelKeur Sidebar</comment>
230
- <tooltip>Showing the sidebar ensures a higher confidence. Visitors also do not have to leave to check the reviews which increases your conversion.</tooltip>
231
- </sidebar>
232
- <tooltip translate="label">
233
- <label>Tooltip</label>
234
- <frontend_type>select</frontend_type>
235
- <source_model>adminhtml/system_config_source_yesno</source_model>
236
- <sort_order>3</sort_order>
237
- <show_in_default>1</show_in_default>
238
- <show_in_website>1</show_in_website>
239
- <show_in_store>1</show_in_store>
240
- <comment>Whether to display the mouseover tooltip</comment>
241
- <depends><enabled>1</enabled></depends>
242
- </tooltip>
243
- <sidebar_position translate="label">
244
- <label>Sidebar Position</label>
245
- <frontend_type>select</frontend_type>
246
- <source_model>webwinkelconnect/system_config_source_position</source_model>
247
- <sort_order>4</sort_order>
248
- <show_in_default>1</show_in_default>
249
- <show_in_website>1</show_in_website>
250
- <show_in_store>1</show_in_store>
251
- <comment>The position of the sidebar</comment>
252
- <depends><enabled>1</enabled></depends>
253
- </sidebar_position>
254
- <sidebar_height translate="label">
255
- <label>Place of the sidebar</label>
256
- <frontend_type>text</frontend_type>
257
- <sort_order>5</sort_order>
258
- <show_in_default>1</show_in_default>
259
- <show_in_website>1</show_in_website>
260
- <show_in_store>1</show_in_store>
261
- <comment>Placement from top screen</comment>
262
- <depends><enabled>1</enabled></depends>
263
- </sidebar_height>
264
  </fields>
265
  </frontend>
266
  <reviews translate="label" module="webwinkelconnect">
204
  <show_in_website>1</show_in_website>
205
  <show_in_store>1</show_in_store>
206
  <expanded>1</expanded>
207
+ <comment><![CDATA[The WebwinkelKeur javascript integration ensures that your WebwinkelKeur to load page on your own web store. Now customers don't have to leave your store anymore to read the reviews.<br>This effectively increases your conversion. The display of the javascript integration can be personalized via https://dashboard.webwinkelkeur.nl.<br>In your dashboard you will find under the option the personalization options such as how the sidebar is displayed and if it is activated on the mobile.<br><br>]]></comment>
208
  <fields>
209
  <enabled translate="label">
210
  <label>Javascript Integration</label>
216
  <show_in_store>1</show_in_store>
217
  <comment>Activate the javascript integration.</comment>
218
  <tooltip>Showing the sidebar ensures a higher confidence. Visitors can read the reviews without leaving the store.</tooltip>
219
+ </enabled>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
220
  </fields>
221
  </frontend>
222
  <reviews translate="label" module="webwinkelconnect">
app/design/frontend/base/default/template/magmodules/webwinkelconnect/sidebar/js-sidebar.phtml CHANGED
@@ -16,25 +16,17 @@
16
  * @category Magmodules
17
  * @package Magmodules_Webwinkelconnect
18
  * @author Magmodules <info@magmodules.eu)
19
- * @copyright Copyright (c) 2014 (http://www.magmodules.eu)
20
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
21
  */
22
- $webwinkelconnect_id = (int)Mage::getStoreConfig('webwinkelconnect/general/api_id');
23
- $enabled = Mage::getStoreConfig('webwinkelconnect/general/enabled');
24
- $js_enabled = Mage::getStoreConfig('webwinkelconnect/frontend/enabled');
25
- $sidebar = (Mage::getStoreConfig('webwinkelconnect/frontend/sidebar') ? 'true' : 'false');
26
- $tooltip = (Mage::getStoreConfig('webwinkelconnect/frontend/tooltip') ? 'true' : 'false');
27
- $sidebar_position = Mage::getStoreConfig('webwinkelconnect/frontend/sidebar_position');
28
- $sidebar_top = Mage::getStoreConfig('webwinkelconnect/frontend/sidebar_height');
29
  ?>
30
- <?php if($webwinkelconnect_id && $js_enabled): ?>
31
  <script type="text/javascript">
32
  (function() {
33
  _webwinkelkeur_id = <?php echo $webwinkelconnect_id; ?>;
34
- _webwinkelkeur_sidebar = <?php echo $sidebar; ?>;
35
- _webwinkelkeur_tooltip = <?php echo $tooltip; ?>;
36
- _webwinkelkeur_sidebar_position = '<?php echo $sidebar_position; ?>';
37
- _webwinkelkeur_sidebar_top = '<?php echo $sidebar_top; ?>';
38
  var js = document.createElement("script");
39
  js.type = "text/javascript";
40
  js.async = true;
16
  * @category Magmodules
17
  * @package Magmodules_Webwinkelconnect
18
  * @author Magmodules <info@magmodules.eu)
19
+ * @copyright Copyright (c) 2016 (http://www.magmodules.eu)
20
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
21
  */
22
+ $webwinkelconnect_id = (int)Mage::getStoreConfig('webwinkelconnect/general/api_id');
23
+ $enabled = Mage::getStoreConfig('webwinkelconnect/general/enabled');
24
+ $js_enabled = Mage::getStoreConfig('webwinkelconnect/frontend/enabled');
 
 
 
 
25
  ?>
26
+ <?php if($webwinkelconnect_id && $js_enabled && $enabled): ?>
27
  <script type="text/javascript">
28
  (function() {
29
  _webwinkelkeur_id = <?php echo $webwinkelconnect_id; ?>;
 
 
 
 
30
  var js = document.createElement("script");
31
  js.type = "text/javascript";
32
  js.async = true;
app/locale/nl_NL/Magmodules_Webwinkelconnect.csv CHANGED
@@ -18,11 +18,13 @@
18
  "Character length of Reviews","Karakter lengte van de beoordelingen"
19
  "Clean after Days","Opschonen na aantal dagen"
20
  "Cleanup Log","Opschoon Log"
 
21
  "Cron","Cron"
22
  "Comma Separated, as: 10,20,30","Komma gescheiden als: 10,20,30"
23
  "Date","Datum"
24
  "Delay","Vertraging"
25
  "Delete","Verwijder"
 
26
  "Delete all reviews","Verwijder alle beoordelingen"
27
  "Delivery Time","Tijd"
28
  "Description","Omschrijving"
@@ -46,6 +48,8 @@
46
  "Last Update","Laatste update"
47
  "Latest Reviews Visibility","Laatste beoordeling zichtbaarheid"
48
  "Left","Links"
 
 
49
  "Left Sidebar","Linker sidebar"
50
  "Link to","Link naar"
51
  "Logs can be activated in order to detect errors. This feature is particularly for developers.<br/><br/>","De logfunctie kan worden geactiveerd om fouten op te slaan. Deze functie is voornamelijk voor ontwikkelaars.<br/><br/>"
@@ -60,6 +64,7 @@
60
  "Number of Reviews","Aantal beoordelingen"
61
  "Number of days to complete order may last, if it takes longer then no invitation will be sent. Read more about this feature on Webwinkelkeur.nl.","Aantal dagen dat een order oud mag zijn alvorens de herinnering wordt verstuurd, als het wijzigen van de orderstatus langer duurt wordt er niks verstuurd."
62
  "Once a Day","Eens per dag"
 
63
  "Once a Week","Eens per week"
64
  "Pagination is the process of dividing (content) into discrete pages","Het scheiden van de pagina's na het aantal beoordelingen"
65
  "Place of the sidebar","Locatie van de sidebar"
@@ -90,7 +95,7 @@
90
  "Succefully deleted all %s saved review(s).","Alle %s opgeslagen beoordeling(en) zijn succesvol verwijdert."
91
  "Test API","Test API"
92
  "Time","Tijd"
93
- "The WebwinkelKeur javascript integration ensures that your WebwinkelKeur to load page on your own web store. Now customers don't have to leave your store anymore to read the reviews. This effectively increases your conversion!<br><br>","Door het implementeren van dit Javascript heeft deze sidebar als voordeel dat de bezoeker de webwinkel niet hoeft te verlaten om beoordelingen te kunnen zien.<br><br>"
94
  "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.","Dit zal ervoor zorgen dat de klant na ontvangst van het product nogmaals een uitnodiging ontvangt. Dit vergroot de kans dat de klant zijn ervaring zal delen."
95
  "To display the latest reviews in your store, you must import the reviews. This can be done automatically or manually. This feature is only available to PLUS members.<br/><br/>","Om de laatste beoordelingen te tonen in de webwinkel dient u deze eerst te importeren. Dit kan volledig automatisch of handmatig, u heeft hiervoor ten alle tijden een WebwinkelKeur PLUS account nodig.<br/><br/>"
96
  "Tooltip","Tooltip"
@@ -130,12 +135,12 @@
130
  "and total score updated.","totaal score geüpdate."
131
  "on","aan"
132
  "<p>The extension comes with two coded blocks. 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=""webwinkelconnect/snippets"" name=""webwinkelsnippets""}}</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/webwinkelconnect/widget/custom.phtml</p><p>Code: {{block type=""webwinkelconnect/custom"" name=""webwinkelkeur""}}</p>","<p>Deze extensie komt met 2 verschillende blokken. 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=""webwinkelconnect/snippets"" name=""webwinkelsnippets""}}</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/webwinkelconnect/widget/custom.phtml</p><p><strong>De code:</strong> {{block type=""webwinkelconnect/custom"" name=""webwinkelkeur""}}</p>"
133
- "You can find the necessary information by logging in at https://dashboard.webwinkelkeur.nl. Navigate to Installation > Wizard and follow the installation instructions. As addition next to the activation of this extension we also recommend you to follow the installation wizard and install the WebwinkelKeur widget and banners.<br/><br/>","Je vindt deze informatie door in te loggen op https://dashboard.webwinkelkeur.nl. Navigeer naar Installatie > Wizard en volg de instructies. In de instructie tekst staat de API sleutel en het webwinkel id. Aanvullend op de installatie van deze extensie adviseren we je ook de installatie wizard te doorlopen. Plaats daarbij ook het WebwinkelKeur banner materiaal en de WebwinkelKeur widget.<br/><br/>"
134
  "Url member page","Url ledenpagina"
135
  "Automatically generated","Automatisch gegenereerd"
136
- "Show the latest reviews directly in the right or left area of your store to gain trust and directly show your client reviews. To use this feature Importing reviews should be enabled. You can use this option instead of the WebwinkelKeur wizard to style the latest reviews yourself using CSS.<br/><br/>","Geef de nieuwste reviews direct weer op je eigen webwinkel. Om deze functie te gebruiken moet het importeren van reviews geactiveerd zijn. Je kunt deze functie gebruiken om in plaats van de WebwinkelKeur widget zelf de weergave te stylen middels CSS.<br/><br/>"
137
- "We can import your customer reviews and display them in your store as new content. To use this feature Importing reviews should be enabled. Eg. link: http://www.mywebshop.com/<strong>webwinkelkeur</strong><br><br>","Wij kunnen reviews verzameld bij WebwinkelKeur importeren en weergeven op je eigen webwinkel. Om deze functie te gebruiken moet het importeren van reviews geactiveerd zijn. Voorbeeld link: http://www.mijnwebwinkel.nl/<strong>webwinkelkeur</strong><br><br>"
138
- "WebwinkelKeur can invite your customers to write customer reviews. It’s also possible to activate an extra reminder using the settings at https://dashboard.webwinkelkeur.nl. <strong>Note:</strong> this feature is only available to PLUS & EU members.<br/><br/>","WebwinkelKeur heeft de mogelijkheid om klanten uit te nodigen om een beoordeling te schrijven. Het is tevens mogelijk de klant hier een tweede keer aan te herinneren via de instellingen op https://dashboard.webwinkelkeur.nl. <strong>Let op:</strong> deze functie is alleen beschikbaar voor leden met een PLUS of EU pakket.<br/><br/>"
139
  "Activate the javascript integration.","Activeer javascript integratie."
140
  "Enabled","Geactiveerd"
141
  "Invitation to write review","Vragen om beoordeling"
18
  "Character length of Reviews","Karakter lengte van de beoordelingen"
19
  "Clean after Days","Opschonen na aantal dagen"
20
  "Cleanup Log","Opschoon Log"
21
+ "Change only if necessary","Verander indien nodig"
22
  "Cron","Cron"
23
  "Comma Separated, as: 10,20,30","Komma gescheiden als: 10,20,30"
24
  "Date","Datum"
25
  "Delay","Vertraging"
26
  "Delete","Verwijder"
27
+ "Send the invitation x days after the order is completed","Stuur de uitnodiging X aantal dagen nadat de order compleet is."
28
  "Delete all reviews","Verwijder alle beoordelingen"
29
  "Delivery Time","Tijd"
30
  "Description","Omschrijving"
48
  "Last Update","Laatste update"
49
  "Latest Reviews Visibility","Laatste beoordeling zichtbaarheid"
50
  "Left","Links"
51
+ "Language","Taal"
52
+ "Based on customer country","Gebaseerd op land van klant"
53
  "Left Sidebar","Linker sidebar"
54
  "Link to","Link naar"
55
  "Logs can be activated in order to detect errors. This feature is particularly for developers.<br/><br/>","De logfunctie kan worden geactiveerd om fouten op te slaan. Deze functie is voornamelijk voor ontwikkelaars.<br/><br/>"
64
  "Number of Reviews","Aantal beoordelingen"
65
  "Number of days to complete order may last, if it takes longer then no invitation will be sent. Read more about this feature on Webwinkelkeur.nl.","Aantal dagen dat een order oud mag zijn alvorens de herinnering wordt verstuurd, als het wijzigen van de orderstatus langer duurt wordt er niks verstuurd."
66
  "Once a Day","Eens per dag"
67
+ "Order is Completed with status","Order is compleet met de status"
68
  "Once a Week","Eens per week"
69
  "Pagination is the process of dividing (content) into discrete pages","Het scheiden van de pagina's na het aantal beoordelingen"
70
  "Place of the sidebar","Locatie van de sidebar"
95
  "Succefully deleted all %s saved review(s).","Alle %s opgeslagen beoordeling(en) zijn succesvol verwijdert."
96
  "Test API","Test API"
97
  "Time","Tijd"
98
+ "The WebwinkelKeur javascript integration ensures that your WebwinkelKeur to load page on your own web store. Now customers don't have to leave your store anymore to read the reviews.<br>This effectively increases your conversion. The display of the javascript integration can be personalized via https://dashboard.webwinkelkeur.nl.<br>In your dashboard you will find under the option the personalization options such as how the sidebar is displayed and if it is activated on the mobile.<br><br>","Door het implementeren van dit Javascript heeft deze sidebar als voordeel dat de bezoeker de webwinkel niet hoeft te verlaten om beoordelingen te kunnen zien.<br>De weergave van de javascript integratie is te personaliseren via https://dashboard.webwinkelkeur.nl. Daar vindt u onder de optie Installatie personalisatie mogelijkheden zoals hoe de sidebar wordt weergegeven en of deze op mobiel geactiveerd wordt.<br><br>"
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.","Dit zal ervoor zorgen dat de klant na ontvangst van het product nogmaals een uitnodiging ontvangt. Dit vergroot de kans dat de klant zijn ervaring zal delen."
100
  "To display the latest reviews in your store, you must import the reviews. This can be done automatically or manually. This feature is only available to PLUS members.<br/><br/>","Om de laatste beoordelingen te tonen in de webwinkel dient u deze eerst te importeren. Dit kan volledig automatisch of handmatig, u heeft hiervoor ten alle tijden een WebwinkelKeur PLUS account nodig.<br/><br/>"
101
  "Tooltip","Tooltip"
135
  "and total score updated.","totaal score geüpdate."
136
  "on","aan"
137
  "<p>The extension comes with two coded blocks. 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=""webwinkelconnect/snippets"" name=""webwinkelsnippets""}}</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/webwinkelconnect/widget/custom.phtml</p><p>Code: {{block type=""webwinkelconnect/custom"" name=""webwinkelkeur""}}</p>","<p>Deze extensie komt met 2 verschillende blokken. 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=""webwinkelconnect/snippets"" name=""webwinkelsnippets""}}</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/webwinkelconnect/widget/custom.phtml</p><p><strong>De code:</strong> {{block type=""webwinkelconnect/custom"" name=""webwinkelkeur""}}</p>"
138
+ "You can find the necessary information by logging in at https://dashboard.webwinkelkeur.nl. Navigate to Installation > Wizard and follow the installation instructions. As addition next to the activation of this extension we also recommend you to follow the installation wizard and install the WebwinkelKeur widget and banners.<br/><br/>","Je vindt deze informatie door in te loggen op https://dashboard.webwinkelkeur.nl. Navigeer naar Installatie > Wizard en volg de instructies. In de instructie tekst staat de API sleutel en het webwinkel id.<br>Aanvullend op de installatie van deze extensie adviseren we je ook de installatie wizard te doorlopen. Plaats daarbij ook het WebwinkelKeur banner materiaal en de WebwinkelKeur widget.<br/><br/>"
139
  "Url member page","Url ledenpagina"
140
  "Automatically generated","Automatisch gegenereerd"
141
+ "Show the latest reviews directly in the right or left area of your store to gain trust and directly show your client reviews. To use this feature Importing reviews should be enabled. You can use this option instead of the WebwinkelKeur wizard to style the latest reviews yourself using CSS.<br/><br/>","Geef de nieuwste reviews direct weer op je eigen webwinkel. Om deze functie te gebruiken moet het importeren van reviews geactiveerd zijn.<br>Je kunt deze functie gebruiken om in plaats van de WebwinkelKeur widget zelf de weergave te stylen middels CSS.<br/><br/>"
142
+ "We can import your customer reviews and display them in your store as new content. To use this feature Importing reviews should be enabled. Eg. link: http://www.mywebshop.com/<strong>webwinkelkeur</strong><br><br>","Wij kunnen reviews verzameld bij WebwinkelKeur importeren en weergeven op je eigen webwinkel. Om deze functie te gebruiken moet het importeren van reviews geactiveerd zijn.<br>Voorbeeld link: http://www.mijnwebwinkel.nl/<strong>webwinkelkeur</strong><br><br>"
143
+ "WebwinkelKeur can invite your customers to write customer reviews. It’s also possible to activate an extra reminder using the settings at https://dashboard.webwinkelkeur.nl. <strong>Note:</strong> this feature is only available to PLUS & EU members.<br/><br/>","WebwinkelKeur heeft de mogelijkheid om klanten uit te nodigen om een beoordeling te schrijven. Het is tevens mogelijk de klant hier een tweede keer aan te herinneren via de instellingen op https://dashboard.webwinkelkeur.nl.<br><strong>Let op:</strong> deze functie is alleen beschikbaar voor leden met een PLUS of EU pakket.<br/><br/>"
144
  "Activate the javascript integration.","Activeer javascript integratie."
145
  "Enabled","Geactiveerd"
146
  "Invitation to write review","Vragen om beoordeling"
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Magmodules_Webwinkelconnect</name>
4
- <version>1.0.9</version>
5
  <stability>stable</stability>
6
  <license/>
7
  <channel>community</channel>
@@ -10,9 +10,9 @@
10
  <description>Connect your Magento shop to Webwinkelkeur</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>2016-03-16</date>
14
- <time>07:44:31</time>
15
- <contents><target name="magelocal"><dir name="Magmodules"><dir name="Webwinkelconnect"><dir name="Block"><dir name="Adminhtml"><dir name="System"><file name="Version.php" hash="1ba46a72ad79b7676564a3749288372f"/></dir><dir name="Webwinkellog"><file name="Grid.php" hash="49c90878ba370466315ef8f31b13125f"/></dir><dir name="Webwinkelreviews"><dir name="Renderer"><file name="Experience.php" hash="00059de0643e03b927422bf876ce0b62"/></dir><file name="Grid.php" hash="30acb5d78daf578d716fee8946db5c93"/></dir><dir name="Widget"><dir name="Buttons"><file name="Process.php" hash="a30f6c484054c6f7708d0478516e07a8"/><file name="Test.php" hash="04b11a53cd1e38c6ed0a3835f3d2502a"/></dir><dir name="Form"><file name="Heading.php" hash="5498ca0123d64a918382ca8f770785a2"/></dir><dir name="Grid"><file name="Log.php" hash="189a8353f1d796ffd18f69f58f50ffec"/><file name="Seconds.php" hash="252fa1ba18a6a1730e3f3c3b0b48a538"/><file name="Stars.php" hash="6e612fb47248a5785224a03557545a77"/></dir><dir name="Info"><file name="Info.php" hash="4e63eeda117003f51e439288db9bf6fe"/></dir></dir><file name="Webwinkellog.php" hash="91ae5cc3a71011f6b50c7cba0b848de2"/><file name="Webwinkelreviews.php" hash="0978a792e68fe7e05ebf01201aa8a1b4"/></dir><file name="Custom.php" hash="2e0ebd97f2a62a778187394ca86b4e69"/><file name="Reviews.php" hash="6ef47f43f23455cef296004f14ac876b"/><file name="Sidebar.php" hash="c0a2f7a47a6ef31ea89b0f957c3d566b"/><file name="Snippets.php" hash="1535a7bfbf96eddda9f69e2abb89d01d"/></dir><dir name="Helper"><file name="Data.php" hash="3569a8a61b7816a2ef192e3025a6f86d"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Log"><file name="Collection.php" hash="29e0546a62ac65529d098e9f35de63a9"/></dir><dir name="Reviews"><file name="Collection.php" hash="277db9162cc77920dc9908f5e1632ca1"/></dir><dir name="Stats"><file name="Collection.php" hash="2aa92cf6d9fbdfea485a271b77b89773"/></dir><file name="Log.php" hash="a6075ad109911dfbba4246ff4515dd18"/><file name="Reviews.php" hash="0d67d2e3b474fa93731f83a9e19b9953"/><file name="Stats.php" hash="876f7786687b353b6c6b717cb7fe2078"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Cronfrequency.php" hash="2557eeef91be4487efdeb34c8bd1cb9c"/><file name="Cronfrequencylong.php" hash="f117dc0e59d619a56a575d1c224ca575"/><file name="Language.php" hash="0250136500c2af5cde6de8212d9fa00e"/><file name="Orderstatus.php" hash="739d600e0fcba5bdaf7b9cb5422e966d"/><file name="Position.php" hash="59cc0d6fcf673497ac792739c1839fc1"/><file name="Sidebarlink.php" hash="d3de1d3e38abeaae2e5ad48f7e045f98"/></dir></dir></dir><file name="Api.php" hash="31082b27d0fb5c119f8c5990928f7618"/><file name="Log.php" hash="b3467e859fde0036023a73d2a47ad64f"/><file name="Observer.php" hash="570ff211feb36ecd56a98a9db5b05d7d"/><file name="Reviews.php" hash="337157bef7a04c2dcfd61b9253364d12"/><file name="Stats.php" hash="9d47fa394271ace74498a9acfe37dec0"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="WebwinkellogController.php" hash="aa2db0805340d3379bb8592bf452e9e7"/><file name="WebwinkelreviewsController.php" hash="2392fdda21c551dcfe1a1a09b86b907b"/></dir><file name="IndexController.php" hash="f14fade8dff7311f4ad1e72c36c59c17"/></dir><dir name="data"><dir name="webwinkelconnect_setup"><file name="data-upgrade-1.0.8-1.0.9.php" hash="9d1bd623e60b70d1f7b8a45eb7de3c32"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="50b3069d0b78206dd00b3870fa541365"/><file name="config.xml" hash="06402a72bca229dfc2e780daaf55d4a0"/><file name="system.xml" hash="b0af3bbf87980728eb9d57b50985f6a5"/></dir><dir name="sql"><dir name="webwinkelconnect_setup"><file name="mysql4-install-1.0.1.php" hash="e61ce8348d2280577f3dac4887093ad2"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="magmodules_webwinkelconnect.xml" hash="0e589fce607f517314266dea8ef7e34b"/></dir><dir name="template"><dir name="magmodules"><dir name="webwinkelconnect"><dir name="sidebar"><file name="js-sidebar.phtml" hash="24f9f033fd87089371d212b18a600130"/><file name="left.phtml" hash="f28722c811d1bcd92d9ea0b70a610892"/><file name="right.phtml" hash="fb6e0be0932a38707a7fcb61d460cbda"/></dir><dir name="widget"><file name="custom.phtml" hash="51a272f137502471e21556f6a4a6580f"/><file name="richsnippets.phtml" hash="2c72e6454b326fe6097b4ee2054f9794"/></dir><file name="index.phtml" hash="886f1c12663219bbd0111d100abd738f"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="magmodules_webwinkelconnect.xml" hash="34b4d3252daa7c80d230b049e0b73311"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magmodules_Webwinkelconnect.xml" hash="1784309611987476302cb191d4da009d"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Magmodules_Webwinkelconnect.csv" hash="efbc09050642b8b557749803b1b29d62"/></dir><dir name="nl_NL"><file name="Magmodules_Webwinkelconnect.csv" hash="c755522d4c35d08e0f5013cbfadeea9c"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="magmodules"><dir name="webwinkelconnect"><dir name="images"><file name="5-stars-empty.png" hash="799c499ca785331e7e69d892df52dd48"/><file name="5-stars-full.png" hash="1d06151a2c4da6bb71381538c8a903a5"/><file name="bkg_rating.gif" hash="0efa835d6b68d7f8042170b182ace2a9"/><file name="greystar.png" hash="ab99888c7a8f47826ad7a83bcabf9130"/><file name="star.png" hash="647c77f0ef881fb2a90a4f53f70d75fa"/></dir><file name="richsnippets.css" hash="e402d40db02e62f100d12d6dcc963e91"/><file name="sidebar.css" hash="2ce0e0147ac565e6819a43fd68ea331e"/><file name="style.css" hash="4de2d4973d80a8e99045b1d0053ae9f7"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="magmodules"><dir name="webwinkelconnect"><file name="grid.css" hash="ce720c1772a8176eabf3866fcd83bb7a"/><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_Webwinkelconnect</name>
4
+ <version>1.1.0</version>
5
  <stability>stable</stability>
6
  <license/>
7
  <channel>community</channel>
10
  <description>Connect your Magento shop to Webwinkelkeur</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>2016-04-12</date>
14
+ <time>13:23:09</time>
15
+ <contents><target name="magelocal"><dir name="Magmodules"><dir name="Webwinkelconnect"><dir name="Block"><dir name="Adminhtml"><dir name="System"><file name="Version.php" hash="1ba46a72ad79b7676564a3749288372f"/></dir><dir name="Webwinkellog"><file name="Grid.php" hash="49c90878ba370466315ef8f31b13125f"/></dir><dir name="Webwinkelreviews"><dir name="Renderer"><file name="Experience.php" hash="00059de0643e03b927422bf876ce0b62"/></dir><file name="Grid.php" hash="30acb5d78daf578d716fee8946db5c93"/></dir><dir name="Widget"><dir name="Buttons"><file name="Process.php" hash="a30f6c484054c6f7708d0478516e07a8"/><file name="Test.php" hash="04b11a53cd1e38c6ed0a3835f3d2502a"/></dir><dir name="Form"><file name="Heading.php" hash="5498ca0123d64a918382ca8f770785a2"/></dir><dir name="Grid"><file name="Log.php" hash="189a8353f1d796ffd18f69f58f50ffec"/><file name="Seconds.php" hash="252fa1ba18a6a1730e3f3c3b0b48a538"/><file name="Stars.php" hash="6e612fb47248a5785224a03557545a77"/></dir><dir name="Info"><file name="Info.php" hash="4e63eeda117003f51e439288db9bf6fe"/></dir></dir><file name="Webwinkellog.php" hash="91ae5cc3a71011f6b50c7cba0b848de2"/><file name="Webwinkelreviews.php" hash="0978a792e68fe7e05ebf01201aa8a1b4"/></dir><file name="Custom.php" hash="2e0ebd97f2a62a778187394ca86b4e69"/><file name="Reviews.php" hash="6ef47f43f23455cef296004f14ac876b"/><file name="Sidebar.php" hash="c0a2f7a47a6ef31ea89b0f957c3d566b"/><file name="Snippets.php" hash="1535a7bfbf96eddda9f69e2abb89d01d"/></dir><dir name="Helper"><file name="Data.php" hash="3569a8a61b7816a2ef192e3025a6f86d"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Log"><file name="Collection.php" hash="29e0546a62ac65529d098e9f35de63a9"/></dir><dir name="Reviews"><file name="Collection.php" hash="277db9162cc77920dc9908f5e1632ca1"/></dir><dir name="Stats"><file name="Collection.php" hash="2aa92cf6d9fbdfea485a271b77b89773"/></dir><file name="Log.php" hash="a6075ad109911dfbba4246ff4515dd18"/><file name="Reviews.php" hash="0d67d2e3b474fa93731f83a9e19b9953"/><file name="Stats.php" hash="876f7786687b353b6c6b717cb7fe2078"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Cronfrequency.php" hash="2557eeef91be4487efdeb34c8bd1cb9c"/><file name="Cronfrequencylong.php" hash="f117dc0e59d619a56a575d1c224ca575"/><file name="Language.php" hash="0250136500c2af5cde6de8212d9fa00e"/><file name="Orderstatus.php" hash="739d600e0fcba5bdaf7b9cb5422e966d"/><file name="Position.php" hash="59cc0d6fcf673497ac792739c1839fc1"/><file name="Sidebarlink.php" hash="d3de1d3e38abeaae2e5ad48f7e045f98"/></dir></dir></dir><file name="Api.php" hash="31082b27d0fb5c119f8c5990928f7618"/><file name="Log.php" hash="b3467e859fde0036023a73d2a47ad64f"/><file name="Observer.php" hash="570ff211feb36ecd56a98a9db5b05d7d"/><file name="Reviews.php" hash="337157bef7a04c2dcfd61b9253364d12"/><file name="Stats.php" hash="9d47fa394271ace74498a9acfe37dec0"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="WebwinkellogController.php" hash="aa2db0805340d3379bb8592bf452e9e7"/><file name="WebwinkelreviewsController.php" hash="2392fdda21c551dcfe1a1a09b86b907b"/></dir><file name="IndexController.php" hash="f14fade8dff7311f4ad1e72c36c59c17"/></dir><dir name="data"><dir name="webwinkelconnect_setup"><file name="data-upgrade-1.0.8-1.0.9.php" hash="629719be47c3247466b66acb16bb4957"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="50b3069d0b78206dd00b3870fa541365"/><file name="config.xml" hash="9db2bfdd3952ee4259aa222cea13341e"/><file name="system.xml" hash="8e9036e28055487ab3bedcac44ac523d"/></dir><dir name="sql"><dir name="webwinkelconnect_setup"><file name="mysql4-install-1.0.1.php" hash="e61ce8348d2280577f3dac4887093ad2"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="magmodules_webwinkelconnect.xml" hash="0e589fce607f517314266dea8ef7e34b"/></dir><dir name="template"><dir name="magmodules"><dir name="webwinkelconnect"><dir name="sidebar"><file name="js-sidebar.phtml" hash="febf8a3614d4a7335912156886f5c34d"/><file name="left.phtml" hash="f28722c811d1bcd92d9ea0b70a610892"/><file name="right.phtml" hash="fb6e0be0932a38707a7fcb61d460cbda"/></dir><dir name="widget"><file name="custom.phtml" hash="51a272f137502471e21556f6a4a6580f"/><file name="richsnippets.phtml" hash="2c72e6454b326fe6097b4ee2054f9794"/></dir><file name="index.phtml" hash="886f1c12663219bbd0111d100abd738f"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="magmodules_webwinkelconnect.xml" hash="34b4d3252daa7c80d230b049e0b73311"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magmodules_Webwinkelconnect.xml" hash="1784309611987476302cb191d4da009d"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Magmodules_Webwinkelconnect.csv" hash="efbc09050642b8b557749803b1b29d62"/></dir><dir name="nl_NL"><file name="Magmodules_Webwinkelconnect.csv" hash="be318ae191adfe45d0db88a0ba586a23"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="magmodules"><dir name="webwinkelconnect"><dir name="images"><file name="5-stars-empty.png" hash="799c499ca785331e7e69d892df52dd48"/><file name="5-stars-full.png" hash="1d06151a2c4da6bb71381538c8a903a5"/><file name="bkg_rating.gif" hash="0efa835d6b68d7f8042170b182ace2a9"/><file name="greystar.png" hash="ab99888c7a8f47826ad7a83bcabf9130"/><file name="star.png" hash="647c77f0ef881fb2a90a4f53f70d75fa"/></dir><file name="richsnippets.css" hash="e402d40db02e62f100d12d6dcc963e91"/><file name="sidebar.css" hash="2ce0e0147ac565e6819a43fd68ea331e"/><file name="style.css" hash="4de2d4973d80a8e99045b1d0053ae9f7"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="magmodules"><dir name="webwinkelconnect"><file name="grid.css" hash="ce720c1772a8176eabf3866fcd83bb7a"/><file name="star.png" hash="4beacfb62ebdd5feecd946494e895f4c"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>