Guest Posted July 15, 2004 Posted July 15, 2004 Could someone please confirm this behaviour as a bug? As a customer, when I first log in I put someting in my shopping cart. Next I go to change my primary address, don't change anything, but just click on update instead. When the screen refreshes, the price in my cart has now changed to be the price with no tax added. If I log out and then come back in again the price in my cart is correct (shows the price including tax).
designgroop Posted March 22, 2007 Posted March 22, 2007 I had exactly the same problem and was about to reply to your message when it occurred to me that the problem lies in address_book_process.php rather than address_book.php. I can't tell whether this is something I have inadvertantly introduced with a contribution or part of an old version of OSCommerce - anyway, the new version of MS2.2 contains the correct code. Look for the following line: $customer_country_id = $country; Now, mine was showing up as: $customer_country_id = $country_id; (which is incorrect). There are two instances, change them both to: $customer_country_id = $country; That should work. As I said, not sure whether the version of OSC I installed 6 months ago contained the error or whether some contribution contained it. I had the following contribs installed on that page: * SPPC - seperate pricing per customer * Second address line HTH. Keywords to find this page: VAT tax not showing updating incorrect customer cart price
Recommended Posts
Archived
This topic is now archived and is closed to further replies.