Hi,
Everything seemed to be going fine; I made 3 sales and all received their download link (I could tell by looking at the customer's download count under "transactions"), but then this morning I made two more sales and neither one got their link. Any ideas on why this might be happening?
First, for those who are not getting the emails notifications, are the transactions showing up in the extension's transaction history (Administrator>>Components>>Nice PayPal Downloads>>Transactions)?
If not, then the extension is not getting the IPN message from PayPal. I have to assume this, because your issue is intermittent.I have had an issue with this for the last week or so. A number of IPN messages from PayPal were never sent to my site. This is a PayPal issue and should be taken up with PayPal's customer service.
If the transactions are in the extension's history, then talk with your host's tech support. Tell them that SOME of your site's automatic emails are not being delivered. Explain to them that you are using PHP and SMTP to send the emails. Ask them to look at the server's mail logs for any anomalies.
Also, I read on another post that you can resend a download link to a customer by clicking on the customer's email address in "transactions", but this doesn't work for me. When I click on any of the email addresses, it doesn't do anything at all; doesn't even try to load anything. It would be nice if I could at least figure out how to do that because I've been dealing with the situation by just attaching the file they purchased to the email reply once they complain about not receiving the download link.
1. Go to Administrator>>Components>>Nice PayPal Downloads>>Transactions
2. Click on any buyers email address.
An new email should open from your email program. If this is not happening, then one of the following things might be the cause.
* You use webmail and your webmail is not configured to support "mailto:" links.
* You have security program or setting either in your browser or on your computer that is blocking the "mailto:" link.
That's my best guess anyway. If you still cannot get this feature to work, you can build your own link for the buyer. To do this, follow the steps below.
1. Open a simple text editor, like MS Notepad.
2. Copy and paste the bit of web address below into your text editor.
- Code: Select all
http://yoursite.com/index.php?option=com_nicepaypaldownloads&nd=d&itm=XX&tx=XXXXXX
3. Replace yoursite.com with your actual domain name.
4. Go to Joomla Admin and click into the transaction's details view (Administrator>>Components>>Nice PayPal Downloads>>Transactions).
5. Find the transaction id, it should look like this:
Transaction Id: 457HDSONKH290X01G
6. Select and copy that number into the the web address, replacing the trailing XXXXXXX.
Example
- Code: Select all
http://yoursite.com/index.php?option=com_nicepaypaldownloads&nd=d&itm=XX&tx=457HDSONKH290X01G
7. Consult the transaction details page again. Find the item number. It should look like this:
Item Number: 3
8. Copy and paste the item number into the web address replacing the two XX.
Example
- Code: Select all
http://yoursite.com/index.php?option=com_nicepaypaldownloads&nd=d&itm=3&tx=457HDSONKH290X01G
9. Copy the web address and paste it into your browser to give it a test.
10. If your test is successful, send it to your buyer.
That should do it.
~ Best regards