Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hi Silver0023,
    You can create a custom template by copying the files to your theme folder (see FAQ or the instructions on the settings page). Then simply remove line 81 from invoice.php and line 55 from packing-slip.php:

    <?php if( !empty( $item['weight'] ) ) : ?><dt><?php _e( 'Weight:', 'wpo_wcpdf' ); ?></dt><dd><?php echo $item['weight']; ?><?php echo get_option('woocommerce_weight_unit'); ?></dd><?php endif; ?>

    Have a great day!
    Ewout

    Thread Starter Silver0023

    (@silver0023)

    Hi Erwout,

    Thanks a lot!!!

    Greetings

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Weight’ is closed to new replies.