REMOVE SKU WEIGHT from Packing Slip\Enlarge remaining META notes
-
Hello. this code snippet was working up until this past week. Can someone help me resolve the issue? I want the weight sku removed from the packng slip.
add_action( ‘wpo_wcpdf_custom_styles’, ‘wpo_wcpdf_custom_styles’, 10, 2 ); function wpo_wcpdf_custom_styles ( $document_type, $document ) { if ( $document_type == ‘packing-slip’ ) { ?> .product .meta .sku, .product .meta .weight { display: none; } <?php } }
And I would like to enlarge the print size of the remaining META notes, i.e. responses to questions from purchasing the item… IS THIS A GIFT? YES/NO…
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.