Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

montytx

Archived
  • Posts

    86
  • Joined

  • Last visited

Profile Information

  • Real Name
    Joel

montytx's Achievements

  1. Ignore that. I figured it out. On a hunch I took the checkout_process.php from another store and replaced the one in this store. I dont know if I missed upgrading this file or if some other mod changed something that was causing the problem. THe line of code that was at issue was used for authorize.net. Anyway, I appear to have a functioning store and placed a live order! Yeehhaaaww. I just hope I didnt step on a ballon to fix the problem and will see it somewhere else later. Thanks to everyone for the help.
  2. I changed that I am getting this error again. Im going to go insane. Just when I think Im there something else pops up.
  3. I feel like I am working my way though the woods. Close to getting out but not quite. I emptied my sessions table and that got rid of one error. Here is where I stand. The process on paypals site is working. THe CC on my site has one problem that I can see. I am running a live test using my cc and OSC says the cc is declined. But paypal shows success and even sends me an email. Of course there is no order in OSC. Where is the disconnect?
  4. I had a similar error and it turned out that part of my pear install was not installed. I would get new pear zips, unzip them and then make sure to reinstall both parts. That got rid of this error for me.
  5. I have reinstalled pear and reinstalled the latest version .73. It simply does not work with my set up. Version .5 sort of works. The paypal account side works but the Credit card side is generating this error: Fatal error: Call to undefined function: authorize() in /hsphere/local/home/montytx/ladybugcostumesonline.com/checkout_process.php on line 108 1100 - Table 'sessions' was not locked with LOCK TABLES select count(*) as total from sessions where sesskey = '9d85fc2bb8058966151e5b71ee2ed336' [TEP STOP] Warning: Unknown(): A session is active. You cannot change the session module's ini settings at this time. in Unknown on line 0
  6. I just checked that and it is there: is what my site is running. I have another similar site with an older version of this package running ( with the same ISP). THe only difference I can find is the version of this and the fact that this site does not have its own SSL, it uses shared SSL.
  7. I dont thnk that is it. I reinstalled the pear directory last night and I am still getting the error.
  8. Hi All, I am installing this mod on my store and get this error when you click the quick out paypal button. HEre is the error: Fatal error: Call to undefined function: setopt() in /hsphere/local/home/montytx/ladybugcostumesonline.com/includes/modules/payment/paypal_wpp.php on line 324 It appears to have something to do with curl adn SSL: $caller->setOpt('curl', CURLOPT_SSL_VERIFYPEER, 0); I have a shared SSL. Do I have to get my own for this to work?
  9. I think this contribution should be pulled. There is no support for it and it does not appear to work.
  10. Looks like you have a bug in the path. I have the same errors as everyone else. When you click on the paypal checlkout button THe error is: (2030) Unable to find API certificate file. I have messed with the path on this and cant get it fixed. I do not use a catalog directory so the paypal folder is in my root. Here is the path for the test cert: paypal_wpp/certs/cert_key_pem-1.txt When I try to use a cc at checkout and confirm the order I get this error: There has been an error processing your credit card. Please try again.
  11. Am I the only person who has this problem??? I would really apreciate some assistance or if someone would point me in the direction of where I can find an answer.
  12. Is there a snippet of code we can add so that when you are in admin looking at the product in the right column under categories where the product is listed with a pic and the retail price add the cost price?
  13. Maybe you didnt read my first post. I have 3 sites. My main site has its own SSL. My other 2 have a shared SSL with my ISP. None of the sites collect any data from CCs. It is obivously a bug with OSC. I just cant believe no one is bothering to fix it.
  14. THe problem is the data is not stored in mysql. When I need to process refunds with authorize.net I have to have the customers info to proceed ( at least I have to have the cc expiration). So for every refund I have to call the customer and get thier cc info. It is a slow and manual process.
×
×
  • Create New...