Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Location
    Los Angeles, CA
    Posts
    45
    Plugin Contributions
    0

    Default Generate XML file upon order completion

    In a search for the best method to implement UPS and USPS shipping automation, I'm gathering the information as a pre-study.

    Just like e-mail confirmation automatically sent to the users, if XML file is generated to an FTP download folder of the web server, a PC located at the warehouse can schedule download generated XML files to be auto-imported to UPS Worldship and/or Endicia Dazzle (USPS).

    What sort of modification or override should there be necessary? Would modifying order.php (class) do it? Are there any other requirements or suggestions other than the fact that order.php & checkout_process.php need modification?

    Also, printing (or at least e-mailing) a packing slip (modified regular confirmation e-mail, maybe?) would complete the warehouse automation.

    Afterwards, such warehouse PC needs to insert tracking information to the order after successful processing of UPS Worldship and/or Endicia Dazzle by retrieving tracking number from resulting XML file, sent back to the web server.

    Anyone currently working/using/thinking to work on it??
    Any ideas and suggestions would help....

  2. #2
    Join Date
    Jun 2007
    Location
    San Diego, CA
    Posts
    62
    Plugin Contributions
    1

    Default Re: Generate XML file upon order completion

    That would be a nice feature. The XML auto import feature in WorldShip 9 could integrate nicely with this. Are you pursuing this project? Let me know if I can help at all.

  3. #3
    Join Date
    Apr 2007
    Location
    Los Angeles, CA
    Posts
    45
    Plugin Contributions
    0

    Default Re: Generate XML file upon order completion

    Quote Originally Posted by mikedeezy33 View Post
    That would be a nice feature. The XML auto import feature in WorldShip 9 could integrate nicely with this. Are you pursuing this project? Let me know if I can help at all.
    Mike,

    Come take a look at another forum:
    http://www.zen-cart.com/forum/showth...270#post412270

    As of date, it's incomplete, but at least got the attention of Dr. Byte and should only be matter of time...

  4. #4
    Join Date
    Jun 2007
    Location
    San Diego, CA
    Posts
    62
    Plugin Contributions
    1

    Default Re: Generate XML file upon order completion

    Have you seen the UPS XML contribution also?

    http://www.zen-cart.com/wiki/index.php/3rd_party_contributions_-_Shipping_Modules_-_UPS_XML

    I believe it is not needed in v.1.3.6 and up, per the contribution page.

    Looking through this code might lend a little help.

  5. #5
    Join Date
    Apr 2007
    Location
    Los Angeles, CA
    Posts
    45
    Plugin Contributions
    0

    Default Re: Generate XML file upon order completion

    Quote Originally Posted by mikedeezy33 View Post
    Have you seen the UPS XML contribution also?

    http://www.zen-cart.com/wiki/index.php/3rd_party_contributions_-_Shipping_Modules_-_UPS_XML

    I believe it is not needed in v.1.3.6 and up, per the contribution page.

    Looking through this code might lend a little help.

    Oh I had it well in place for some time now. UPS xml only quotes by rather xml 'protocol' with UPS' standard of xml communication over internet, but does not process shipments.

    But during the research to extend UPS xml's functionality, I've found out that what UPS requires to actually process shipping and generate tracking numbers, label, etc. is much much more complicated, according to UPS xml's contributor.

    All of us pretty much use some kind of shipping tool, and UPS Worldship and Endicia Dazzle offer xml auto-import features.

    Look at the thread above. I've posted a code that works almost alright for domestic USPS via Endicia Dazzle. All you need is an FTP client that can monitor scheduled download from the web server.

  6. #6
    Join Date
    Aug 2007
    Posts
    1
    Plugin Contributions
    0

    Default Re: Generate XML file upon order completion

    Quote Originally Posted by SteveKim View Post
    Look at the thread above. I've posted a code that works almost alright for domestic USPS via Endicia Dazzle. All you need is an FTP client that can monitor scheduled download from the web server.
    Steve, I am trying to do the same thing as you described in that thread. I am trying to get order into any XML format, so it then could be pushed into the shipping application.

    Did you have a chance to finish your implementation of your idea with Order XML available via FTP? If yes - can you share the code please?

    If no - what is the current status of that project? I have no php experience, but I am a decent developer and I am willing to put some time to solve this problem :) Maybe together we could find a decent solution?

    Thank you!

 

 

Similar Threads

  1. Redirection upon payment completion
    By CandleMan in forum Basic Configuration
    Replies: 2
    Last Post: 10 Dec 2011, 07:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg