Skip to content

Instantly share code, notes, and snippets.

@maxlibin
Created March 26, 2013 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxlibin/5244362 to your computer and use it in GitHub Desktop.
Save maxlibin/5244362 to your computer and use it in GitHub Desktop.
Magento Show review form on catalog page
//the form code lives in app/design/frontend/yourtemplate/default/template/review/form.phtml
//in catalog.xml enable it with:
<block type="review/form" name="product.info.review_form" as="review_form" template="review/form.phtml"/>
<?php echo $this->getChildHtml('review_form'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment