• After update to your plugin newest version, this code used to hide chained product in PDF Invoice no longer work

    add_action( 'wpo_wcpdf_custom_styles', 'wpo_wcpdf_custom_styles' );
    function wpo_wcpdf_custom_styles () {
        ?>
        .chained-product { display: none !important; }
        <?php
    }

    Please help. Thanks.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide chained product in PDF Invoice’ is closed to new replies.