Woocommerce Star Rating Displays “SSSSS”
Woocommerce star rating symbols can sometimes lose the stars styling which will result in SSSSS being displayed. It can be a theme or plugin issue and usually appears after an update of some sorts.
My solution is to add the following custom CSS
.woocommerce .star-rating,
.woocommerce-page .star-rating {
width: 6em !important;
}
Let me know if you’ve found this useful.