Remove the order review summary on the order page in WooCommerce on your child site.
Snippet Type
Execute on Child Sites
Snippet
remove_action( 'woocommerce_checkout_order_review', 'woocommerce_order_review', 10 );
Remove the order review summary on the order page in WooCommerce on your child site.
Snippet Type
Execute on Child Sites
Snippet
remove_action( 'woocommerce_checkout_order_review', 'woocommerce_order_review', 10 );
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.