Skip to content

Instantly share code, notes, and snippets.

@mwin007
Created October 31, 2015 18:29
Show Gist options
  • Save mwin007/0db0c74d9c14b67b0d8e to your computer and use it in GitHub Desktop.
Save mwin007/0db0c74d9c14b67b0d8e to your computer and use it in GitHub Desktop.
<reference name="product.info">
<block type="page/html_pager" name="product_review_list.toolbar" />
<block type="core/template" name="product_review_list.count" template="review/product/view/count.phtml" />
<block type="review/product_view_list" name="product_customer_reviews" as="product_customer_reviews" template="review/product/view/list.phtml">
<block type="review/form" name="product.review.form" as="review_form">
<block type="page/html_wrapper" name="product.review.form.fields.before" as="form_fields_before" translate="label">
<label>Review Form Fields Before</label>
<action method="setMayBeInvisible"><value>1</value></action>
</block>
</block>
</block>
</reference>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment