Guest Posted November 10, 2002 Posted November 10, 2002 Hi Guys, I just noticed a problem where the cart seems to be applying the state tax that is set to each item before the user even gets to the checkout page. It happens whether or no they are logged in. The cart I'm working with is at http://case-knife.com/shop/. If you check out the title for each product you will see the proper price at the end of each title just as it is listed in the dbase. If you go all the way through the checkout and you are actually within the state tax zone it add the tax again. The zone is California with a tax rate of 7.75%. I do have some mods installed but I didn't notice the problem until today, therefore I can't be sure if it was causes by a mod or the cart itself. Thanks for any help. Regards, Tim
Guest Posted November 11, 2002 Posted November 11, 2002 I am having the same problem in my store. I didn't add any mods so I don't no what to do. I checked the mySQL tables but they seem to be fine. I hope someone knows how to fix this.
Guest Posted November 11, 2002 Posted November 11, 2002 I think I have the solution.... go to catalog/includes/application_top.php find DISPLAY_PRICE_WITH_TAX', false change false to true...it should work
Guest Posted November 11, 2002 Posted November 11, 2002 i made a mistake in my previous post. the original code is DISPLAY_PRICE_WITH_TAX',true change it to: DISPLAY_PRICE_WITH_TAX',false
Recommended Posts
Archived
This topic is now archived and is closed to further replies.