Jump to content

State tax added late?


Recommended Posts

Version 1.1 final

1. Add product to cart
2. Log in as a user who lives in a state where state tax applies for added product
3. See cart block - notice tax isn't added
4. Click on cart button - notice tax isn't added
5. Click on next button see cart block - notice tax isn't added
6. Click on next button see cart block - notice tax is finally added

Can someone else confirm?

Link to comment
Share on other sites

I tried this on the online demo shop with the same results.

Does anyone know if there is a command I could stick in the log-in code to process the address for taxes at login?

I've been poking around in order.php and found the function I think is responsible for updating tax information:

   if(Tools::isSubmit('processAddress'))
       processAddress();

Link to comment
Share on other sites

×
×
  • Create New...