Hi, we are using current dms on our website to sell a doc by sending the download link in users email, for download. joomla 1.5 version on 1.5.9 php 5.x
os_paypal is enabled and working ok.
But the thank you page (return to site from paypal after purchase)
1 is missing its download link in the thank you page order section, when the doc is set to 'number of downloads allowed' e.g 10.
When the doc is set to download for days e.g 3 days, no download limit,
2 the download link appears ok in the thank you page order.
doc's Dropdown set according above, matching each state.
I've investigated the situation, the code is switching off the download column in the table, there is no td/td for that column in the html, in fault condition 1.. [helper.php]
Can you advise is this 1 and 2 intended to be like this, or is it a bug?
we need the download link there as the user might not get his email.
If you have coding solution please say, I can modify appropriate files.