Hi Guys,
I’ve looked in to it and if I add:
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
at functions.php from child theme it removes the cart, same goes for woocommerce_template_single_meta
to remove meta.
But woocommerce_template_single_excerpt
to remove the excerpt which is product short description (see here).
It doesn’t work. Also tried it in parent functions.php but with no luck.