Forums › PDF Invoicing for WooCommerce › Order shipping total but with the tax excluded
- Support forum for the PDF Invoices & Packing Slips Generator for WooCommerce.
- This topic has 5 replies, 3 voices, and was last updated 1 year ago by
Tom Anbinder.
-
AuthorPosts
-
May 17, 2024 at 10:46 pm #141712
Vaxiro
ParticipantHello,
First of all, it’s a really neat plugin, easy to use, very customisable.
I’m having some trouble with how it displays taxes, however. I can’t find any way to display the shipping costs excluding tax. The only shortcode available seems to be “order_shipping_total”, I tried a long shot and used “order_shipping_total_excl_tax” but it, of course, didn’t work.
Is there some way around the issue?
May 20, 2024 at 4:53 am #142191Moshtafizur
ParticipantHi there,
Thanks for reaching out.
I have escalated this with our development team. They will get back to you as soon as possible.
Kind regards.
May 20, 2024 at 8:59 pm #142250Vaxiro
ParticipantThank you for your help. I really hope there’s a solution that won’t take too much of your time.
May 21, 2024 at 6:51 am #142274Hi,
This is Tom from the development team. Happy to hear you liked the plugin 🙂
Regarding the issue – I’ve just tested it on my server – it looks like the
[order_shipping_total]
shortcode displays the amount excluding tax, i.e., what you need. If that’s not the case – would it be possible to log in to your site and take a look (my email is [email protected])?May 25, 2024 at 5:19 pm #142699Vaxiro
ParticipantHello,
I checked and you’re absolutely right. I just assumed that all the settings used for the store prices would be used automatically for the shipping (calculating the percentage from full prices). Unfortunately that’s not the case. That means I need the exact opposite, i.e. a shortcode to display shipping including the tax. The only shorcodes pertaining to the shipping that I can see are [order_shipping_total] and [order_shipping_method].
As as long as I have your ear, is it possible to change the language and currency of [order_total_in_words]?
Thank you!
May 28, 2024 at 9:24 am #142821Hi,
Please update the plugin to the latest v2.1.3. Then try our new
[order_shipping_total_incl_tax]
shortcode, e.g.:[order_shipping_total_incl_tax format="price" before="Shipping (incl. tax): "]
I’ve also added an alias for the
[order_shipping_total]
shortcode –[order_shipping_total_excl_tax]
– to make it more clear.Regarding the
[order_total_in_words]
shortcode – unfortunately, we have to add each language individually, and now only two are implemented – English and Lithuanian. You can change it with thelang
attribute, e.g.:[order_total_in_words lang="EN"] [order_total_in_words lang="LT"]
Which language do you need? I can try to add it to the plugin. As for the currency – the plugin will automatically retrieve the order’s currency for the whole part. However, it will always show cents
¢
for the decimal part. Do you need something else instead of the cents?Please let me know what you think.
P.S. If you like the plugin, please consider leaving me a rating.
-
AuthorPosts
- You must be logged in to reply to this topic.