• Resolved newshop

    (@newshop)


    Hello,
    I need to hide the tax information because I am using a plugin for german shops that already adds the tax information. I found the line in woocommerce-pdf-invoices-packingslips.php but I would like to achieve this without editing template files. Is this possible?
    Many thanks in advance!

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

    (@pomegranate)

    Hi! I’m not sure what tax information you are referring to. The free Simple template uses the same output that is printed in the WooCommerce emails.
    Indeed you should not edit core files like woocommerce-pdf-invoices-packingslips.php. You can edit the template files and copy them to your theme. This way they’re safe from plugin updates. Alternatively, you could hide it with CSS.

    The easiest option would be the premium templates: this gives you full control over the exact output in the PDF invoice plugin, (taxes but much more too).

    Hope that helps!
    Ewout

    Thread Starter newshop

    (@newshop)

    I’ve already fixed it with css. It was a bit complicated because of the leak of classes but I found a way. Thank you.

    • This reply was modified 9 years, 2 months ago by newshop.
    Plugin Contributor Ewout

    (@pomegranate)

    Great! Very glad to hear that 🙂

    May I ask what plugin you are using for the german shops?

    Thread Starter newshop

    (@newshop)

    Sure, it’s Germanized. It uses hooks and filters to hide the standard woocommerce tax information and add its own. Thats why I had the tax information on the pdfs generated with your plugin twice.

    • This reply was modified 9 years, 2 months ago by newshop.
    Plugin Contributor Ewout

    (@pomegranate)

    Thanks!

    Hi,

    I have the same problem, also using the Germanized plugin.
    @newshop: could you tell me how you hid the tax information via CSS? That would be great as I don’t really have experience with that.

    Many thanks in advance,
    Lena

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Hide tax’ is closed to new replies.