Tax line not showing

  • Posts: 22
  • Thank you received: 1
9 years 2 months ago #215605

-- url of the page with the problem -- : astek.website/
-- HikaShop version -- : 2.5.0 Business
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.3.13

We have no tax line appearing in the checkout. We have followed the instructions for creating a tax cloud account and setting the plugin with the API ID, API key and the USPS ID. Also double checked the address is the same in both places.

Is there something we have missed somewhere or possibly a setting in the standard tax settings we may have misconfigured that would be effecting tax cloud?

Thanks!

Please Log in or Create an account to join the conversation.

  • Posts: 82909
  • Thank you received: 13379
  • MODERATOR
9 years 2 months ago #215632

Hi,

If you've followed each step of our TaxCloud documentation, it should work fine.
Maybe your there is a problem with your TaxCloud account. Could you check with them ?
Also, make sure that you selected the tax category in each product so that TaxCloud can generate the correct tax rates for your products. And of course, make sure that the TaxCloud plugin is enabled.

Please Log in or Create an account to join the conversation.

  • Posts: 22
  • Thank you received: 1
9 years 1 month ago #215841

Thanks. It looks like I'm not understanding the checkout flow completely. I love the way it can be so easily configured but if things aren't done in a certain order then figures like the tax don't show. Need an address first. :)

Is there are way to show the tax line even if it is zero. People are used to seeing the tax line even when zero it and if it is missing they will wonder where it is and if they are going to be hit with tax behind the scenes..

Thanks!

Please Log in or Create an account to join the conversation.

  • Posts: 41
  • Thank you received: 14
9 years 1 month ago #215855

On the topic of displaying something like "Sales Tax: $0.00" because your store does not collect sales tax in a particular customer's state is a VERY bad idea. I will copy-and-paste from our documentation available within TaxCloud in our the "Sales Tax Policy" area:

Retailers are only required to collect sales tax on transactions into states where they are physically located (with offices, retail showrooms, warehouses, or processing facilities). Although retailers are not required to collect sales tax from out-of-state customers, these customers still technically owe any applicable sales tax to their state, and are supposed to self-report and remit these taxes voluntarily. Unfortunately, although not surprisingly, less than 0.04% of consumers actually comply with this requirement (which has been law in most states for over 50 years).

Recently, states have gotten very aggressive about pursuing retailers who mistakenly print "Tax: $0.00" on a customer's order/checkout page. This creates liability for the retailer to owe the sales tax due because the consumer can rely upon the retailer's representation that no tax is due, even though it was in fact a taxable transaction.

TaxCloud offers the following guidance to retailers:

If you must have a line on the checkout page that references "Tax" or "Sales Tax" it should actually say "Tax to be collected" or "Sales tax to be collected"

Include a very clear sales tax policy statement which is not unlike a Privacy Policy Statement or Shipping/Returns Policy Statement. This is important because several states have recently passed laws prescribing exact language which must be presented to customers in those states when a retailer doesn't collect the sales tax due at the time of checkout.

IMPORTANT: FAILING TO IMPLEMENT THESE RECOMMENDATIONS COULD RESULT IN POTENTIALLY SIGNIFICANT LIABILITY ON BEHALF OF THE RETAILER FOR UNCOLLECTED SALES TAX IN A PARTICULAR STATE.

IMPORTANT: TAXCLOUD IS NOT PROVIDING TAX ADVICE. RETAILERS SHOULD CONSULT WITH THEIR ACCOUNTANT(S) AND TAX COUNSEL FOR CERTAINTY REGARDING VARIOUS STATES NOTICE PROVISIONS AND REQUIREMENTS


TaxCloud is the internet's only free sales tax service.
Learn more at taxcloud.com
Support available via service.taxcloud.net or by email to This email address is being protected from spambots. You need JavaScript enabled to view it.
The following user(s) said Thank You: ZeroGravityWeb

Please Log in or Create an account to join the conversation.

  • Posts: 82909
  • Thank you received: 13379
  • MODERATOR
9 years 1 month ago #215858

Hi,

There is no option for that. We actually remove the tax line when it is zero because lots of people don't expect to see a tax line when it is 0 and, as TaxCloud themselves said, it shouldn't be done.
But if you want to add it, it's possible, but it require to modify each view where the cart/order is displayed (10 of them).
The code to change will be different in each view, so you need to be a developer to do that.
For the cart on the checkout, you can edit the file "cart" of the view "checkout" via the menu Display>Views and change the line:
if(bccomp($taxes,0,5)){
to:
if(true){

The following user(s) said Thank You: ZeroGravityWeb

Please Log in or Create an account to join the conversation.

  • Posts: 22
  • Thank you received: 1
9 years 1 month ago #215958

Thank you both for your clarification on the implication of having a 0% tax line.

Please Log in or Create an account to join the conversation.

Time to create page: 0.071 seconds
Powered by Kunena Forum