Zen Cart Logo
Forums / Addon Shipping Modules / FedEx Ship manager integration

FedEx Ship manager integration

Views: 25,925

Results 21 to 30 of 30
28 May 2011, 4:35 PM
#21
ezlynx avatar

ezlynx

New Zenner

Join Date:
May 2011
Posts:
10
Plugin Contributions:
0

FedEx Ship manager integration

"I have a quick question too... Is this what we need installed and running by June 1st? Fedex is doing a major update for their API, will this integration replace the current mods I am using for Fedex labels and rate generation? This is a major deal, I'm very surprised there are no threads in the forum regarding this!"

This has to do with populating your fedex shipping label directly from your database. I don't think it has to do with Fedex Webservices (what they are requiring to get the rates and that has the deadline). This only grabs customer shipping info from an order that has been placed and puts it into the label maker in fedex ship manager directly.

1 Jun 2011, 2:06 AM
#22
swamyg1 avatar

swamyg1

Zen Follower

Join Date:
Dec 2008
Location:
San Fran
Posts:
382
Plugin Contributions:
0

Re: FedEx Ship manager integration

ezlynx:

This has to do with populating your fedex shipping label directly from your database. I don't think it has to do with Fedex Webservices (what they are requiring to get the rates and that has the deadline). This only grabs customer shipping info from an order that has been placed and puts it into the label maker in fedex ship manager directly.

According the Numinix (the creator of Fedex Automated labels mod located here: http://www.numinix.com/fedex-automated-shipping-labels-for-zen-cart) the mod will not support the new API.

I'm wondering if anyone has a solution to print labels easily with the new API. I'm sooo shocked there are no threads regarding this!!

1 Jun 2011, 12:26 PM
#23
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: FedEx Ship manager integration

Shiprush is the fedex sponsored solution - has been available for some time now. Shiprush is free and works with a variety of shipping tho I'm not sure about all of them at the same time. And it's free!

http://fedex.shiprush.com/zencart/index.shtml

2 Jun 2011, 1:26 AM
#24
prestontmitch avatar

prestontmitch

New Zenner

Join Date:
Mar 2007
Location:
Hatch, NM
Posts:
23
Plugin Contributions:
0

Re: FedEx Ship manager integration

As was previously stated, this is not the automated shipping labels mod. This is direct integration of FedEx's ship manager desktop solution with your zen-cart database. Web-services are not used and the upcoming changes will NOT affect this integration method.

2 Jun 2011, 1:28 AM
#25
prestontmitch avatar

prestontmitch

New Zenner

Join Date:
Mar 2007
Location:
Hatch, NM
Posts:
23
Plugin Contributions:
0

Re: FedEx Ship manager integration

I have a quick question. With the FedEx Ship Manager, you have the option to hold labels for later printing. I am unsure if they are held on the FedEx site or on "my" computer. I would be happy if someone else logging into the same account on a different computer could retrieve the labels from fedex.

We've never done the hold for printing option so I'm not really sure how that would work. Sorry! Best of luck to you.

Preston

3 Sep 2011, 4:15 PM
#26
split63 avatar

split63

Totally Zenned

Join Date:
May 2010
Location:
Texas
Posts:
513
Plugin Contributions:
0

Re: FedEx Ship manager integration

prestontmitch:

  1. Download, install, and configure the correct ODBC connector for MySql for your operating system.
    .....
  2. You'll need to pull data from 3 tables:
    zen_orders
    zen_orders_products
    zen_products
    Preston
    Isn't the ODBC connection exclusively to local files on your PC?
    The tables described are on a linux server.
    I'm missing the part about how you get the server mysql data to be available to ship manager.
4 Sep 2011, 12:18 AM
#27
prestontmitch avatar

prestontmitch

New Zenner

Join Date:
Mar 2007
Location:
Hatch, NM
Posts:
23
Plugin Contributions:
0

Re: FedEx Ship manager integration

No, ODBC is a standard way that databases can connect to one another whether they be on your machine or in the cloud. By installing the ODBC connector you're asked to install in step one, you are essentially creating a local data source which is linked to your zencart database. You'll need to configure the settings in the ODBC manager in administrative tools in the control panel, then it will show up as a data source for Ship Manager.

22 Oct 2011, 2:51 PM
#28
split63 avatar

split63

Totally Zenned

Join Date:
May 2010
Location:
Texas
Posts:
513
Plugin Contributions:
0

Re: FedEx Ship manager integration

I'm to the stage where I'm mapping the zen_orders info to the FedEx shipping fields in ShipManager Integration assistant.
I'm wanting to map Zen's Total Order weight, but the only table that the assistant can read is zen_orders, any other table results in an error when selected. The error is "unable to retrieve field attributes"

zen_orders_total apparently contains the total weight
How do I make the zen_orders_total table accessible?

22 Oct 2011, 3:09 PM
#29
split63 avatar

split63

Totally Zenned

Join Date:
May 2010
Location:
Texas
Posts:
513
Plugin Contributions:
0

Re: FedEx Ship manager integration

UPDATE:

I examined the mysql table directly and total weight is not in zen_orders_total. I'm still searching to determine where it is stored, if it is stored at all.

20 Dec 2011, 6:07 PM
#30
prestontmitch avatar

prestontmitch

New Zenner

Join Date:
Mar 2007
Location:
Hatch, NM
Posts:
23
Plugin Contributions:
0

Re: FedEx Ship manager integration

Our store sells things in standard box sizes so we don't use total weight. Individual product weight is used since everything is shipped separately. Good luck finding order-total-weight.