WETHINKBLOGS

TECHNOLOG AND BLOGGING ARENA!

Breaking News

Breaking News: Hello did You know that emmy jiya is a Blogger, Thanks for being here.

Tuesday 22 January 2019

How To Fix Woocommerce Product Review Tab Not Showing On Product Page.

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.
  1. function mytheme_add_woocommerce_support() {
  2. add_theme_support( 'woocommerce' );
  3. }
  4. add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' );

No comments:

Post a Comment