Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / FedEx 1.3.5 for Canadian Stores - the HOWTO

FedEx 1.3.5 for Canadian Stores - the HOWTO

Locked

Views: 2,542

Results 1 to 13 of 13
This thread is locked. New replies are disabled.
4 Jan 2007, 3:56 AM
#1
pawadca avatar

pawadca

New Zenner

Join Date:
Jan 2007
Posts:
4
Plugin Contributions:
0

FedEx 1.3.5 for Canadian Stores - the HOWTO

:eek:
Well after a few caffeine powered hours I was able to make the FedEx 1.3.5 module work for Canadian stores.
In the fedexexpress.php change USD to CAD on line 490
$data .= '68,"CAD"'; // Insurance value currency
In the fedexground.php it's on line 522
$data .= '68,"CAD"'; // Insurance value currency

Apparently the API servers wont give insurance quotes in a currency other then the shippers home address currency.

And that's all. :yes:

Dont bother signing up for an API account as that is only relevant if your using the API for shipping and tracking, quotes can be done against the production server as long as you have a fedex shipping account.

Hope this saves others a few expresso powered hours at the keyboard.

Peter

4 Jan 2007, 5:48 AM
#2
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: FedEx 1.3.5 for Canadian Stores - the HOWTO

Sorry, I thought I put the canadian fix in the directions,
I apologize when I typed em up I sent em to someone asking how to fix it

11 Jan 2007, 7:40 PM
#3
lfaubert avatar

lfaubert

New Zenner

Join Date:
Jan 2007
Posts:
2
Plugin Contributions:
0

Re: FedEx 1.3.5 for Canadian Stores - the HOWTO

I'm working on setting my first zencart site. I'm also in Canada.

When using the Fedex module, are orders transferred to Fedex automatically so they eventually come and pickup the packages for delivery to the customer?

I was planning on installing the Canada Post module and just learned from Canada Post that I would have to re-enter all shipping info on Canada Post's site for each customer order since all Canada Post offers online is basically a cost estimator.

TIA

11 Jan 2007, 8:20 PM
#4
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: FedEx 1.3.5 for Canadian Stores - the HOWTO

Fedex is only a rate calculator

1 Feb 2007, 7:47 AM
#5
raunharman avatar

raunharman

Zen Follower

Join Date:
Dec 2005
Posts:
165
Plugin Contributions:
0

Re: FedEx 1.3.5 for Canadian Stores - the HOWTO

I am based in India and using the fedEx module succesfully. However, FedEx displays the shipping rates in the home currency (which is INR). Earlier I was using USD as the default currency. Now to include FedEx shipping rates, I have been compelled to make INR the default currency. I would like to have USD as the default currency.
Is there a way to convert the rates displayed by FedEx server into USD. This way I can have my default currency as USD.

1 Feb 2007, 1:17 PM
#6
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: FedEx 1.3.5 for Canadian Stores - the HOWTO

fedex by deafault displays USD.
you would need to switch the currency code from INR back USD in the code

2 Feb 2007, 1:38 PM
#7
raunharman avatar

raunharman

Zen Follower

Join Date:
Dec 2005
Posts:
165
Plugin Contributions:
0

Re: FedEx 1.3.5 for Canadian Stores - the HOWTO

It displays the rates in Home Currency.
I installed the script as is and it does show a big amount which has to be US$. ( The ratio of INR to USD is 1:45). My customers will run away seeing the shipping costs.

2 Feb 2007, 3:56 PM
#8
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: FedEx 1.3.5 for Canadian Stores - the HOWTO

the script is set to display USD

thats why canadian carts have to change the code to CAD.

if its not working for you then I would suggest that you
turn it off

3 Feb 2007, 2:36 PM
#9
pawadca avatar

pawadca

New Zenner

Join Date:
Jan 2007
Posts:
4
Plugin Contributions:
0

Re: FedEx 1.3.5 for Canadian Stores - the HOWTO

To shed some light on the "WHY", I had to switch the USD to CAD is that while in debug mode, the server response I was getting was the INSURANCE must be quoted in the currency of the shipper. As the module doesn't even use the insurance in the final quoted price, it will have no bearing on the price quoted to your customer and it will display the price in the chosen currency of the customer. See below samples.

CAD Costs to Canadian customer
[IMG]http://img201.imageshack.us/img201/3503/cadtocanqv1.th.jpg[/IMG]

USD Costs to Canadian Customer
[IMG]http://img19.imageshack.us/img19/7513/usdtocanka1.th.jpg[/IMG]

Peter

3 Feb 2007, 2:49 PM
#10
pawadca avatar

pawadca

New Zenner

Join Date:
Jan 2007
Posts:
4
Plugin Contributions:
0

Re: FedEx 1.3.5 for Canadian Stores - the HOWTO

Oopps, had the wrong module enabled... New picks coming soon.

Peter

5 Feb 2007, 11:24 AM
#12
raunharman avatar

raunharman

Zen Follower

Join Date:
Dec 2005
Posts:
165
Plugin Contributions:
0

Re: FedEx 1.3.5 for Canadian Stores - the HOWTO

I'll put it this way.
I get a 10% discount on my FedEx rates.
I want to pass this discount to my consumers. Is there a way I can do it. Some kind of conversion factor like multiplying the rates received from FedEx server by 0.90 and displaying on the website.

5 Feb 2007, 1:50 PM
#13
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: FedEx 1.3.5 for Canadian Stores - the HOWTO

No, because this would be displaying the LIST rates to your customers, which fedex has strictly forbidden,