Jen7pc Posted December 23, 2005 Share Posted December 23, 2005 My client charges tax for New York buyers. I've gone through os documentation and found several posts regarding correct setup, and seem to have it correct - but it's not adding tax for NY customers after shipping added in. checkout_shipping.php does include the line: <td class="main"><?php echo $currencies->format(tep_add_tax($quotes[$i]['methods'][$j]['cost'], (isset($quotes[$i]['tax']) ? $quotes[$i]['tax'] : 0))); ?></td> application_top.php was missing this line - and I added it: //control taxes for NY define('DISPLAY_PRICE_WITH_TAX', false); otherwise, I have: Countries set to United States Zones set to United States - New York Tax Zones set to New York Tax Classes set to Taxable Goods (and all of the products call for that as well (plus I double checked the db)) Tax Rates set to (New York) 8% Priority is set to 1, and I double checked that in the db as well. Suggestions? Thanks, JWM Quote Link to comment Share on other sites More sharing options...
Jen7pc Posted December 30, 2005 Author Share Posted December 30, 2005 My client charges tax for New York buyers. I've gone through os documentation and found several posts regarding correct setup, and seem to have it correct - but it's not adding tax for NY customers after shipping added in. checkout_shipping.php does include the line: <td class="main"><?php echo $currencies->format(tep_add_tax($quotes[$i]['methods'][$j]['cost'], (isset($quotes[$i]['tax']) ? $quotes[$i]['tax'] : 0))); ?></td> application_top.php was missing this line - and I added it: //control taxes for NY define('DISPLAY_PRICE_WITH_TAX', false); otherwise, I have: Countries set to United States Zones set to United States - New York Tax Zones set to New York Tax Classes set to Taxable Goods (and all of the products call for that as well (plus I double checked the db)) Tax Rates set to (New York) 8% Priority is set to 1, and I double checked that in the db as well. Suggestions? Thanks, JWM Quote Link to comment Share on other sites More sharing options...
Jen7pc Posted December 30, 2005 Author Share Posted December 30, 2005 Any ideas on this? I'm really stymied ... Thanks. My client charges tax for New York buyers. I've gone through os documentation and found several posts regarding correct setup, and seem to have it correct - but it's not adding tax for NY customers after shipping added in. checkout_shipping.php does include the line: <td class="main"><?php echo $currencies->format(tep_add_tax($quotes[$i]['methods'][$j]['cost'], (isset($quotes[$i]['tax']) ? $quotes[$i]['tax'] : 0))); ?></td> application_top.php was missing this line - and I added it: //control taxes for NY define('DISPLAY_PRICE_WITH_TAX', false); otherwise, I have: Countries set to United States Zones set to United States - New York Tax Zones set to New York Tax Classes set to Taxable Goods (and all of the products call for that as well (plus I double checked the db)) Tax Rates set to (New York) 8% Priority is set to 1, and I double checked that in the db as well. Suggestions? Thanks, JWM Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.