From faa975750dcc222069e6b5b2703ab767923aedd0 Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Tue, 25 Jun 2013 10:26:13 +0200 Subject: [PATCH] [-] MO : fixed bug #PSCFV-8910 - Productcomments module allows post only one comment per product --- modules/productcomments/productcomments.tpl | 3 +++ themes/default/modules/productcomments/productcomments.tpl | 3 +++ 2 files changed, 6 insertions(+) diff --git a/modules/productcomments/productcomments.tpl b/modules/productcomments/productcomments.tpl index dcff2e01d..036aadeeb 100644 --- a/modules/productcomments/productcomments.tpl +++ b/modules/productcomments/productcomments.tpl @@ -71,6 +71,9 @@ var productcomments_url_rewrite = '{$productcomments_url_rewriting_activated}'; {/if} {/foreach} +

+ {l s='Write your review' mod='productcomments'} ! +

{else} {if ($too_early == false AND ($logged OR $allow_guests))}

diff --git a/themes/default/modules/productcomments/productcomments.tpl b/themes/default/modules/productcomments/productcomments.tpl index b5594be60..7e1ce61ef 100644 --- a/themes/default/modules/productcomments/productcomments.tpl +++ b/themes/default/modules/productcomments/productcomments.tpl @@ -71,6 +71,9 @@ var productcomments_url_rewrite = '{$productcomments_url_rewriting_activated}'; {/if} {/foreach} +

+ {l s='Write your review' mod='productcomments'} ! +

{else} {if ($too_early == false AND ($logged OR $allow_guests))}