Search code examples
phpxmlmagento

Product reviews not showing up on product review page


Product review page doesn't show product reviews + review form. It is only happening in my custom theme. If I change theme to Magento's default theme then product reviews + review form are visible on product review page.

Actually, the changes made in custom theme are done by another coder. So, I have no idea why this is happening.

Can anyone guide me to the files in which I should be looking for the solution?


Solution

  • I have solved my problem.

    product/view.phtml was missing:

    <?php echo $this->getChildHtml('product_additional_data') ?>
    

    Regards!