Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kleinbaum

Archived
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Real Name
    Josh

kleinbaum's Achievements

  1. Dynamo, which file is that line in? I checked checkout_payment and couldn't find it there... Thanks, Josh ADD: Never mind that, Dynamo, I found it in the main module file. Thanks for the help!!!
  2. That did it for me. Easy enough fix. Thanks for the help...
  3. One more minor bug I've run into. A customer is trying to purchase with Amex but the card is getting rejected. I know Amex has a different CVV than Visa/MC/Discover, which is on the front of the card and four digits long. The form only has space for three characters. Could this be the problem, and if so, what's the easiest way to add a character in there? Thanks, Josh
  4. So I installed this contribution and it works great - it seems to do exactly what it's supposed to do. I'm having one problem, though, on the admin side. Since installing the module, whenever i use the 'search' function to find a customer I get the following error message: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where c.customers_lastname like '%kleinbaum%' or c.customers_firstname like '%kl' at line 1 select count(*) as total from customers c left join address_book a on c.customers_id = a.customers_id and c.customers_default_address_id = a.address_book_id, customers_groups cg where c.customers_group_id = cg.customers_group_id where c.customers_lastname like '%kleinbaum%' or c.customers_firstname like '%kleinbaum%' or c.customers_email_address like '%kleinbaum%' [TEP STOP] Any thoughts? Thanks, Josh
  5. Actually, Dynamo, scrap that last message. After adding the die/dump code, I disabled the verified/confirmed options like you suggested. That seemed to do the trick. I just removed the die/dump code and tried it, and it worked like a charm! Thanks a ton for the help. Now I've got to figure out how to get the members discount module working with this one - i'm guessing the problem is with the members discount module, not yours.... Thanks, Josh
  6. Dynamo - thanks so much for your help. I really appreciate this. OK, I added the dump code to the file and went through another checkout. My card was charged, the money was put in my PayPal account, but the order didn't show up in OSCommerce (and i'm assuming i would have gotten an error had it not died/dumped). This is the dump I got (I'm not sure what you're looking for, so I figure I'll just past the whole thing here). object(dodirectpaymentresponsetype)(14) { ["Amount"]=> object(basicamounttype)(6) { ["_elements"]=> array(0) { } ["_attributes"]=> array(1) { ["currencyID"]=> array(3) { ["name"]=> string(10) "currencyID" ["type"]=> string(20) "ebl:CurrencyCodeType" ["use"]=> string(8) "required" } } ["_attributeValues"]=> array(1) { ["currencyID"]=> string(3) "USD" } ["_namespace"]=> string(32) "urn:ebay:apis:CoreComponentTypes" ["_value"]=> string(4) "1.00" ["_charset"]=> string(10) "iso-8859-1" } ["AVSCode"]=> string(1) "Y" ["CVV2Code"]=> string(1) "M" ["TransactionID"]=> string(17) "2W268669K0498283K" ["_elements"]=> array(10) { ["Timestamp"]=> array(4) { ["required"]=> bool(false) ["type"]=> string(8) "dateTime" ["namespace"]=> string(31) "urn:ebay:apis:eBLBaseComponents" ["charset"]=> string(10) "iso-8859-1" } ["Ack"]=> array(4) { ["required"]=> bool(true) ["type"]=> string(11) "AckCodeType" ["namespace"]=> string(31) "urn:ebay:apis:eBLBaseComponents" ["charset"]=> string(10) "iso-8859-1" } ["CorrelationID"]=> array(4) { ["required"]=> bool(false) ["type"]=> string(6) "string" ["namespace"]=> string(31) "urn:ebay:apis:eBLBaseComponents" ["charset"]=> string(10) "iso-8859-1" } ["Errors"]=> array(3) { ["required"]=> bool(false) ["type"]=> string(9) "ErrorType" ["namespace"]=> string(31) "urn:ebay:apis:eBLBaseComponents" } ["Version"]=> array(4) { ["required"]=> bool(true) ["type"]=> string(6) "string" ["namespace"]=> string(31) "urn:ebay:apis:eBLBaseComponents" ["charset"]=> string(10) "iso-8859-1" } ["Build"]=> array(4) { ["required"]=> bool(true) ["type"]=> string(6) "string" ["namespace"]=> string(31) "urn:ebay:apis:eBLBaseComponents" ["charset"]=> string(10) "iso-8859-1" } ["Amount"]=> array(4) { ["required"]=> bool(true) ["type"]=> string(15) "BasicAmountType" ["namespace"]=> string(22) "urn:ebay:api:PayPalAPI" ["charset"]=> string(10) "iso-8859-1" } ["AVSCode"]=> array(4) { ["required"]=> bool(true) ["type"]=> string(6) "string" ["namespace"]=> string(22) "urn:ebay:api:PayPalAPI" ["charset"]=> string(10) "iso-8859-1" } ["CVV2Code"]=> array(4) { ["required"]=> bool(true) ["type"]=> string(6) "string" ["namespace"]=> string(22) "urn:ebay:api:PayPalAPI" ["charset"]=> string(10) "iso-8859-1" } ["TransactionID"]=> array(4) { ["required"]=> bool(true) ["type"]=> string(13) "TransactionId" ["namespace"]=> string(22) "urn:ebay:api:PayPalAPI" ["charset"]=> string(10) "iso-8859-1" } } ["_attributes"]=> array(0) { } ["_attributeValues"]=> array(0) { } ["_namespace"]=> string(22) "urn:ebay:api:PayPalAPI" ["Timestamp"]=> string(20) "2005-10-22T19:59:50Z" ["Ack"]=> string(7) "Success" ["CorrelationID"]=> string(40) "7211750854866385690297361130011186110311" ["Errors"]=> NULL ["Version"]=> string(8) "2.000000" ["Build"]=> string(6) "1.0006" } Thanks again, Dynamo (and anyone else who may have some thoughts on this), Josh
  7. I made the change but no luck. I'm still getting the error message, "Your credit card was declined. Please try another card or contact your bank for more info." It returns me to the Payment Information screen, and the order isn't pushed through, but my credit card is being charged. Any other thoughts?
  8. This is a great module - thanks to everyone for all the hard work on this. A few problems for me: 1) When I use my credit card in Sandbox, it goes through without a problem. But when I use my credit card live, I get an error saying my credit card was rejected. But my card was still charged and my Paypal account received the money. This is a pretty significant problem, for obvious reasons - customers will get awfully upset about this. 2) I use the 'member discount' option to give 10% off to all members of my organization. It doesn't seem to work with this module - the discount shows up at checkout, but is not transferred to PayPal. Using PayPal IPN, I had this problem, and had to switch the transaction type from individual to aggregate, but there is no option for that in this module. Any thoughts on these two issues? Thanks, Josh
  9. I have paypal IPN set up on my site. About half the time, it works fine, no problems at all. But about half the time, customers complete their order, but when they are taken to paypal's site, they enter their info then get an error that said time had expired. The result is about half the orders hang at Preparing IPN and never get paid. Any idea what might cause this? Thanks, Josh
×
×
  • Create New...