Productgewicht verwijderen van factuur

PHOTO EMBED

Fri May 28 2021 13:12:20 GMT+0000 (Coordinated Universal Time)

Saved by @Daphne

add_action( 'wpo_wcpdf_custom_styles', 'wpo_wcpdf_custom_styles', 10, 2 );
function wpo_wcpdf_custom_styles ( $document_type, $document ) {
    ?>
    .product > .meta > .weight {
		display: none;
	}
    <?php
}
content_copyCOPY

Gewicht van product niet tonen op de factuur die naar de klanten wordt verstuurd