Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Prepaid Credits System


Guest

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...