Plugin Contributor
Vagelis
(@eboxnet)
Hello there, this should work:
remove_action('woocommerce_after_single_product', 'wrprrdisplay');
add_action('woocommerce_after_single_product_summary', 'wrprrdisplay', 10);
let me know if anything.
Thanks for using Woo Related Products.
Thread Starter
kami
(@shaky7)
Thank you for the fast response.
Where does the shortcode for Woo Related Products come in that code?
Plugin Contributor
Vagelis
(@eboxnet)
You could use the shortcode in your product template or anywhere else but if you simply need to move the output the code i sent you will do the trick.
Thanks.