Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

terminalcity

Archived
  • Posts

    9
  • Joined

  • Last visited

Everything posted by terminalcity

  1. I have the same problem. I know the server is returning the quotes, it's just that the canadapost.php file is not parsing them correctly into ttheformat required for the page to show them. Does anyone have any suggestions on this? D
  2. Hi Alexei, I am finally at the point where I'm testing your module. I know it works fine as I tried it about a month ago, but now I have the register_globals=off mod installed and it's choking on that. any hints on which variable would be affected by not having resister globals on? Thanks in advance Daniel
  3. thanks so much for this. I noticed that you do have the small/light packet options in ship_canadapost.php, so I imagine they will show up when applicable. I'm wondering now if I can just put my CC on file with EST and avoid sending it over the net for each transaction. I'll give this a try tomorrow. Thanks a lot, it is a huge help to my budding little ecommerce attempt. D
  4. Hi Alexei: I installed the module in a half hour.... like i said int the other thread: FANTASTIC! :) :) :) :) Everything seems to work, although I can't try the whole process yet as I'm running the store locally during setup (on MAMP) and don't want to send my CC details in cleartext. Anyway, my question is whether the CP server will automatically select the best rate: i.e. if the package is within small packet size, will it return a label for that? I don't see "small packet/light packet" on the shipping page. Thanks Daniel
  5. thanks message me if you want me to test run it. My store isn't open yet, but I have to do a few mailings to test out my packaging anyway. Got Venture One, just need that elusive module. :) Glad to help if I can. D
  6. Just to answer my own question.... the line 16 parse error seems to happen if your server is still running PHP4. The try/catch loop that starts on line 16 needs PHP5. To make it work on PHP4, delete these lines from admin/newsdesk.php : try { if (file_exists($filename)) unlink($filename); } catch(Exception $e) { $filename=''; } Works fine after that.
  7. I'm having the same problem.. anyone have an answer? thanks D
  8. Hello from Vancouver first post, as I am compelled to say that you are my HERO if you can get one-click shipping going for CP/OSC. I'm looking forward to it :) D
×
×
  • Create New...