diff --git a/modules/authorizeaim/authorizeaim.tpl b/modules/authorizeaim/authorizeaim.tpl index 41009157c..3a58d2eb4 100755 --- a/modules/authorizeaim/authorizeaim.tpl +++ b/modules/authorizeaim/authorizeaim.tpl @@ -31,7 +31,7 @@ {/if}
- - {l s='Pay by bank wire (order process will be longer)' mod='bankwire'} + + {l s='Pay by bank wire (order process will be longer)' mod='bankwire'}
+ {$product.name|strip_tags:'UTF-8'|escape:'htmlall':'UTF-8'} + {$product.price} +
{l s='All best sellers' mod='blockbestsellers'}
»{l s='All best sellers' mod='blockbestsellers'}
{l s='No best sellers at this time' mod='blockbestsellers'}
- - {l s='Pay by cheque (order process will be longer)' mod='cheque'} + + {l s='Pay by cheque (order process will be longer)' mod='cheque'}
{$favoriteProduct.name}
{$favoriteProduct.description_short}
+
@@ -73,7 +73,7 @@ {else} {foreach from=$inter item=i}
@@ -115,7 +115,7 @@ {/foreach} {foreach from=$local item=i}
diff --git a/modules/productcomments/fr.php b/modules/productcomments/fr.php index 5f3268d1f..3d93253e2 100644 --- a/modules/productcomments/fr.php +++ b/modules/productcomments/fr.php @@ -8,6 +8,7 @@ $_MODULE['<{productcomments}prestashop>productcomments-extra_4ce7fa08d440a1e0fb3 $_MODULE['<{productcomments}prestashop>productcomments-extra_b78a3223503896721cca1303f776159b'] = 'Titre'; $_MODULE['<{productcomments}prestashop>productcomments-extra_0be8406951cdfda82f00f79328cf4efc'] = 'Commentaire'; $_MODULE['<{productcomments}prestashop>productcomments-extra_a2ed44743411cf8b80e397448fce104c'] = 'Votre nom'; +$_MODULE['<{productcomments}prestashop>productcomments-extra_e699583427bd276f34244d23e6072a41'] = 'Tous les champs sont obligatoires'; $_MODULE['<{productcomments}prestashop>productcomments-extra_94966d90747b97d1f0f206c98a8b1ac3'] = 'Envoyer'; $_MODULE['<{productcomments}prestashop>productcomments-extra_e81c4e4f2b7b93b481e13a8553c2ae1b'] = 'ou'; $_MODULE['<{productcomments}prestashop>productcomments-extra_ea4788705e6873b424c65e91c2846b19'] = 'Annuler'; @@ -67,7 +68,7 @@ $_MODULE['<{productcomments}prestashop>productcomments_6bf852d9850445291f5e9d474 $_MODULE['<{productcomments}prestashop>productcomments_6d28f2900adb9e500868166f6d04da92'] = 'Vous devez attendre'; $_MODULE['<{productcomments}prestashop>productcomments_ba8d7ae5dcadfba739f28a777378f208'] = 'secondes avant de poster un nouveau commentaire.'; $_MODULE['<{productcomments}prestashop>productcomments_4494d00c901c9e22ff3b953177205cea'] = 'Etes vous sur de vouloir signaler ce commentaire?'; -$_MODULE['<{productcomments}prestashop>productcomments_7c3b0e9898b88deee7ea75aafd2e37e2'] = 'Note moyenne'; +$_MODULE['<{productcomments}prestashop>productcomments_4b3b9db8c9784468094acde0f8bf7071'] = 'Note'; $_MODULE['<{productcomments}prestashop>productcomments_663fc7093256cda156e571631ddb295e'] = 'personne(s) sur'; $_MODULE['<{productcomments}prestashop>productcomments_e759c67f646fedbee26e1e6732588a98'] = 'ont trouvé ce commentaire utile'; $_MODULE['<{productcomments}prestashop>productcomments_39630ad6ee79b8653ea89194cdb45bec'] = 'Ce commentaire vous a-t-il été utile?'; diff --git a/modules/productcomments/img/star.gif b/modules/productcomments/img/star.gif index d0948a708..31362426f 100644 Binary files a/modules/productcomments/img/star.gif and b/modules/productcomments/img/star.gif differ diff --git a/modules/productcomments/productcomments-extra.tpl b/modules/productcomments/productcomments-extra.tpl index 0376c51cb..e97b47e82 100644 --- a/modules/productcomments/productcomments-extra.tpl +++ b/modules/productcomments/productcomments-extra.tpl @@ -57,8 +57,9 @@
{$product->name}
{l s='Give your advice' mod='productcomments'}
+ {l s='Title' mod='productcomments'} *: + +
+ {l s='Comment' mod='productcomments'} *: + +
+ {l s='Your name:' mod='productcomments'} *: + +
+ * {l s='All ths fields are mandatory' mod='productcomments'} {l s='Send' mod='productcomments'} {l s='or' mod='productcomments'} {l s='Cancel' mod='productcomments'}
{l s='Your email has been sent successfully' mod='sendtoafriend'}
{l s='Friend\'s name:' mod='sendtoafriend'}
{l s='Friend\'s email:' mod='sendtoafriend'}