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?
A user running the Dawn theme wants to display Loox review stars in their featured collections section on the homepage.
Two solutions were provided:
First approach: Add a specific code snippet to the card-product.liquid file after line 159. This solution includes:
looxReviews classAlternative 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:
card-product.liquid file hasn’t been previously customizedThe discussion remains open with the original poster asking an off-topic question about product image slideshows.
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:
Go to Online Store
Edit Code
Find card-product.liquid file
Add the following code just after line number 159
Result: https://mangit.myshopify.com/
Note:
Please take a backup of your card-product.liquid filebefore add this code.
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
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.