column with total tax per line
-
Hi, I’ve been looking for how to add tax field / column to order lines without success! I saw your template get_formatted_line_subtotal: can you tell me function called to add this column like follow code?
<td class=”product-price”>
<span><?php echo wp_kses_post( $order->get_formatted_line_subtotal( $item ) );?></span>
</td>Is there a similar function (get_formatted_line_subtotal_tax????) to to do this? Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘column with total tax per line’ is closed to new replies.