There are two type of problem in this WordPress woocommerce product reviews functionality. Back-end problem and coding problem.
1. First solution is Enable reviews.
Edit the Product >> Go to Product Data Section >>
Click on Advanced >> Check the Enable reviews Check Box.
2. Second solutions is do to functions.php file on theme and paste these code.
- function mytheme_add_woocommerce_support() {
- add_theme_support( 'woocommerce' );
- }
- add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' );
No comments:
Post a Comment