Forums
Home / Plugin: Related Products for WooCommerce / functions.php code?
(@shaky7)
7 years, 4 months ago
What sort of code do I have to add to functions.php for related products to appear under “woocommerce_after_single_product_summary” ?
(@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.
Thank you for the fast response.
Where does the shortcode for Woo Related Products come in that code?
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.