tax gateway question
tax gateway question
I am implementing a tax gateway. I found the thread on this, but it does not answer whether you need to create your code as a separate dll, or add it via the app_code directory. I did the app_code route. When adding it to the db via the ac_taxgateways table, what is the proper naming convention so that the website does not throw an exception when trying to load the code? I tried variations on namespace.classname,classname, but it still won't stop throwing the exception. So what am I doing wrong?
Steve Portock
Re: tax gateway question
I think it would be better to write your code as seperat DLL. Here is a good forums thread about tax providers
viewtopic.php?f=42&t=5935&hilit=tax+provider
also there is a WIKI topic about tax providers
http://wiki.ablecommerce.com/index.php/ ... x_Provider
viewtopic.php?f=42&t=5935&hilit=tax+provider
also there is a WIKI topic about tax providers
http://wiki.ablecommerce.com/index.php/ ... x_Provider