• Resolved TwoGunRosie

    (@twogunrosie)


    I need my invoice to show separate lines for the provincial tax total (sales tax), Shipping rate total, and shipping tax. I modified the invoice template using the shortcodes provided by booster.

    For provincial tax, I tried [wcj_cart_subtotal_tax] and [wcj_cart_tax].
    For shipping, I used [wcj_cart_shipping_total].
    For shipping tax, I used [wcj_cart_shipping_tax].

    However, these totals do not show up on the invoice. Here is the section of the invoice template where I added the new lines:

    <table class="pdf_invoice_totals_table">
    <tbody>
    	<tr><th>Total (excl. TAX)</th><td>[wcj_order_total_excl_tax]</td></tr>
    	<tr><th>Prov. Taxes</th><td>[wcj_cart_subtotal_tax]</td></tr>
            <tr><th>Shipping Rate</th><td>[wcj_cart_shipping_total]</td></tr>
            <tr><th>Shipping Taxes</th><td>[wcj_cart_shipping_tax]</td></tr>
    	<tr><th>Order Total</th><td>[wcj_order_total]</td></tr>
    </tbody>
    </table>

    Here is a link to the final appearance of the invoice: https://pasteboard.co/JQWT5Dn.jpg

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support David G

    (@gravid7)

    Hi @twogunrosie

    Please use the below shortcodes.

    <p> Total (excl. TAX) : [wcj_order_total_excl_tax] </p>
    <p> Prov. Taxes : [wcj_order_total_tax] </p>
    <p> Shipping Rate : [wcj_order_shipping_price excl_tax=”yes”] </p>
    <p> Shipping Taxes : [wcj_order_shipping_tax] </p>
    <p> Order Total : [wcj_order_total] </p>

    Let us know if still not working.

    Thread Starter TwoGunRosie

    (@twogunrosie)

    Thank-you! These shortcodes worked better, but still one slight change needed. The provincial taxes for this order should come to $4.66. The Prov. Taxes showing on the invoice are $11.66 – the provincial taxes ($4.66) plus the shipping taxes ($7.00). I need the shipping taxes to be removed (not included) as part of the Prov. Taxes. Is this possible? Here is a link to the latest invoice which I adjusted using your shortcodes: Updated Invoice

    I appreciate your help.

    Plugin Support David G

    (@gravid7)

    Hi @twogunrosie,

    Glad to know that shortcodes work. For “shipping taxes to be removed (not included) as part of the Prov. Taxes”, this kind of shortcodes isn’t available in the plugin. we will consider this as a suggestion, we will try to add this kind of shortcode in upcoming updates.

    Thread Starter TwoGunRosie

    (@twogunrosie)

    Thank-you. I would love to be updated with this information. It seems to me to be very important to separate these two taxes for business records.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Taxes, Shipping not showing on invoice’ is closed to new replies.