Hello please i keep having these error on my single product pages
Undefined variable: related_products in /data/wwwroot/beta.mysite.com/wp-content/themes/pro/woocommerce/single-product/related.php on line 13
Notice: Undefined variable: upsells in /data/wwwroot/beta.mysite.com/wp-content/themes/pro/woocommerce/single-product/up-sells.php on line 13
how to get rid of them?
after reading a lot on the forum, i added these to my child theme functions.php but it is no use.
remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_related_products’, 20 );
remove_action( ‘woocommerce_cart_collaterals’, ‘woocommerce_cross_sell_display’);
i also disabled cross sell and related product in pro customiser