I just got my first product review using the Product Reviews by Tess and I can't figure out how to show the actual review on the product page of the item reviewed.
Here is how I added the coding from the instruction documentation to the PROD page but I think I might have put the Reviews template in the wrong part of the code:
<mvt:if expr="l.settings:related_product_count NE 0">
<div class="bor"></div>
<h4 class="title">Related Products</h4>
<mvt:item name="related_products" />
</mvt:if>
<mvt:item name="tgreviews" param="Form_Template()" />
<mvt:item name="tgreviews" param="Reviews_Template(|.settings:product:id)" />
<mvt:item name="prod_ctgy_hdft" param="prod_footer" />
</div>
The form template shows up but I can't get the actual review to show up. What am I doing wrong?
Here is how I added the coding from the instruction documentation to the PROD page but I think I might have put the Reviews template in the wrong part of the code:
<mvt:if expr="l.settings:related_product_count NE 0">
<div class="bor"></div>
<h4 class="title">Related Products</h4>
<mvt:item name="related_products" />
</mvt:if>
<mvt:item name="tgreviews" param="Form_Template()" />
<mvt:item name="tgreviews" param="Reviews_Template(|.settings:product:id)" />
<mvt:item name="prod_ctgy_hdft" param="prod_footer" />
</div>
The form template shows up but I can't get the actual review to show up. What am I doing wrong?
Comment