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 4 of 4

Thread: Shipping intergration for LTL freight tracking

  1. #1
    ChinaToddm is offline Junior Member
    Join Date
    May 2009
    Posts
    11

    Default Shipping intergration for LTL freight tracking

    Does anyone know the steps required to add RTA shipping for an LTL carrier?

    Almost 80% of my products ship with trucking companies who all have tracking URL and most even have xml ablity

    what would be the best way to integrate it so when I mark an order as shipped it will function the same as UPS or other carries and send a URL with the pro number to a customer

    Here is an example of instructions for one of my carries for an HTML link

    http://works.pittohio.com/mypittohio...ogy/TC_b2b.asp

    in the HTML example it request I use the URL

    http://works.pittohio.com/myPITTOHIO...rsEmailAddress

    could I simply create say in this example a RTA shipping like this?

    RTShipping.PITT.UserName
    RTShipping.PITT.Password
    ShippingTrackingURL.PITT add the above URL here

    but my question is to get to pass through the checkout where would I add and what AppConfig Parameters would I need to put in to generate this information below and pass thought the cart so we can just put in the pro number and name PITT to automaticly generate the email when we mark an order shipped then the ASP will send the order notification with tracking information to our customer?

    How do I get the APPCONFIG Parameters to parse the below information?

    pro=POEproNumber&referrer=YourCompanyName&Email=th eUsersEmailAddress

    Then add the carrier PITT here ShippingTrackingCarriers

    I use Pitt Ohio, YRC, ABF and R&L Primary and know they all have tracking pro numbers and should be able to set up the automatic tracking

    I also occasionally use UPS freight and Fed ex freight

    All of my trucking companies all have Pro numbers and similar tracking processes

  2. #2
    DanV's Avatar
    DanV is offline Ursus arctos horribilis
    Join Date
    Apr 2006
    Posts
    1,568

    Default

    This is all very possible, yes, but not by just adding AppConfigs. The carriers would need to be added to the RTShipping class, as the XML formats are generally proprietary (eg. you could not just change the URL and use the UPS xml format). also, you will likely need some logic as to what type of shipment gets shipped by what carrier (eg. you don't want someone picking conway for a 3lb box of pencils).

    I am sure one of our devnet partners would be able to handle this for you

  3. #3
    jsimacek is offline Senior Member
    Join Date
    Dec 2008
    Location
    Phoenix, AZ
    Posts
    373

    Default

    We sure can ;-), please contact Jan at ecommerce@compunix.us for a quote on the cart shipping modification above.
    Jan Simacek - Compunix, LLC
    AspDotNetStorefront trusted Devnet Partner and Reseller since 2005

    AspDotNetStorefront Mods and Add-Ons at http://www.ecommercecartmods.com/
    - Searching, Filtering and Sorting (like cSearch, Dealer Locator, Price Ranges, Blog)
    - Reports (like Cart Abandonment and Net Sales)
    - Customer Experience (like Question/Answers)
    - Site and Data Management (like Entity Product Mapper, Bulk Updaters, Make/Model/Year filters)

  4. #4
    ChinaToddm is offline Junior Member
    Join Date
    May 2009
    Posts
    11

    Default I sent your company an email

    Thanks for the help I am email jan to see what can be done