Hi. The product reviews do not appear together with the stars. Can you take a look please?
Hey Ayllon,
Here is a thread for you to consider
https://kriesi.at/support/topic/woocommerce-reviews-and-related-form-are-missing/#post-1048337
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
I followed the thread you told me, the reviews appear but this error also appears in the product:
Warning: Use of undefined constant __return_true – assumed ‘__return_true’ (this will throw an Error in a future version of PHP) in /homepages/3/d607937906/htdocs/GuitarStraps/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_review.php on line 80
Best regards,
Antonio
Hi Antonio,
You can try the code like this:
add_filter('comments_open', '__return_true');
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
Excellent it works, thank you very much for your support!
One more thing, when I update the theme, will I have to modified the code again?
Best regards,
Antonio
Hi Antonio,
Yeah, updating the theme will revert the changes. You might want to use the child theme and move changes there.
Best regards,
Victoria