• Resolved merock

    (@merock)


    hi everyone 🙂

    How can I move the TAX (IVA 21%) line just under the subtotal on our invoices?
    any tip to tweak the code in order to move this? Right now it’s showing up like that:

    Subtotal: 79,31€
    Shipping: 4,96€ vía SEUR
    IVA 21%: 15,20€
    _________________________
    TOTAL 87,57€
    _________________________

    but we need it like this:

    Subtotal: 79,31€
    IVA 21%: 15,20€
    Shipping: 4,96€ vía SEUR
    _________________________
    TOTAL 87,57€
    _________________________

    Just move the TAX line (IVA21%) just under the Subtotal line.

    Thank you in advance!! <3

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    How can I move the TAX (IVA 21%) line just under the subtotal on our invoices?

    Are you using a plugin to generate invoices? If so, you’ll want to check with the plugin developer directly.

    Thread Starter merock

    (@merock)

    yes, but they told me the plugin uses the original woocommerce output. Thas why I’m asking here 🙂

    Hey @merock,

    Typically you can do this with a template override. To change it on the checkout page, you would need to override the /checkout/order-review.php file. In the code you’ll see a section for shipping followed by fees and taxes. Move the taxes above the shipping and that should change its order on the front-end of the site.

    You can learn more about overriding template files here: https://woocommerce.com/document/template-structure/

    Hopefully, the invoice will follow this template too. If it doesn’t, then it would be time to ask the developer of the invoices what to change.

    Cheers

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. If you have further questions, please feel free to open a new topic.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change order in totals lines’ is closed to new replies.