Hi guys,
We’re trying to remove the related/up-sells products from their default position to build our own template.
The following actions are not working:
remove_action('woocommerce_after_single_product_summary', 'woocommerce_upsell_display', 15);
remove_action('woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20);
After searching quite a bit we came across a thread that mentioned a theme having its own hook to call the related/upsells function. Does X/Pro has a custom hook for these? If yes what would they be so that we can disable them properly?
Thank you!