Jump to content

How to only charge buyers when a specific number of buyers

Hey,

 

I just needed to know how I could implement a system on an existing website, to only charge buyers when a specific number of buyers pledge to buy. So basically like Massdrop but having it set so it only charges the customer's when a set number sign up.

 

Thanks allot for your time, any and all input is welcome.

 

:)

Link to comment
Share on other sites

Link to post
Share on other sites

When they pledge to buy instead of charging them, add them to a list of pledgers" for that item. When the "pledgers" list has reached the target, charge everyone on the list at the same time.

Link to comment
Share on other sites

Link to post
Share on other sites

Okay duds thanks for that, I didn't really give kickstarter a thought, but i'll give it a go. However are their any charges for kickstarter i.e. when your project gets it's required backers.?

 

Also thanks again for the help, it's much appreciated  :)

Link to comment
Share on other sites

Link to post
Share on other sites

When they pledge to buy instead of charging them, add them to a list of pledgers" for that item. When the "pledgers" list has reached the target, charge everyone on the list at the same time.

Just wanted to ask if your suggestion was in regards to hosting the item on Kickstarter?

Link to comment
Share on other sites

Link to post
Share on other sites

Just wanted to ask if your suggestion was in regards to hosting the item on Kickstarter?

Nope, if you were doing it yourself and setting up a web store.

Link to comment
Share on other sites

Link to post
Share on other sites

Nope, if you were doing it yourself and setting up a web store.

Okay so what's an easy way to implement a pledging system? Also thanks again for the help,  :)

Link to comment
Share on other sites

Link to post
Share on other sites

Okay so what's an easy way to implement a pledging system? Also thanks again for the help,  :)

 

Store the information in a database.

 

How you charge them will depend if you want it to be an automatic or a manual process. Manual meaning that an authorized user logs in and puts the charges through. Automatic meaning your system keeps track of some condition and when that condition is met it charges all the users.

Link to comment
Share on other sites

Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×