Articles on: Installing widgets on store

How to add review widget to classic themes?

Manual integration with classic themes. If customer reviews are not displayed automatically when downloading the Trustreviews app, please follow these steps ->

Watch out for new updates to Shopify themes. It is possible that your classic theme has become a 2.0 theme. So follow the 2.0 theme steps if necessary.


To manually embed the Trustreviews tab on your product pages and display customer reviews at the bottom of your product page, follow these steps:

Go to your Shopify Themes menu. (online store -> edit code)

Click on the "Actions" menu, then select "Edit Code".

Open the section you use for product pages (usually called product.liquid / product-template.liquid / product-page.liquid / product-main.liquid, but some themes work differently).
Copy the line of code in the box below:

Paste the entire line of code where you want customer reviews to appear. In order to display customer reviews at the very bottom of your page, please paste the code at the very bottom of the code page. Here is an example on the Debut theme:

<div id="trustreviews" class="page-width" data-product-id="{{product.id}}"> {{ product.metafields.trustreviews.iframe }}
</div>


Here is an example on the Debut theme:



The Trustreviews tab appears like this:


Updated on: 03/13/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!