I have a site with reviews. I am reviewing companies and not products. So instead of products, I have companies create in Woocommerce. The problem is my users can review a company unlimited times. Only option in wordpress is to limit reviews by verified customers but since there is no puchace, I cannot use that function. How do I limit a user to only review a company (product) 1 time. (Can review other products but again only 1 time)
I have a site with reviews. I am reviewing companies and not products. So instead of products, I have companies create in Woocommerce. The problem is my users can review a company unlimited times. Only option in wordpress is to limit reviews by verified customers but since there is no puchace, I cannot use that function. How do I limit a user to only review a company (product) 1 time. (Can review other products but again only 1 time)
Share Improve this question asked Apr 19, 2020 at 15:47 Flemming Wacher DanielsenFlemming Wacher Danielsen 11 Answer
Reset to default 0This question should really be directed to the Woocommerce support but it doesn't really sound like Woocommerce is the right solution here.
Create a plugin and in the plugin, create a custom post type called companies. Using something like https://generatewp/post-type/ will help you get started quickly. Then you want to look at implementing your own reviewing system or plugin and you will be able to have complete control.