[Fixed] Automatic PayPal Script

Status
Not open for further replies.

Logic

Bobby Billionaire
Feb 8, 2012
748
207
People were contacting me in regards of an error they were getting while implementing this script into their CMS. I've fixed it and it should fully work if you follow the directs inside the folder. If you have any problems, I don't offer support unless it's an error code.

Error people were receiving:
Parse error: syntax error, unexpected '.' in C:\xampp\htdocs\paypal\paypal.php on line 49

Remember: Keep the folder named "paypal" and make sure it's in your root directory (htdocs/wwwroot).

Download:

Enjoy!
 

Logic

Bobby Billionaire
Feb 8, 2012
748
207
got any screenys to show that it fixed and works

Nope, I don't have a Hotel setup. However, I can guarantee you it works. If it doesn't, simply let me know. I had this on my previous hotel, Vue. The fix was that it was missing a ";" at the end of the line. 
EDIT: Found another error by someone, which is:

Go to line 57 or find:
PHP:
$p->add_field('notify_url', $this_script.'?action=ipn');.

Replace it with:
PHP:
$p->add_field('notify_url', $this_script.'?action=ipn');
 

xXLesterXx

Member
Apr 27, 2012
103
2
How do i add more option?
EX.
I want to buy the 3rd one not the 1st one

In short, how to add more automatic payments
:)
 
Status
Not open for further replies.

Users who are viewing this thread

Top