Hi!
My guess is that I am doing something really stupid wrong here, but since I can't figure it out, I figured I might as well ask and see if someone can point me in the right direction.
I've written my own shipping provider based on the simpleweight one included in the package. My problem is when I add the new provider to the site. Now when I try and navigate the tabs on the existing simple weightprovider, it sends me to the new one (it is selected in the menu, and the tabs links to it's controls).My new provider has it's own sitemap and I've changed the view letters. And I've added the new sitemap provider to the web.config.
Now, if I manually add &providerId=xx to the url, then I reach the correct page when navigating through the tabs.
So any pointers?