Guest Posted January 21, 2004 Share Posted January 21, 2004 Does anyone have any information on how I would create a system where a customer could prepurchase credits, say 100 credits for $10.00 that they would in turn be able to purchase downloads with? I am looking to do something similar to istockphotography.com. Link to comment Share on other sites More sharing options...
Guest Posted January 21, 2004 Share Posted January 21, 2004 I would try using gift vouchers (from the credit class and gift voucher contribution). Second idea: two stores. First store, sell credits (customize checkout_process.php to store credits bought in a database table). Second store, use a custom payment module (accesses table from first store) to accept credits. I would use table prefixes to differentiate products, categories, orders, etc. Both stores should share customers data. Note: it might be easier to modify the gift vouchers from the first idea to work the way that you want. Hth, Matt Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.