Postponed
Project:
e-Commerce File Downloads
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2012 at 19:18 UTC
Updated:
23 Jan 2012 at 20:45 UTC
I want to build website that sell downloadable products(images). And the only payment method is userpoint. So is it possible that when customers click buy now button it will automatic cost customer’s userpoint and then open the blank page that contain the images their purchase (or redirect to download page) so the customer can save picture to their computer. What should I do?
Comments
Comment #1
burningdog commentedThat's a simple requirement that has a farily complex implementation. Right now ec_file doesn't support that, and isn't yet stable anyway. But it's an interesting enough use-case...
Part of the complexity is like this: userpoints have the ability to be re-calculated, so ec_file would have to implement hooks to allow for the subtracting of userpoints based on transactions executed on the site. Which probably means storing the userpoints values of each transaction in the database...
Perhaps if there are others who like this functionality...?