Hi:
Thank you for the module. I installed and configured the module in joomla, run check.php and get the code for the button. When I buy the product I'm sent to paypal; the payment is success and I receive a mail from paypal about the shipping. But I dont receive the buyer email with the link to download the product. I put the pdf file with the book in the directory "descargas", and in settings, my product 1 appear configured this way: $products[1] = array('Book XXX','1','descargas/book.pdf').
In the module:
-download email=webmaster@mydomain; this acount doesn't exists. Any problem with that?
-notify email=my hotmail account. I suppose this is the seller email to receive notification about the file sent to buyer. Is it correct?
In paypal I activacted IPN (Instant Payment notification)and in the field url-notification I wrote:
mydomain//modules/mod_paypalpdm/paypal.php. Is it correct? Any way, in the html code where the "pay now" button is, it appear: <input type="hidden" name="notify_url" value="
mydomain//modules/mod_paypalpdm/paypal.php">
Could you help me? What is wrong?
Thanks in advance.