Hi, I'm from Ontario in Canada and I need help, please.
I just made an order at this website today and there's 1 little thing I'm not familiar with...
The order total excludes the 13% tax of $0.76 as shown in this "Order Totals":
Sub Total
CA $6.61
Shipping
CA $2.04
Incl. 13% Tax
CA $0.76
Order Total
CA $8.65
The order total is supposed to be $9.41 ($8.65 + $0.76 = $9.41), not $8.65.
Is it normal for any tax not added in the "order total"?
Should I pay the seller $0.76 via PayPal or there's nothing I can do about it?
If the tax is excluded in the order total (for some reason), then why is that?
Thank you, stay safe and Happy Holidays!
- Joel
Comments
@Lawrence - Do we need to set up taxes differently? It looks like taxes are never actually added to the total checkout amount. An order shows up exactly like OP mentioned. The program calculates the taxes correctly, but they don't get added to the amount the customer has to pay?
Niek.
Niek.
Is there a different setting we need to tweak to actually _add_ taxes to an order?
Niek.
In Canada, we do not normally have tax inclusive prices. It is added after the fact at checkout. I've had a few buyers actually remove items from their cart because of the weirdness of how it sometimes shows the part prices with and without tax (depending if browsing the store or viewing from the cart - they thought I was boosting prices if parts were sitting in carts which of course isn't the case. They're just seeing the tax inclusive prices after).
I'm not sure if that's a possibility based on how the site is programmed being based out of Europe (where prices are tax inclusive), but I can confirm that it is a source of confusion for Canadian buyers. The tax ends up being right, but the way it's shown isn't typical for our country and I've had questions about it before (not to mention, it's also a bit of a pain on the seller's end too to make sure we document the subtotals for accounting purposes correctly).
As @Emporiosa already said, prices here (and in the US) are almost always shown without taxes, and taxes on the order are usually shown as a final line item on the order summary.
Yah, that will get messy with the bookkeeping. Even in the API we can't see the price-without-tax for items sold - ironically the price for an item is named "base_price", which in this context is a complete misnomer.
But OK, at least taxes are invoiced and paid, now it is "just" a matter of deconstructing the prices using the "tax_rate" on the order.
Niek.
Stay safe and Happy Holidays!
But if we are looking to consider separating that in the total breakout down the road, I would be a fan. :-) But I'm also good without it separated as it is right now, I've learned to work around it.
Please add any additional thoughts there if that suggestion needs to be modified.
Niek.