This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

XML Shipping Importer for WooCommerce

ਵੇਰਵਾ

Original Purpose

The original purpose for this plugin was to interface a WooCommerce installation with a distribution center’s order processing.

  • Distribution / fulfillment center had an FTP server set up
  • Distribution / fulfillment center requested an XML file of orders be uploaded to their FTP server (WooCommerce Customer/Order XML Export Suite was used for this process – http://www.woothemes.com/products/customerorder-xml-export-suite/ )
  • Distribution / fulfillment center would upload an XML file of completed orders to their FTP server. This file included 1) WooCommerce Order Number 2) Tracking number 3) Shipping Carrier Name
  • This plugin was designed to process the completed orders:
  1. Add tracking number and carrier information to order as meta data
  2. Change order status to completed
  3. Capture card information (credit card info authorized at time of order, captured when order has shipped)

What You’ll Need To Customize

  • FTP information- the plugin has a settings page for these fields – could use improved security
  • Depending on the format of the XML file you’d like to import, you may need to customize the code that handles the import. The plugin currently uses the SimpleXML class to import the XML file to an object.
  • The current credit card capture will need to be customized depending on your needs and your payment gateway (currently set up to work with Intuit’s payment gateway)

Examples

  • Example XML file included in repo as example.xml – this is the file that your distribution center would place on their FTP server

ਸਕਰੀਨਸ਼ਾਟ

  • This screen shot description corresponds to screenshot-1.png - this screenshot depicts the setting screen where you will enter your FTP credentials

ਸਥਾਪਤੀਕਰਨ

  1. Install the plugin
    1. Activate the plugin
    2. Enter FTP credentials under the settings page
    3. As XML files are added to your FTP server, the plugin will update orders accordingly

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

Will this plugin work without customization?

Perhaps – this plugin was built for a WordPress installation running WooCommerce with Intuit’s payment gateway. Also, the requirements for the fulfillment center’s FTP XML file are very specific.

ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“XML Shipping Importer for WooCommerce” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“XML Shipping Importer for WooCommerce” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

1.0

  • Initial plugin submission