Jump to content



Latest News: (loading..)

* * * * * 1 votes

Canada Post Automated Labels 2.0 AND Canada Post Shipping Module 4.0


  • Please log in to reply
229 replies to this topic

#221   Pinball

Pinball
  • Members
  • 44 posts
  • Real Name:John
  • Gender:Male
  • Location:Canada

Posted 29 March 2010 - 06:47 AM

View PostPinball, on 17 March 2010 - 09:48 PM, said:

The cookie directory (chmod 777) is pointed to correctly - and if I create a zero length file called cp_cookie.txt and drop it in the cookie directory it is eaten by the application while it produces the error code. I guess it was hungry...

What am I missing about setting cookie parameters? Where do I do this? I hate being a noobie!

Suggestions?

Thanks!

John :-#)#

Problem solved, my typo in an edit...

John :-#)#

#222   Pinball

Pinball
  • Members
  • 44 posts
  • Real Name:John
  • Gender:Male
  • Location:Canada

Posted 29 March 2010 - 06:49 AM

I have found there is an obsolete section in admin/catagories.php which is this line of code - the link to launch a search page for Harmonized Shipping Codes/Tariffs in catalog/admin/categories.php while in the Add/Edit :

-----------------------
***REPLACE this added (Automated Labels) code:

<td class="main"><a href="http://www.cbsa-asfc.gc.ca/trade-commerce/tariff-tarif/tariff2007/01-99/table-e.html" target="_blank">HS Tariff</a>:</td>

******With this code:

<td class="main"><a href="http://www.statcan.gc.ca/trade-commerce/cec/trade-commerce-eng.htm" target="_blank">HS Tariff</a>:</td>

-----------------------

This (when you click on "HS Tariffs:") opens a new tab/window for Statistics Canada search "Canadian Export Classification" and you can search for your code using key words (start with a single word) or part of a tariff code - say the first 4 numbers, no "." in the search window.

John :-#)#

#223   dandelion

dandelion
  • Members
  • 395 posts
  • Real Name:Ruth Maude
  • Gender:Female
  • Location:Toronto

Posted 30 November 2010 - 03:33 AM

My client tells me that Tax isn't charging on the Postage.... I thought this broke when I switched the store from GST/PST to HST but now they tell me they don't think it was ever working.  The guy on the phone at Canada Post told my client it was a matter of adding a line to the shopping cart that simply adds the 13% to the shipping cost before the total gets to the customer. BUT the shipping module has a way to handle this it just isn't working.

I have the Canada Post module set to use the "HST on Postage" tax class on shipping
The "HST on Postage" tax class is set to use the tax Zone "Canada Post"
The "Canada Post" Tax zone is set to All Countries and All Zones
The Tax Rate for The "HST on Postage" tax class is set to 13%

No matter what I do the Canada Post module won't add tax to shipping charge.

#224   AnthonyKing

AnthonyKing
  • Members
  • 9 posts

Posted 07 September 2011 - 04:35 PM

I have been reviewing the posts on the following error:

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /nfs/c08/h04/mnt/125063/domains/store.trainingfx.com/html/tfxstoreadmin/includes/functions/ship_canadapost.php on line 13

I have confirmed that safe more is not enabled and port 30000 is open, the only thing left is "open_basedir" but I am not sure where to start looking for this issue. Could anyone provide direction ?

Thanks

Anthony

#225   bdleath

bdleath
  • Members
  • 1 posts
  • Real Name:Ben

Posted 26 September 2011 - 10:20 PM

Can anyone confirm that the Automated Labels still works successfully in September 2011?  I have the correct compilation of curl, cookies file is OK but Step 2 fails with a general error when no pages are returned in the result.

Is anyone else experiencing this?

Thanks,
Ben

#226   greasemonkey

greasemonkey
  • Members
  • 131 posts
  • Real Name:Scott
  • Gender:Male

Posted 27 September 2011 - 11:23 AM

Hey bdleath, mine stopped working yesterday... but fails at step 3.

#227   greasemonkey

greasemonkey
  • Members
  • 131 posts
  • Real Name:Scott
  • Gender:Male

Posted 28 September 2011 - 06:35 PM

I've posted a reply in this forum... HEREas I presume the problems are related?

#228   Sticcino

Sticcino
  • Members
  • 9 posts
  • Real Name:Johnny Handsome
  • Gender:Not Telling
  • Location:Ontario, Canada

Posted 13 February 2012 - 01:51 AM

Hello

Before I begin to debug my intergration is this add-on......

I'm experiencing the problem if you select a returned option and click continue,
Osc thinks for a bit and then returns to the shipping options, I cannot
Proceed past this page.
I I have other modes installed and select one of those, I can proceed with the
Checkout, but not of I select a Canada post option

Wes this a known bug that I may have missed, or is it something I possibly
Missed intergration the module wih my site

Thanks
Johnny

#229   Sticcino

Sticcino
  • Members
  • 9 posts
  • Real Name:Johnny Handsome
  • Gender:Not Telling
  • Location:Ontario, Canada

Posted 13 February 2012 - 01:24 PM

Resolved:

I commented out a line that displayed the shippment type on the confirmation page in the sub-total,. as it seem to be a lot of text to be displayed. I will just cut it down to the minimum to be displayed

#230   Pinball

Pinball
  • Members
  • 44 posts
  • Real Name:John
  • Gender:Male
  • Location:Canada

Posted 04 April 2012 - 05:26 AM

I have the odd (about once every twenty to fity transactions) problem where the module will only charge $1 or $2 for the postage. It also won't put in the type of postage purchased, rather it simply has "1:" or "2:" in the box in the "Details".

Normal "Details" Canada Post result:

Wrong "Details" Canada Post result:

(sorry for using links, images would not show properly)

So, is this a code problem when it can't get a response from Canada Post or what? If it is a problem not getting a response it should NOT generate a wrong amount like this, it should try again or cough up an error message saying "Can't get a quote right now, please try again" or similar...

If I edit it in "Details" everything then works as expected.

Thanks!

Edited by Pinball, 04 April 2012 - 05:40 AM.