The manual says that ASPDNSF supports FedEx Ship Manager, and we indeed are able to import and export just fine. The problem is that all of the imported records end up with "UPS" as the carrier name. We just upgraded to v9, but this was apparently an issue with v7 as well. The only reason it is now a problem is because after the upgrade the "item shipped" emails are being sent correctly.
Is there another way to fix this other than changing the hard-coded value on line 221 of Admin/OrderShipment2.aspx.vb?
Code:
cmd.Parameters("@carrierName").Value = "UPS"
I am happy to make the change to the code, but it seems like that can't be the real fix, considering that the storefront is supposed to support FedEx Ship Manager.