Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter anve

    (@anve)

    Seems that I hadn’t configured the default tax correctly. Nevertheless one had to make a separate template to get something like this:

    Total (excl. VAT) 156
    Shipping 10
    VAT 33
    Total (incl. VAT) 200

    This should work out of the box in my mind.

    Plugin Contributor Ewout

    (@pomegranate)

    Hi Anve,
    Glad to hear you found the fault in your tax configuration.
    If you need more detailed totals, you can indeed create a custom template. There are many different flavours of total listings, so I have made the default to output the way WooCommerce does natively. The Premium Templates Pack comes with a customizer that lets you add these rows straight from the settings and configure them exactly how you need them, as well as add/remove/re-organize the line item columns.

    Let me know if you have any other questions!

    Ewout

    Hi,

    I only have the problem that my Shipping costs are not shown in total sum of the invoice. I don′t use Premium Template Packs. Is that necessary. Where can I configure it?

    Plugin Contributor Ewout

    (@pomegranate)

    In the free version, there is no easy way to add the shipping costs, as the totals come straight from WooCommerce itself (i.e. it’s the same as what you see in WC emails).

    You can show the shipping cost with a code snippet (in a custom template):

    <?php $wpo_wcpdf->order_shipping( 'incl' ); ?>

    With the premium templates you can add that with the drag & drop customizer.

    Hope that helps!

    Ewout

    Thanks a lot. But where do I add:

    <?php $wpo_wcpdf->order_shipping( 'incl' ); ?>

    in the invoice.php?

    And if so where (in which line)?

    Sorry I don′t get it so far.

    Plugin Contributor Ewout

    (@pomegranate)

    Hi! Yes in invoice.php. It’s up to you where you put that, it will show up in the invoice in the exact same spot you put it. Make sure to read the documentation if you’re not sure how to create a custom template:

    https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/creating-a-custom-pdf-template/

    Good luck!
    Ewout

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Showing tax on the invoice’ is closed to new replies.