Remove weight from Invoice
-
Thanks for the wonderful plugin!
I used this code to remove Weight, SKU, Order Number and Order date:
add_action( 'wpo_wcpdf_custom_styles', 'wpo_wcpdf_custom_styles' );
function wpo_wcpdf_custom_styles () {
?>
.sku { display: none;}
.weight { display:none !important; }
.order-number, .order-date {
display: none;}
<?php
}added this via code snippets plugin.
SKU, Order Number and order date is removed from invoice. However, weight is still displayed.
Kindly help me with a correct code.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove weight from Invoice’ is closed to new replies.