Add Widget Under Woocommerce Product Pages

I have a reviews widget from RichPlugins and i’m not sure how to get the reviews to show up on the WooCommerce Product pages. I got a similar plugin to show up on the homepage using the header widget 1 insert, and i put the new widget on header 3, but can’t figure out how to get it to show up on the product pages under the product descriptions. I’d also put it on a third tab if possible. https:vitalitycbd.com

Widget shortcode is [brb_collection id=“3219”].

Thanks,

Jesse

Hello Jesse,

Thanks for writing in!

Please copy tabs.php file from /wp-content/themes/x/woocommerce/single-product/tabs/ to /wp-content/themes/x-child/woocommerce/single-product/tabs/.

After that add the widget shortcode after line number 62 that starts with:

      <?php echo do_shortcode( $tabs ); ?>

echo do_shortcode is the shortcode to output shortcodes content. To learn more, please refer following post:

https://developer.wordpress.org/reference/functions/do_shortcode/

Please note that changes you are looking for will require custom development work which falls outside the scope of support we can offer. However, using above pointers you can make the changes.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.