pwired Posted July 18, 2014 Posted July 18, 2014 Hi Searched but there are no pw modules or pw scripts that I could find. Anyone knows how to setup payed downloads with a pw site ?
adrian Posted July 18, 2014 Posted July 18, 2014 There is this mention: https://processwire.com/talk/topic/5281-paypal-payment-method-for-processwire-shop/?p=67668 So long as whatever payment system you are using (Paypal in the example mentioned above) has some way of securely confirming that the user's payment has been received, you can easily make the download available based on whether a "paid" flag has been set for their order. 3
diogo Posted July 18, 2014 Posted July 18, 2014 You might also want to have a look at some ready solutions for selling digital goods. Smashing Mag has a good article about it http://www.smashingmagazine.com/2012/03/29/selling-digital-goods-online-e-commerce-services-compared/ 3
pwired Posted July 19, 2014 Author Posted July 19, 2014 Great article, thanks. Will give gumroad a try. Also found digitalriver.
Macrura Posted July 19, 2014 Posted July 19, 2014 there has been some talk also on another thread about this; Joomla with Maian Media is how I do this now; when a customer purchases downloads, the script redirects them to paypal; the IPN is processed after payment which then lets MM create the download page, that has the download links to the files; also sends an email to the user with the URL to their special download page. It would be important for such a system to simply track the # of downloads, and also allow for hiding the file location (could be on a local server or on s3..) but all in all the logic should be pretty simple - gonna try and write this later this summer... 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now