Adding review block on the sidebar

by Peter D.

You can show the number of testimonials and average testimonial rating by two ways:

  1. Using widget
{{widget type="testimonials/widget_review" show_block_design="1"}}
  1. Using layout XML
  2. <reference name='left'>
    <block type="testimonials/widget_review" name="testimonials">
    <action method="setShowBlockDesign"><flag>0</flag></action>
    </block>
    </reference>
    
    Options: show_block_design - add/remove block title and link.

Recent articles

Back to top