This topic has 5 replies, 2 voices, and was last updated 3 months, 1 weeks ago ago by Luca Rossi
Checking in on this one. Please advise
Hi @Safe Desires,
Is there an option to make the “Your review” text box optional?
Please uncheck this setting under WooCommerce > Settings > Products: https://prnt.sc/5T5fyGMqMidh
Also, is there a way to make all ratings stars appear in one row? (see attached)
Please share us an customer account.
Lastly, how can star ratings be added/edited from an admin level?
You can change the review content under Products > Reviews but not the star rating: https://***.com/wp-admin/edit.php?post_type=product&page=product-reviews
Hope it helps!
User access is attached. Some follow-up questions:
Can the Reviews section be its own section below the product information instead of a simple tab?
Also, how can reviews only show a person’s first name? I would also like the client to leave the review without a name showing (so it would show anonymous), if they check a box.
Can “Your Review” text field be optional?
Lastly, can the “Leave a review” link be added to each product someone purchased when they look at their purchases in My Account?
Hi @Safe Desires,
Also, is there a way to make all ratings stars appear in one row? (see attached)
Please add this custom CSS:
.comment-respond .comment-form-rating .stars > span {
display: flex;
justify-content: space-between ;
}
.comment-respond .comment-form-rating .stars > span a {
margin-inline-end: 0 !important;
}
Can the Reviews section be its own section below the product information instead of a simple tab?
Please remove the review from the tabs then add review element below: https://prnt.sc/ythe-jl0jqyq.
Can “Your Review” text field be optional?
Please uncheck this setting under WooCommerce > Settings > Products: https://prnt.sc/5T5fyGMqMidh
Lastly, can the “Leave a review” link be added to each product someone purchased when they look at their purchases in My Account?
There is no such option, by default, unfortunately.
We kindly ask you to submit a feature request at the following link: https://www.8theme.com/taskboard/
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up