Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Tax - Subtotal - NY


Jen7pc

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...