If you don’t want to display the prices of selected fields in the cart, use this filter:
<?php | |
/** | |
* Hide all field prices in the cart | |
*/ | |
add_filter( 'pewc_show_field_prices_in_cart', '__return_false' ); |
Check this article for how to add this snippet to your site.