Skip to content

Commit 3b83a63

Browse files
authored
Tp improvements (#6)
* Update logo * Update nl translations * Make rich snippet on by default * Add empty line
1 parent 227f88e commit 3b83a63

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

common/templates/config_form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<label class="t" for="webwinkelkeur-rich-snippet-on">
143143
<img src="../img/admin/enabled.gif" alt="">
144144
</label>
145-
<input type="radio" name="rich_snippet" id="webwinkelkeur-rich-snippet-on" value="1" <?= $module->getConfigValue('RICH_SNIPPET') ? 'checked' : ''; ?>>
145+
<input type="radio" name="rich_snippet" id="webwinkelkeur-rich-snippet-on" value="1" <?= $module->getConfigValue('RICH_SNIPPET', true) ? 'checked' : ''; ?>>
146146
<label class="t" for="webwinkelkeur-rich-snippet-on"><?= $module->l('Yes', 'config_form'); ?></label>
147147

148148
<label class="t" for="webwinkelkeur-rich-snippet-off">

common/translations/nl.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@
1616
$_MODULE['<{webwinkelkeur}prestashop>config_form_5a6e2a2f2f85f793c9a2f03dc9e8ab78'] = 'De instellingen voor de sidebar en de tooltip kunnen in het %s%s dashboard%s gewijzigd worden.';
1717
$_MODULE['<{webwinkelkeur}prestashop>config_form_1ffd9becb8344c897ece025755d97810'] = 'Verstuur uitnodigingen';
1818
$_MODULE['<{webwinkelkeur}prestashop>config_form_1e08e83d8bd92b409a21547dc9a64efd'] = 'Ja, na elke bestelling';
19+
$_MODULE['<{webwinkelkeur}prestashop>config_form_93d1b455bb28bd95b1c67d236125df27'] = 'Ja, pop-up na aankoop op de bedankpagina.';
1920
$_MODULE['<{webwinkelkeur}prestashop>config_form_1a84260ef5d9223cc5183daba609d14c'] = 'Vertraging';
2021
$_MODULE['<{webwinkelkeur}prestashop>config_form_bca6c179dc0c3a576ac075e90b59bdf9'] = 'De uitnodiging zal worden verstuurd wanneer de bestelling als verzonden is gemarkeerd, en het opgegeven aantal dagen is verstreken.';
22+
$_MODULE['<{webwinkelkeur}prestashop>config_form_0570537c21ea4349494d3484af6845a4'] = 'Productbeoordelingen';
23+
$_MODULE['<{webwinkelkeur}prestashop>config_form_1965da8bc092eb56eff2583b91e85474'] = 'Productbeoordelingen synchroniseren met PrestaShop';
24+
$_MODULE['<{webwinkelkeur}prestashop>config_form_d5d1865cf8fca5e61484ee871e182909'] = 'Geef productbeoordelingen die zijn verzameld met %s automatisch weer in je PrestaShop-winkel';
2125
$_MODULE['<{webwinkelkeur}prestashop>config_form_8b6ed6449d9a647fb759198421f61c44'] = 'Eerste ordernummer';
2226
$_MODULE['<{webwinkelkeur}prestashop>config_form_9383d583e12d7906ebc84bd8fefb8d3c'] = 'Uitnodigingen zullen vanaf dit ordernummer verstuurd worden. Bij installatie wordt dit op het eerstvolgende ordernummer gezet.';
2327
$_MODULE['<{webwinkelkeur}prestashop>config_form_90228b10f1d24fe4ec28873ea2f3191c'] = 'Rich snippet';
2428
$_MODULE['<{webwinkelkeur}prestashop>config_form_fc071e2b27341ad0c555f2df6b60be2a'] = 'Voeg een %srich snippet%s toe aan de footer. Hiermee kan Google jouw reviews in zoekresultaten tonen. Gebruik dit op eigen risico.';
25-
$_MODULE['<{webwinkelkeur}prestashop>config_form_9d7804b04be8cb77eb0d569efa43c7ef'] = 'Stuur geen uitgebreide informatie over bestellingen naar %s';
29+
$_MODULE['<{webwinkelkeur}prestashop>config_form_cf67bcd4d414bed79556f375186a2434'] = 'Stuur geen uitgebreide bestelgegevens naar %s (als je deze optie aanvinkt, worden de productbeoordelingen uitgeschakeld!)';
2630
$_MODULE['<{webwinkelkeur}prestashop>config_form_4a0182b24ef74781bbe620a47e50a477'] = 'Normaliter sturen we informatie over de klant en de bestelde producten naar onze API, zodat we aanvullende functionaliteit kunnen bieden. Als je dit aanvinkt gebeurt dat niet, en is mogelijk niet alle %s-functionaliteit beschikbaar.';
2731
$_MODULE['<{webwinkelkeur}prestashop>config_form_daa6b483e9f6ca081ec7e0b4a352f9e9'] = 'Opslaan';
2832
$_MODULE['<{webwinkelkeur}prestashop>config_form_bbb0080b97ea07c8d6aeab15030264be'] = 'Fouten bij het versturen van uitnodigingen';

trustprofile/logo.gif

1.19 KB
Loading

trustprofile/logo.png

1.7 KB
Loading

0 commit comments

Comments
 (0)