Page 1 of 1

Registering ClassId for Tax and Shipping Providers

Posted: Tue Jul 22, 2008 10:42 am
by trozzi
Hello,

What is the syntaxical requirements for classId when registering a custom shipping or tax provider int he database table?

Thanks
Thomas

Re: Registering ClassId for Tax and Shipping Providers

Posted: Wed Jul 23, 2008 10:38 am
by sohaib
Just that your class should implement IShippingProvider for shipping and ITaxProvider for taxes respectively.
Your compiled DLL(s) should be placed in Website/Bin.
AC will automatically detect the new providers.

But before you make the dive into developing custom providers do have a look at
http://wiki.ablecommerce.com/index.php/ ... uilder_API