Articles on: Ali Reviews

Ali Reviews - How can I show rating star in the Product page?

You can turn on/ off the Stars on Show reviews --> Star Ratings. If the rating stars are not showing after you enable it on the app settings. Please kindly read this instruction for manual adding the code

Here’re details that guide you how to add the code snippet in order to display rating star in the product page:

Go to your Online store - Theme - Find the Theme that you're using - Action - Edit Code.



Search for product.liquid file (or product-template.liquid in some cases).



Then, find the following code line (A):

{{ product.title }}




Copy this code snippet (B):

<div product-id="{{ product.id }}" class="alr-display-review-badge"></div>

Insert the code snippet (B) under the above code line (A):



That’s it. Good luck!

P/S: product.liquid or product-template.liquid can be named differently due to variety of themes._

NOTE: If it doesn't work, please free to contact our Support team via our live chat channel by clicking on the bottom right icon inside app, or our email at support@fireapps.io.

Updated on: 22/06/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!