Ali Reviews - How can I show the rating star in Collection page?
To show the rating star in the Collection, you need to add the code snippet into the product-grid-item.liquid or product-card-grid.liquid file, located in your default theme. Here’re details that guide you how to display reviews on your collection page:
Go to the product-grid-item.liquid or product-card-grid.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).
P/S: If you can not find product-grid-item.liquid or product-card-grid.liquid, let try on product-card.liquid OR product-item.liquid OR product-info.liquid.
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 product-grid-item.liquid or product-card-grid.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).
P/S: If you can not find product-grid-item.liquid or product-card-grid.liquid, let try on product-card.liquid OR product-item.liquid OR product-info.liquid.
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!