How to Move the Review Widget to an Ideal Position for Better Sales Results?
Reviews play a pivotal role for potential customers in making up their minds for purchase, and that’s why reviews should be shown in the best possible manner.
Automizely Reviews users can easily change the position of the review widget to drive better sales results. Let's learn how:
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
Note: If you see files with .json, for example: product.json, check this help article.
Now, look for this code:
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 on ‘Save’
Verify the position of the review widget on your store. It should be right below of your product, which is its ideal position
For any help, contact our chat support team now 👍
Automizely Reviews users can easily change the position of the review widget to drive better sales results. Let's learn how:
👨💻 Steps to shift the review widget to the desired position
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
Note: 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 on ‘Save’
Verify the position of the review widget on your store. It should be right below of your product, which is its ideal position
For any help, contact our chat support team now 👍
Updated on: 06/12/2021
Thank you!