Answer the question
In order to leave comments, you need to log in
How to enable reviews on all WooCommerce Wordpress products?
I found on the Internet that you can make a SQL query in phpmyadmin
UPDATE `wp_posts` SET comment_status = 'open'
WHERE `post_type` = 'product'
USE 'database name'
UPDATE `wp_posts` SET comment_status = 'open'
WHERE `post_type` = 'product'
MySQL Response: Documentation
#1064 - You have a query error. Check the documentation for your version of MySQL for the correct syntax around ''database name''
UPDATE `wp_posts` SET comment_status = 'open'
WHERE `post_t' on line 1
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question