• Resolved krievinshj

    (@krievinshj)


    Hello. I created my own template. By default there is no products unit price in table. I managed to add it by using <?php echo $item[‘single_price’]; ?>. It works but problem for me now is that it shows price including tax but I want it excluding tax. Any help on how to show the price excluding tax?

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

    (@pomegranate)

    Hi! That would be ‘ex_single_price’. With the premium templates you can do this via the price block settings in the customizer:
    PDF Invoice customizer price block settings

    Ewout

    Thread Starter krievinshj

    (@krievinshj)

    Thanks a lot for your answer.
    Question about premium template. I have two type of customers: customer and wholesale customer. For me ideal situation would be if I could conditionally sent two types of invoices: one including tax in all positions ( unit price, subtotal, total) for customers and one excluding tax with separate VAT column for wholesale customers. So is it possible with your premium template?

    Plugin Contributor Ewout

    (@pomegranate)

    Hi! The customizer is not context aware to that extend. You could apply a filter on the settings that would change them depending on the customer type, but that would still require some custom coding.

    Kind regards,
    Ewout

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Products unit price on invoice’ is closed to new replies.