Hi all,
I have a production site live using Beta 5
I am running an exact dupe on my XAMPPLite to test further development before changing the live site.
I want to add file products and have set up a test product on my sandbox. I go through the purchase procedure and the file, mark the order complete through Admin, and the file shows up in the users File Downloads tab.
However when I click on the link to download the file I get Access Denied error.
It's generating a custom link properly:
http://localhost/mywebsite/cms/download/1/8170531d8efca6564298c593f5df8f78
However that link generates the Access Denied.
I have the product files directory outside my webroot and have placed the file there and have configured the path correctly in my Store Administration setttings. I have also set the number of downloads to 100 to avoud the null error that prevents links being generated.
Any thoughts would be most appreciated. Getting basic file product functionality working is the first step in a module I want to develop which would encrypt PDFs when downloaded. The idea is that you can tag the PDF with the user's name or email address so that once they purchase it, if they share it around, you'll be able to trace the file back to the original purchaser.
But I can't develop the module until I get the basic file product functionality to work...
Thanks,
Marco

