Mikmoro Posted February 8 Share Posted February 8 Good morning. Could anyone tell me how to get the price to appear on the invoices, the products lines with taxes included instead of excluding? Thank you very much. Link to comment Share on other sites More sharing options...
Webkul Solutions Posted May 2 Share Posted May 2 You need to modify the invoice.product-tab.tpl file to display product prices with taxes included. File Path: ROOT_DIR/pdf/invoice.product-tab.tpl 1. Update unit price Replace: $order_detail.unit_price_tax_excl_including_ecotax to $order_detail.unit_price_tax_incl With: $order_detail.unit_price_tax_incl 2. Update total price Replace: $order_detail.total_price_tax_excl_including_ecotax With: $order_detail.total_price_tax_incl. 3. Update column headers Don’t forget to remove the “(tax excl.)” text from the corresponding column headers. Reference: https://prnt.sc/R5sZ9-oqfw1S Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now