#define defaultProductCommentPage()
#if(option("product_comment_enable","true") && product.comment_status)
#if(option("product_comment_vcode_enable","true")) #end
#end

全部评论

#productCommentPage() #for(comment : commentPage.list ??) #include("defaultProductCommentItem.html") #end #end
#productCommentPaginate(anchor="comments") #end
#end