Quote:
Originally Posted by calorie
@paul41598: the Notification URL set in your PayPal account doesn't matter, as this mod uses the following:
Code:
<!-- in ptpnt_buythread_form template -->
<input type="hidden" name="notify_url" value="$vboptions[bburl]/buythread.php?do=paypal" />
When you get to the page that gives the total, before you click the purchase button, view the HTML source.
Look for the following and make sure the hidden input tags are correct, and if not just edit the template.
Code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
If everything looks okay, make sure there isn't anything like a .htaccess file blocking the PayPal IPN postback.
@hugh_: not sure if I'm up for another hack ATM, but maybe later.
|
No problem, thanks for considering it!
hugh