Merge pull request #541 from indesign47/patch-4

[-] MO : products comments impossible if quantity > 0
This commit is contained in:
Gregory Roussac
2013-07-29 09:36:32 -07:00
@@ -35,6 +35,8 @@ $(function(){
});
</script>
{if $logged == 1 || $nbComments != 0}
</div><!-- Close the OosHook -->
<div id="product_comments_block_extra">
{if $nbComments != 0}
<div class="comments_note">
@@ -60,4 +62,6 @@ $(function(){
{/if}
</div>
</div>
<div><!-- new div for the next content if any -->
{/if}
<!-- /Module ProductComments -->