Registering ClassId for Tax and Shipping Providers

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
trozzi
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 104
Joined: Wed Oct 05, 2005 4:44 pm
Contact:

Registering ClassId for Tax and Shipping Providers

Post by trozzi » Tue Jul 22, 2008 10:42 am

Hello,

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

Thanks
Thomas

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Re: Registering ClassId for Tax and Shipping Providers

Post by sohaib » Wed Jul 23, 2008 10:38 am

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

Post Reply