tpeck:
.It's exactly the same as before - GST exclusive.
.
Now that was an interesting enough result to really get my curiosity up, because the implication is that the original code is/was actually doing what it was supposed to be doing, namely, setting the tax rate at 10%,
So, upon further investigation I have noticed that ALL of the prices shown in your store are GST exclusive - it isn't just the shipping.
The final costs however are correct..
My test product (your store)
Student Pack A Shows a cost of $90.00 ex GST
FastWay quote (to ivanhoe, VIC) $11.00 ex GST
Then on the checkout page we see:
Sub-Total :$90.00
FastWay Couriers (FastWay Labels (RED)): $11.00
GST: $10.10
Total $111.10
Which is perfectly correct... There is $9,.00 GST on the product, $1.10 GST on the shipping, so total GST is $10.10, making the total cost $90+$11+$10.10 = $111.10
I'll wager that if you set the store to show prices with tax this same order will be displayed as:
Sub-Total :$99.00
FastWay Couriers (FastWay Labels (RED)): $12.10
GST: $10.10
Total $111.10
Note that in this instance, the GST amount shown isn't added to the total, which remains at $111.10 ($99.00+$12.10) - it is displayed merely as a reference to how much GST is included.
As you should be aware, displaying your prices without GST isn't exaclty legal. (not that it bothers me any), but it does make sense that if you are showing the product prices exGST then the shipping prices will/should also be shown exGST, 'cos if one is taxable, then so is the other.
Even if we did get the shipping to show GST inclusive, but the items exGST the checkout screen will be pretty confusing, showing like this:
Sub-Total :$90.00 (ex GST)
FastWay Couriers (FastWay Labels (RED)): $12.10 (inc GST)
GST: +$9.00 for the product,
Total $??????
90+12.10+9 = $111.10 (assuming GST on item only)
or will it be
90+12.10 = 102.10+10.21 = $112.31 (which is the more technically correct) - And what of the GST amount actually shown? The customer will look at this invoice and think there is only the $9.00 GST component, when in reality there is $10.10 - If this is another GST registered company they will probably want to claim the entire $10.10 that they've paid, not just the $9.00 specified on your invoice.
Anyway, this is the situation, and now that I/we know what is going on I can only conclude that the code itself is doing exactly what it is supposed to be doing - Namely, which is what you have 'told' it to do, namely, to display ALL prices exGST. The 'fix' therefore is easy.. set your cart to display prices GST inclusive, as the law dictates you should :-)
Cheers
Rod