Hi, I found the way to get what I want, I needed to use
<td class="price"><?php echo $item['single_line_total']; ?></td>
Hi @alexmigf
I tried using this
<td class="price"><?php echo $item['line_total']; ?></td>
VAT was not applied but i get the total amount of the product
For example if the product is 10€ and 2 of it, this will show 20€ but instead I want to show 10€