Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need to Add US States to "My Account.


FastEddy

Recommended Posts

Need to Add US States to "My Account and interface with adding tax to taxable Items.

 

My store is for US sales only.

 

I'm sure I'm not the first one to ask this question but couldn't find the answer.

 

I did a search came up empty.

 

Links?

Help?

 

Thanks.

-Ed

Link to comment
Share on other sites

Hi Ed,

 

To enable the "state" field to show up go into the catalog/includes/application_top.php file and look for this line:

  define('ACCOUNT_STATE', 'false');

 

Change it to this:

  define('ACCOUNT_STATE', 'true');

 

You will also see other fields that you can either turn on or off by using a true/false statement. Tax zones and rates can be set in your admin control panel under the heading locations/taxes. HTH

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...