Hello,
What is the syntaxical requirements for classId when registering a custom shipping or tax provider int he database table?
Thanks
Thomas
Registering ClassId for Tax and Shipping Providers
Re: Registering ClassId for Tax and Shipping Providers
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
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