Add Reviews Badge to Shopify Vintage Themes
Instructions on how to set up the reviews badge widget on Shopify vintage themes.
If you need any help setting up widgets on vintage themes let us know and we would be happy to help!
Prerequisites
This tutorial assumes that you've already completed the initial Recenio widget setup.
Reviews badge widget setup
- Open your Shopify Admin and navigate to your online store themes. Select a theme where you want to add the reviews badge widget, click on the actions menu and select 'Edit code'
- Create a new snippet in the Snippets folder named recenio-reviews-badge-widget.liquid
- Paste the following code inside the recenio-reviews-badge-widget.liquid snippet.
<div class="recenio-reviews-badge"></div>
- Now you can use the following snippet to place the reviews badge widget wherever you want in your theme.
{% render 'recenio-reviews-badge-widget' %}