HI,
Ok that setting "calcship.provider" is the shipping provider that is overwriting the build-in shipping. If it's empty then the build-in shipping calcs will start working, if not then whatever dll that "calcship.provider" setting is pointing to will run.
Basically all you should need to do is create a dll shipping provider, following that example zip, put it in the dnn/bin folder and set that "calcship.provider" setting to look for it. It should then pickup your code for the calc instead of the built-in functionality.
The provider plugin is basically a replacement for the normal store shipping.
Regards,
Dave.
Ok that setting "calcship.provider" is the shipping provider that is overwriting the build-in shipping. If it's empty then the build-in shipping calcs will start working, if not then whatever dll that "calcship.provider" setting is pointing to will run.
Basically all you should need to do is create a dll shipping provider, following that example zip, put it in the dnn/bin folder and set that "calcship.provider" setting to look for it. It should then pickup your code for the calc instead of the built-in functionality.
The provider plugin is basically a replacement for the normal store shipping.
Regards,
Dave.