Problem trying to add a custom rating field to products.
I want each of these to be distinct separate ratings that do not have any effect on each other.
However, if I give the product 5 stars, and then give the size 3 stars, the product rating automatically reduces itself to 4 stars.
How can I separate a custom rating field for information purposes only, so that it does not reduce the overall product rating?
Hi @zo-zo-lee
Kindly change the ratings field meta key 'rating' in the wpDiscuz Form to a different value.
Thanks,
Is there another way to hook that meta key into the woocommerce rating system?
I've tried all of that.
The problem is that the rating then do not show in the general woocommerce rating displays, unless the meta key is "rating"
But if the main rating field meta key is "rating" then it just averages in my new "size_fit" meta key, or any other ratings or sliding scale information I might want to add, into the main rating and doesn't display any averages for those ones at all.
I'm trying to get the products to work so that they can give a product 5 stars, but select three for size and fit (center, or just right) just for information purposes.