Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2008
    Posts
    13
    Plugin Contributions
    0

    Default Canpar mod not working all of a sudden

    My Canpar module has started calculating $0.00 for all orders. This was not happening a week ago and now I can't seem to fix it. Anyone able to help?

    I'm using Zen Cart 1.3.8 with the Canpar module (has worked for over a year).

  2. #2
    Join Date
    Jul 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Canpar mod not working all of a sudden

    I am having the same issue. I'm pretty new to zen cart though. I notice that the module says its for version 1.3.7 of zen cart, not sure if that is the issue or not.

  3. #3
    Join Date
    Aug 2005
    Posts
    2
    Plugin Contributions
    0

    Default Re: Canpar mod not working all of a sudden

    I've noticed this as well, am working on it ~

    $body = ereg_replace('<CanparRate.\">', '<CanparRate>',file_get_contents("http://www.canpar.com/CanparRateXML/BaseRateXML.jsp?service=1&quantity=1&unit=L&origin=k1p5m8&dest=k1p5m8&cod=0&weig ht=35&put=0&xc=0&dec=0"));

    this is where i'm at right now, and is working for my test script, but need to integrate this into the canpar.php page with the
    $request variable in there....

    seems the canpar page is giving extra info after <CanparRate that needs to be stripped.
    Any PHP programmers out there? :)

    will post when working solution found, just noticed this yesterday when somebody got free shipping!

  4. #4
    Join Date
    Aug 2005
    Posts
    2
    Plugin Contributions
    0

    Default Re: Canpar mod not working all of a sudden

    scratch that ~ I was overcomplicating things. It seems that the postal codes are the issue...

    just replace 'origin=' . $srcFSA,
    'dest=' . $desFSA,

    with
    'origin=' . $srcFSA .'1a1',
    'dest=' . $desFSA .'1a1',

    (in the canpar.php file)
    and it works fine!

  5. #5
    Join Date
    Jul 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Canpar mod not working all of a sudden

    PERFECT!!

    Thanks a bunch!

 

 

Similar Threads

  1. Google Checkout all of the sudden not working...
    By keylesslocks in forum Addon Payment Modules
    Replies: 2
    Last Post: 18 Jan 2010, 01:25 PM
  2. all of the sudden our popup shipping estimator is not working
    By keylesslocks in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 23 Oct 2008, 04:51 PM
  3. Carts been working a few months, now sudden changes in prices.... HELP PLEASE ASAP
    By xveegerx in forum Setting Up Categories, Products, Attributes
    Replies: 10
    Last Post: 11 Oct 2008, 07:45 AM
  4. Canpar Mod MarkUp Not Working
    By breck in forum Addon Shipping Modules
    Replies: 1
    Last Post: 31 May 2008, 02:59 PM
  5. fatal error, page not working all of a sudden
    By millo_magno in forum General Questions
    Replies: 0
    Last Post: 25 Jan 2008, 08:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •