Does it display 12345 instead of the stars? Then you can style it to stars!
No, no.
I have everything enabled to activate reviews. At the top of the single product pages I see the review rating and the amount of reviews:
Lower on the page where you would normally leave a review is set to leave a comment:
In the past and with other themes this comment section would turn into a reviews section allowing for users to give a rating and leave a review.
I canât figure out how to change this within Sage to have it use WooCommerce reviews instead of WordPress comments.
This is a long shot but depending on how old your copy of Sage is, you could be running into this problem where poorly written plugin styles arenât enqueued properly.
You could check if your copy of Sage includes these commits.
Thanks for the response. I donât believe thatâs the issue here. Iâm all up to date on the theme. WooCommerce is working great. The review star ratings are appearing everywhere they should. Itâs just that the comments area for single products are just that⌠comments. Theyâre not being transformed to reviews like Iâm use to in the past.
Something I just discovered:
If I copy the code from âsingle-product-reviews.phpâ from the WooCommerce plugin directory and replace the code in the âcomments.blade.phpâ then I see the following (after a bunch of debug errors):
Please excuse my lack for the correct terms but it appears Sage is not setup to allow WooCommerce reviews to override the default WordPress comments?
So now my Sage9 âcomments.blade.phpâ file looks like this:
I know there must be a better way of doing this but this is working for me for now.
It returns the results fine like this:
Jup, that seems right. I think thatâs how mine looks!