Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

giono2

Archived
  • Posts

    12
  • Joined

  • Last visited

Profile Information

  • Real Name
    Matt

giono2's Achievements

  1. Shipping weight and quantity off with automated labels. If I look at a test cart in mysql I see 12 items, at 22# each. When I go to the check out page the fedex rate shows 7 x 46.748571428571lbs. Doing some more testing I get the following. 1 item in cart = 1 x 28lbs 2 items in cart = 2 x 27.5lbs 5 items in cart = 3 x 45.45lbs 10 items in cart = 6 x 45.45lbs 50 items in cart = 28 x 48.696428571429lbs 100 items in cart = 55 x 49.581818181818lbs Any idea what may be causing this? The mysql database is always showing the correct number of packages. Also, things worked fine until I switched to a new web host. I don't know if that would have any bearing on anything.
  2. Great contrib, I really enjoy using it. I had an issue arise today where I wasn't able to print the second label in a multiple package shipment. Shouldn't there be a "next" button or something? I had to ftp into the directory and manually edit the url to get the label to display. Any help please. Thank you again.
  3. giono2

    WPP error 10543

    I get a credit card auth failed error #10543. Anybody have any ideas on what this might mean?
  4. Well, I've done more checking at PowWeb and have found that they have not dissabled access to curl_setopt as suggested. It looks like this isn't the issue. Any other ideas? I really have no idea what else I might need to do to get this working. Any help would be greatly appreciated.
  5. I'm hosted on PowWeb and as far I can tell they have curl running on their servers. Also I ran a "cur test" that I found somewhere and it confirms that curl is on the server. <?php if (function_exists('curl_exec')) { $curl_message = '<br>cURL has been <b>DETECTED</b> in your system'; } else { $curl_message = '<br>cURL has <b>NOT</b> been <b>DETECTED</b> in your system'; } echo $curl_message; ?> I get this from the server info menu in osCommerce: I'm a little out of my league at this point so any help is greatly appreciated.
  6. Card Declined error & error occured when we tried to contact PayPal's servers. I'm getting both of these errors when I try to use this module. When the dump email arrives it simply says: In function: ec_step1() for express checkout. The directpay error is as follows: In function: before_process() - Direct Payment Did first contact attempt return error? Nope --------------------------------------------------------------------- -------------------------------DP_DUMP------------------------------- ------------This is the information that was sent to PayPal---------- --------------------------------------------------------------------- any ideas what this may have to do with? I've been at this for 7 hours today.
  7. Please help :( #1 Errors w/ Express Checkout When attempting to clear transactions from my site to paypal I get the Authorization failed error form paypal. "Transaction is invalid, go back to website to complete the transaction" Specifically: https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token= My Params are as follows: Transaction Mode Live (or test, same issue) API Certificate File /www/x/xxxxxx/htdocs/shop/paypal_wpp/certs/cert_key_pem.txt API Username shop_api1.xxxxxx.com API Password MYPASSWORD PayPal BN OSCommerce-2.2MS2 Payment Action Sale #2 Website Payments Pro When attempting to clear transactions from my site to paypal I click the confirm button and get redirected back to the Payment Information page with the following in the URL: ...checkout_payment.php?error_message=%282030%29+Unable+to+find+API+certificate+file... Params are as follows: Transaction Mode Live (or test, same issue) API Certificate File /www/x/xxxxxx/htdocs/shop/paypal_wpp/certs/cert_key_pem.txt API Username shop_api1.xxxxxx.com API Password MYPASSWORD PayPal BN OSCommerce-2.2MS2 Payment Action Sale
  8. I am getting the 2030 Unable to find API error too, however it is printing in the URL not anywhere on the page. Any ideas on this?
×
×
  • Create New...