Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Yes, that’s possible, and is really simple.

    Please, follow the steps below:

    1. Open the sd-submit.php file, located in “/wp-content/plugins/sell-downloads/sd-core/sd-submit.php”, with the text editor your choice.

    2. Go to the snippet of code:

    $code = ‘<form action=”https://www.paypal.com/cgi-bin/webscr&#8221; name=”ppform’.$randval.'” method=”post”>’.

    and modify the form’s action, to the PayPal sandbox

    $code = ‘<form action=”https://www.sandbox.paypal.com/cgi-bin/webscr&#8221; name=”ppform’.$randval.'” method=”post”>’.

    Note: After testing the payments, you should update again form’s action.

    Best regards.

    Thread Starter passegua

    (@passegua)

    Right, many thanks.
    But now I already verified that your plugin works great since I’ve
    got quite a few “real” PayPal payment!

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Now you only should return to the original action of form.

    Best regards.

    Does it require paypal business/merchant account?

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Not really, with PayPal standard is sufficient.

    Best regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘PayPal sandbox?’ is closed to new replies.