Optigold Paypal support

Discussion in 'Optigold ISP' started by ThomasFox, Apr 19, 2005.

  1. #1
    Hi,

    I've gone through the mailing list archives on digitalpoint.com, and
    searched through the forum archives here, and can't find a simple
    answer to the proper setup procedure, and subsequent daily processing
    procedure, for using Paypal as a payment method for clients.

    There was a post that said there were fields needed edited in the
    paypal.php file loaded with the web files, and I've edited that to the
    extent I was able to discern what needed changing (the post from
    Shawn said you would need to edit the file, but didn't say what
    needed editing).

    I have Paypal payments hitting the script, however I'm getting the
    error that it failed to be inserted into Optigold (no mention of
    why, contrary to another post Shawn made indicating the error
    code should be in the failure message).

    So, I'm asking for someone to perhaps walk me through the process
    both in setup, and then in how the customers should pay me
    (do they simply initiate a payment through Paypal?).

    Shawn -- there is NO information in the manual posted at
    www.digitalpoint.com -- so please if you can post a simple setup
    and daily processing routine set of instructions so we can
    get this set up. I don't mind reading the docs... but in this case,
    there's just no instruction list anywhere.

    thanks,
    tom
     
    ThomasFox, Apr 19, 2005 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    Do you have the paypal.txt in your Web folder?
     
    digitalpoint, Apr 21, 2005 IP
  3. ThomasFox

    ThomasFox Peon

    Messages:
    35
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes sir I do!
     
    ThomasFox, Apr 21, 2005 IP
  4. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #4
    Have you checked the normal stuff? That your key you set in your paypal.php file matches exactly the one in Optigold, etc.?
     
    digitalpoint, May 2, 2005 IP
  5. ThomasFox

    ThomasFox Peon

    Messages:
    35
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yes, the key matches. I've set up as much as I was able to determined *needed* setting up before I posted. Honestly, there is nothing in the docs, and only a few messages on the old mail list archives on how to do this. No where are there any clear instructions.
     
    ThomasFox, May 2, 2005 IP
  6. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #6
    To be honest, I'm not really sure... it's always "just worked".

    Try changing this line:

    mail($paypal_email, "PayPal Transaction Failed", "A request to insert a PayPal transaction into Optigold ISP failed because it could not be validated by PayPal.\n\nRequest was from: " . $REMOTE_ADDR);
    PHP:
    to this:

    mail($paypal_email, "PayPal Transaction Failed", "A request to insert a PayPal transaction into Optigold ISP failed because it could not be validated by PayPal.\n\nRequest was from: " . $REMOTE_ADDR ."\n\nresult = $result");
    PHP:
    that will show you the output from Optigold at least.
     
    digitalpoint, May 9, 2005 IP