• Resolved nikxs

    (@nikxs)


    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)
  • Plugin Support kenil802

    (@kenil802)

    Hi @nikxs,

    I will ask the developer regarding your query and get back to you with an update.

    Regards,
    Kenil Shah

    Plugin Support kenil802

    (@kenil802)

    Hi @nikxs,

    Currently there is no such function get_formatted_line_subtotal_tax present in the WooCommerce. So to get your requirements done you can try using a function like get_tax_totals and get_total_tax.

    Please let us know if you have any other queries.

    Regards,
    Kenil Shah

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘column with total tax per line’ is closed to new replies.