DavGarcia
DavGarcia

Reputation: 18822

Woocommerce - show reviews from a different product id

I have a main product in our WooCommerce store where all the reviews are, let's say it is product id 123. There are other products in our store on which I'd like the review tab to show the reviews from product id 123 instead of their own reviews. These other products have ids 124, 125, and 126.

What do I need to override or hook into so that I can show product reviews for 123 on product pages 124, 125, and 126?

Upvotes: 0

Views: 463

Answers (1)

Fayaz Thaheem
Fayaz Thaheem

Reputation: 11

You can use a plugin to do this. https://www.appjetty.com/woocommerce-copy-or-move-reviews.htm

Upvotes: 1

Related Questions