djfriz Posted January 3, 2009 Share Posted January 3, 2009 Version 1.1 final 1. Add product to cart2. Log in as a user who lives in a state where state tax applies for added product3. See cart block - notice tax isn't added4. Click on cart button - notice tax isn't added5. Click on next button see cart block - notice tax isn't added6. Click on next button see cart block - notice tax is finally addedCan someone else confirm? Link to comment Share on other sites More sharing options...
djfriz Posted January 3, 2009 Author Share Posted January 3, 2009 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 More sharing options...
Recommended Posts