Ali Reviews - How to add Rating stars on featured product on Homepage?
To show the rating star in the product feature on Homepage, you need to add the code snippet into the feature-product.liquid file, located in your default theme. Here’re details that guide you how to display reviews on your collection page:
Go to the feature-product.liquid file. Then, find the following code line (A):
Copy this code snippet (B):
Insert the code snippet (B) under the above code line (A).
Finally, if it still does not work, please feel 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.
Go to the feature-product.liquid file. Then, find the following code line (A):
{{ product.title }}
Copy this code snippet (B):
<div product-id="{{ product.id }}" class="arv-collection arv-collection--{{ product.id }}"></div>
Insert the code snippet (B) under the above code line (A).
Finally, if it still does not work, please feel 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: 23/04/2021
Thank you!