Show review stars on homepage featured collections (Dawn)

Topic summary

A user running the Dawn theme wants to display Loox review stars in their featured collections section on the homepage.

Two solutions were provided:

  1. First approach: Add a specific code snippet to the card-product.liquid file after line 159. This solution includes:

    • Step-by-step instructions for accessing the theme code editor
    • A code snippet using looxReviews class
    • Visual example showing the implementation
    • Warning to backup the file before editing
  2. Alternative solution: A different code snippet also targeting card-product.liquid, with a note that the variable name might be product or product_card depending on the theme setup.

Key considerations:

  • Both solutions assume the card-product.liquid file hasn’t been previously customized
  • The implementation requires basic theme file editing
  • Code snippets were provided but may need variable name adjustments

The discussion remains open with the original poster asking an off-topic question about product image slideshows.

Summarized with AI on November 2. AI used: claude-sonnet-4-5-20250929.

I am on dawn theme and would like the featured collections section to show stars for reviews. I am using loox for reviews and my site is pawfectiontoys.com

can someone help?

Hi @anpanman ,

To show loox review on the featured collection, add below code on the card-product.liquid file.

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find card-product.liquid file

  4. Add the following code just after line number 159


Result: https://mangit.myshopify.com/

Note:

  1. Please take a backup of your card-product.liquid filebefore add this code.

  2. I have written this code based on the assumption that you have not previously edited card-product.liquid file.

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
Makka

3 Likes

How do you do the slide shows for product pictures in your example link?

Hi @anpanman ,

Can you further explain which slide show you can talking about?

You can try this below code. You should add it inside the card-product.liquid or something similar which you will find in collection liquid page. If you still face any issues let me know.


Make sure that in your liquid file maybe ‘card_product’ variable is denoted with ‘product’ or ‘product_card’. You just replace it accordingly.