Include the product’s price excluding VAT and the amount of VAT

[ad_1]

Hi,

I want to include in the PDF, the amount of the product excluding VAT as well as the amount of VAT for this product

For instance :

//Price of the product exclude VAT

<td class="product-price-exclude-vat" data-title="<?php esc_attr_e( 'Prix HT', 'wc-cart-pdf' ); ?>">
<?php
echo esc_html( $_product->get_price_excluding_tax() );
?>
</td>

//Amount of the product’s VAT

<td class="product-vat" data-title="<?php esc_attr_e( 'Prix HT', 'wc-cart-pdf' ); ?>">
<?php
echo esc_html( $_product->get_tax() );
?>
</td>

Do you have an example for this improvement?
Thank you 🙂

  • This topic was modified 2 hours, 32 minutes ago by boo6ie.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer