• Resolved labalme

    (@labalme)


    Hello, Thank you for your valuable plugin.
    For the delivery note. Is it possible not to show the weight?
    Thanks to you

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

    (@dpeyou)

    Hello @labalme,

    Yes, that is possible with a code snippet:

    add_action( 'wpo_wcpdf_custom_styles', 'wpo_wcpdf_custom_styles' );
    function wpo_wcpdf_custom_styles () {
    	?>
    	.packing-slip .weight {
    		display: none;
    	}
    	<?php
    }
    Thread Starter labalme

    (@labalme)

    Oh, beautiful. It’s perfect ?? . Thank you so much for your help and work.??

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