Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

rpgwriter

Archived
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Real Name
    Eric Moreau

rpgwriter's Achievements

  1. Thanks Jack, that worked. Now I don't have to add that line to every file. The links still don't display right, I guess I'll have to define all of them manually :blink: Tables too, 'cause I get a lot of errors like this: Isn't there suppose to be a file with all of these already defined? I had to skip a few steps in the install because the code the install text asks you to find in the file no longer exists or it's been moved somewhere to another file. I dunno... If anyone has some insight it would be much appreciated. Thanks.
  2. Are you having the same problems I am? Basically links and text are all messed up, they all have things like /FILENAME_AFFILIATE_BANNERS_BUILD instead of real functional links. I've found a way to fix it but the way I'm doing it looks to be a hell of a job. What I did was copy the affiliate_english.php script into my english language folder, edit the file to define all the terms like FILENAME_AFFILIATE_BANNERS_BUILD to the actual php file. Then I add require(DIR_WS_LANGUAGES . $language . '/affiliate_english.php'); at the start of every file like affiliate_signup.php There has got to be a better way to do this though.
  3. AlexStudio you are awesome! I applied your fix and it works like a charm now. I've tested with 3 test orders in a row and all of them the IPN worked fine. Thank you so much.
  4. I am also having problem with the IPN not verifying. It works perfectly the first time, I've found that if there is already a past order from the same customer in the database, the invoice number is not passed to PayPal and the IPN doesn't work. I've tested this with several customer accounts. Every time is the same thing, the first time I place an order with that customer account it works, but the second, third, fourth, etc.. order does not go through and gets stuck at "Preparing [PayPal IPN]" Even after deleting the order from the database and creating a new one it still doesn't work. I'm new to OsCommerce and PHP so I'm having a hell of a time figuring out how to fix this...must be some kind of bug.
×
×
  • Create New...