0

I want to provide the woocommerce product review form in a page other than product page using product id, is there any way to call the review form like this?

krishna89
  • 850
  • 1
  • 19
  • 42

2 Answers2

2

Just try this in template

comments_template( ‘woocommerce/single-product-reviews’ );
Dnyanesh
  • 51
  • 6
-1

Yes there is a plugin you can use: https://wordpress.org/plugins/twb-woocommerce-reviews/ also one more solution here: I want to get woocommerce reviews by product id and display it in a template

Community
  • 1
  • 1