Why do I see double star ratings on my product page?

I integrated the AliReviews app, but on my product page I keep seeing two sets of the “star rating”, one on top of the other, and I can’t figure out how to only display one of them.

Hi @purities ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

puregroceries.com

Hi @purities ,

Sorry, The link you sent is broken

whoops it’s Purifygroceries.com

link to the product page that’s showing the stars

https://purifygroceries.com/products/puregroceries-ultrasonic-purifier

Hi @purities ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-main-product.css->paste below code at the bottom of the file:
.alr-display-review-badge #alireview-review-widget-badge + #alireview-review-widget-badge {
    display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

4 Likes

Hi could you help me as well. My store is displaying two reviews stars and I can’t seem to find the code