Zen Cart Logo
Forums / Addon Shipping Modules / Canada Post bug in french

Canada Post bug in french

Locked

Views: 3,281

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
24 Jul 2008, 2:48 PM
#1
franck69 avatar

franck69

New Zenner

Join Date:
Jun 2008
Posts:
35
Plugin Contributions:
0

Canada Post bug in french

Hi there,

I have CanadaPost installed but when the customer choose this shipping option and then click Continue Checkout button then it only refresh the checkout_shipping page... it never reaches the step 2 of 3 !

It was previously working well... but I uninstalled the module in the admin console and then re-installed it again. As long as I know, I put the same configuration...

What's the problem ?
:unsure:

One other thing...

When customer's cart have virtual product (downloadable) mixed with non-virtual products, Canada Post module calculate also shipping for virtual products... :blink:

Is it config related?

P.S.: product_is_always_free_shipping set to 1 or 2 didn't fixed the problem.

Franck

27 Jul 2008, 8:44 PM
#2
franck69 avatar

franck69

New Zenner

Join Date:
Jun 2008
Posts:
35
Plugin Contributions:
0

Re: Canada Post bug in french

Hi,

Setting product_is_always_free_shipping to 1 fixed the problem for virtual products.

However, I found a bug related to translation:

In Shipping Profile on http://sellonline.canadapost.ca/, the french translation for Expedited "Shipping Rate Method" is Colis accélérés.

This translation seems to be sent by parameter from the Canadapost server and it's HTML encoded so it breaks the code so:

Under (http://invocation.ca/index.php?main_page=checkout_shipping&language=fr) source, we can see...

<input type="hidden" name="shipping" value="canadapost_Colis
accélérés
, 2008-07-31" /> :shocking:

And under english section...

<input type="hidden" name="shipping" value="canadapost_Expedited,
2008-07-31" />

Who should we advise for such things?

27 Jul 2008, 9:25 PM
#3
franck69 avatar

franck69

New Zenner

Join Date:
Jun 2008
Posts:
35
Plugin Contributions:
0

Re: Canada Post bug in french

Seems we have $quotes[$i]['methods'][$j]['id'] at line 110 of tpl_checkout_shipping_default.php which is HTML formatted.

Someone knows where this is populated ?

27 Jul 2008, 9:31 PM
#4
franck69 avatar

franck69

New Zenner

Join Date:
Jun 2008
Posts:
35
Plugin Contributions:
0

Re: Canada Post bug in french

Screenshot from http://sellonline.canadapost.ca

I think this bad formatted string come from their server... can someone confirm?

My quick fix is currently to choose other shippings option... those without special typo

25 Sep 2008, 6:18 PM
#7
yesnomaybe avatar

yesnomaybe

New Zenner

Join Date:
Mar 2008
Posts:
34
Plugin Contributions:
0

Re: Canada Post bug in french

I have the same problem here. Someone found a solution to that? It looks like that's an unfixed bug since 2007!! I need this module to work. Someone can help?

2 Apr 2010, 10:56 AM
#8
josee225 avatar

josee225

New Zenner

Join Date:
Feb 2009
Posts:
78
Plugin Contributions:
0

Re: Canada Post bug in french

Has this been solved ? I am experiencing the same problem, and would like to find the solution...

7 May 2010, 10:23 PM
#11
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Canada Post bug in french

josee225:

Apparently, this module has been updated, with a fix for our problem:
http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=78

I will be installing the update over the weekend and will give you my results.

Josée

josee225:

I found a better solution, much faster !

http://www.zen-cart.com/forum/showpost.php?p=620052&postcount=7
Both are the same result.