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

    (@yordansoares)

    Hello @katrineds,

    Please use this custom CSS rule to hide the weight:

    add_action( 'wpo_wcpdf_custom_styles', 'wpo_wcpdf_custom_styles' );
    function wpo_wcpdf_custom_styles () {
    	?>
    	.weight {
    		display: none;
    	}
    	<?php
    }

    If you haven’t worked with code snippets (actions/filters) or functions.php before, read this guide: How to use filters

    You can also do this using the Premium Templates customizer. You can use the Product column settings to disable the SKU and Weight just with a couple of clicks.

    Customizer Product column feature from Premium Template for WooCommerce PDF Invoices & Packing Slips

    Hope it helps you!

    Thread Starter KatrineDS

    (@katrineds)

    Perfect! Thanks ??

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