Articles on: Review Widgets

How to Enable Star Rating Widget for the Streamline Theme?

Using a compelling theme for your online store is the key to keep growing persistently. An eye-catching online store always draws the attention of prospects and tempts them to buy.

Experienced Shopify store owners are familiar with this fact, and that’s why they don’t hesitate while going for the paid themes. E.g.: Streamline.

Want to activate the star rating widget for your Streamline-based Shopify store?



It’s super easy with Automizely Reviews. Just follow these steps to activate it in a jiffy:

For the product detail page



Log in to your Shopify store and go to the ‘Themes’ section
Click on ‘Actions’ > ‘Edit code’
Look for the product-template.liquid file in the ‘Snippets’ directory
Paste this code right above this line <div class="product-single__prices">:

<!--BEGIN_AM_REVIEWS:production:PRODUCT_TITLE_STAR_WIDGET-->{% if shop.metafields.automizely_reviews.show_stars_under_product_name == 'true' %}<div 
    id="automizely_reviews_product_detail_title_star_widget" 
    data-product-id="{{ product.id }}" 
    data-ratings="{{ product.metafields.automizely_reviews.ratings }}"
    data-raters="{{ product.metafields.automizely_reviews.raters }}"
    >
</div>{% endif %}<!--END_AM_REVIEWS:production:PRODUCT_TITLE_STAR_WIDGET-->

Click on ‘Save’.

For the collection page



Look for the product-grid-item.liquid file in the ‘Snippets’ directory

Paste this code right below this line <div class="grid-product__title">{{ product.title }}</div>:

<!--BEGIN_AM_REVIEWS:production:PRODUCT_COLLECTION_STAR_WIDGET-->{% if shop.metafields.automizely_reviews.show_stars_under_product_name == 'true' %}<div 
    class="automizely_reviews_product_collection_star_widget" 
    data-product-id="{{ product.id }}" 
    data-ratings="{{ product.metafields.automizely_reviews.ratings }}"
    data-raters="{{ product.metafields.automizely_reviews.raters }}"
    ></div>{% endif %}<!--END_AM_REVIEWS:production:PRODUCT_COLLECTION_STAR_WIDGET-->

Click on ‘Save’.

If the widget still doesn’t get activated, feel free to take help from our chat support team now 👍

Updated on: 11/05/2021

Was this article helpful?

Share your feedback

Cancel

Thank you!