Somehow the review section / tab on my product pages is not showing up.
See here: http://www.princessly.com/ball-gown-sweetheart-empire-waist-cap-sleeve-above-knee-chapel-wedding-dress.html
The Reviews tab section is totally empty. What could be the culprit?
I have enabled ‘Price’, ‘Quailty’ and ‘Value’ in Catalog -> Manage Ratings and refreshed all cache. But it still doesn’t show up.
And I checked the catalog.xml in the layout folder of the current theme and the ‘reviews’ section IS there:
<action method="addTab" translate="title" module="review">
<alias>reviews</alias>
<title>Reviews</title>
<block>review/product_view_list</block>
<template>review/product/view/list_tab.phtml</template>
</action>
And I double checked, /home/my_user/public_html/app/design/frontend/default/my_theme/template/review/product/view/list_tab.phtml is there and the content of it seems quite all right. It’s the review and rating form no problem.
What could be the problem? This is really weird.
Thanks a lot!