Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Imported records from FedEx ShipManager show UPS as shipping company

  1. #1
    wunderkinder is offline Member
    Join Date
    Aug 2009
    Posts
    37

    Default Imported records from FedEx ShipManager show UPS as shipping company

    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.

  2. #2
    wunderkinder is offline Member
    Join Date
    Aug 2009
    Posts
    37

    Default

    I take it from the resounding silence that there is no fix for this issue. If there is a fix, we would still love to hear about it.

  3. #3
    wunderkinder is offline Member
    Join Date
    Aug 2009
    Posts
    37