tax gateway question

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
webhead
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 32
Joined: Sun Aug 24, 2008 2:01 pm

tax gateway question

Post by webhead » Tue Feb 10, 2009 12:35 am

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

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: tax gateway question

Post by mazhar » Tue Feb 10, 2009 6:42 am

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

webhead
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 32
Joined: Sun Aug 24, 2008 2:01 pm

Re: tax gateway question

Post by webhead » Tue Feb 10, 2009 8:52 am

Thanks, i will do that.
Steve Portock

Post Reply