Back to Opencart

Comment Reply

upload/catalog/view/template/cms/comment_reply.html

4.1.0.3279 B
Original Source

{% if replies %}

{% for reply in replies %}

{{ text_by }} {{ reply.author }} - {{ reply.date_added }}

{{ reply.comment }}

{% endfor %} {% endif %} {% if not replies %} {{ button_replies }} {% elseif next %} {{ button_more }} {% else %} {{ button_more }} {% endif %}