Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Pinball

Pioneers
  • Posts

    71
  • Joined

  • Last visited

Everything posted by Pinball

  1. OK, I tried your other program for Canada Post and (as stated here) Canada Post doesn't work with small packets...leading to errors at stage 5 (I assume that is the reason). So, I'd like to install the PayPal version, so can I use both at the same time, or must I revert back to the default PHPs and then install the PayPal version as a new install? I ask this because a number of lines in order.php were modified for the Can Post labels program you made (thanks) and that makes it hard to figure out how to do the replacement of some of the code such as: ### Replace the following line: <td colspan="2" align.... So is it two programs that can can be run as desired, or must one uninstall Canada Post labels? Thanks! John :-#)#
  2. Thanks, Now one more problem - in the Manufacturers section of Admin, if I try to change the country code it is not successful UNLESS I also define a Manufacturer's Image at the same time! I tried just doing the Manufacturer's URL instead of Image but while it did record the URL that did not change the countries_id from '0', only if I added an image or changed the image would it update the manufacturer's country of origin... Is this a bug or did I miss a step during install? John :-#)#
  3. 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 :-#)#
  4. I'm getting this Step 2 error: "Step 2. Error: Failed check in /path_to_admin/includes/languages/english/ship_canadapost.php at line 9. This most likely means that Canada Post..." This appears to be related to cookies, but as far as I can tell they are set correctly - not being very familiar with cookies though - here is the section from application_top.php: // set the session cookie parameters if (function_exists('session_set_cookie_params')) { session_set_cookie_params(0, DIR_WS_ADMIN); } elseif (function_exists('ini_set')) { ini_set('session.cookie_lifetime', '0'); ini_set('session.cookie_path', DIR_WS_ADMIN); } Suggestions? Thanks! John :-#)#
  5. paypal_standard.php is also 'fixed' with this! Yes, this fix worked for me as well. I had spent two days trying to figure out why paypal_standard.php was always giving me the error "This Invoice...". Changing the setting in 'PayPal Website Payments Standard' (in modules) "E-Mail Address" to the sandbox generated 'xxx_###[email protected]' fixed that problem. I am posting here as there is no other reference that I can find for this error message using paypal_standard.php for this problem, all refer to paypal_ipn.php, which I assume is the previous version. Thanks! John :-#)#
  6. OK, I figured it out, usedmyphpadmin and ran the sql in 'sql' on the data base I was using. Installed just fine then. interesting utility, if I can just get past a problem I'm having with PayPal sandbox claiming that I have already (as a customer) paid this invoice then I can see if this works. I suspect there is something wrong with the invoice number counter... John :-#)#
  7. Ah, looks very nice, most of it installs fairly obviously, however there are two things I am having trouble with. First the directory labeled "modified-files" has a new 'invoice.php'. Do I simply dump that in place of my current invoice ('cause I did...). And second - I am not clear on how to run the file "new_install.sql" - i placed it in the catalog directory - but when I opened myPhp, I was unable to locate or execute that file. Running MySQL 5.xxx A little knowledge is a dangerous thing and I seem to have very little knowledge here... Thanks, John :-#)#
×
×
  • Create New...