Add testimonials to product details

This commit is contained in:
Björn Fromme
2018-08-16 09:59:48 +02:00
parent 30eee5744b
commit 004de7cf9d
5 changed files with 49 additions and 5 deletions
@@ -7,3 +7,9 @@
</div>
</a>
</f:if>
<f:if condition="{product.testimonials}">
<div class="ep-sidebar ep-rating">
<p><strong>Kundenstimmen</strong></p>
{product.testimonials -> f:format.html()}
</div>
</f:if>