How to remove Total Volume Weight and Total Actual Weight after packages table?
Copy and paste below code on your child theme’s functions.php file.
remove_action("wpcargo_after_package_totals", "wpcargo_after_package_details_callback", 10, 1 );
remove_action("wpcargo_after_package_totals", "wpcargo_after_package_details_callback", 10, 1 );