Adding user testimonials (seller ratings) to Magento shops

Adding testimonials carousel is as easy as copy-pasting a line of text to your Magento shop template. Which template you should use is totally up to you - wherever you want the carousel to appear.


The snippet you'll have to insert is this:

<div class="rivio-testimonials"></div>


Save your template, and customer testinomials should appear on your page after refresh.




Customization

Theme

Set the theme of the testimonial widget

Default theme:

<div class="rivio-testimonials"></div>

Theme for dark backgrounds:

<div class="rivio-testimonials" data-rivio-testimonials-theme="dark"></div>

Fully custom style (no css included, DIY styling):

<div class="rivio-testimonials" data-rivio-testimonials-theme="custom"></div>

Is this article helpful for you?