Articles on: Review Widgets

How to Reposition the Review Widget on Your Store

Overview



Reviews play a pivotal role for potential customers in making up their minds about a purchase, and that’s why reviews should be shown in the best possible manner. With AfterShip Reviews, you can easily change the position of the review widget to drive better sales results.

What you'll learn



In this tutorial, we’ll discuss:

How to move the review widget to the desired position in Shopify 1 themes
How to move the review widget to the desired position in Shopify 2 themes

How to move the review widget to the desired position in Shopify 1 themes



This method is applicable for all Shopify themes 1.0, except for Dawn

Go to your Shopify account’s Themes section > Click on Actions and select the Edit code option from the dropdown menu

Look for the product.liquid file in the ‘Templates’ folder and open it

If you see files with .json, for example: product.json, check this help article.

Now, look for this code:

<!--BEGIN_AM_REVIEWS:production:product_page_reviews-->{% if content_for_header contains "/reviews\/v1\/sdk.js" %}
<div
    id="automizely_reviews_carousel_v2_production"
    data-pid="{{product.id}}"
    data-oid="{{shop.metafields.automizely_reviews.oid}}"
    data-sprw="{{shop.metafields.automizely_reviews.sprw}}"
></div>
<script src='{{  "am_reviews_main_widget.js"  | asset_url }}' async></script> 
{% endif %}

<div id="automizely_reviews_carousel" style="display: none"></div>
<!--END_AM_REVIEWS:production:product_page_reviews-->


After finding it, press control + X (Windows users) or command + X (Mac users) to cut the code



Scroll up and hover on {% section 'product-template' %} to see the right-arrow button > click on it and paste the code in the end

Please note that this line of code varies according to themes. For example, you'll see {% section 'product' %} in the Express theme. Therefore, always look for similar line if the mentioned one isn't there. In case, you are not able to find the corresponding line, please contact our support team.



Click Save

Verify the position of the review widget on your store. It should be right below your product, which is its ideal position.

How to move the review widget to the desired position in Shopify 2 themes



If you are using a Shopify 2.0 theme, follow the steps described in the video below:



For any help, contact our chat support team now.

Updated on: 23/06/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!