apigy / selfstarter

Roll your own crowdfunding
selfstarter.us
Other
3.17k stars 1.62k forks source link

Added payment options component, a few small features, and several fixes #25

Closed jes5e closed 11 years ago

jes5e commented 11 years ago

We love the selfstarter platform and used it for our new site at ByteLight. Just sent a more in-depth email to hello@lockitron.com.

There were a few additional features that we needed, so we made sure to add them to a public fork of your project so that we could later make a pull request, and hopefully get them added back into the project so that others can use them in the future.

The main feature we added was a "payment options" component that let's you have a kickstarter-like section of radio buttons offering different packages or levels on the checkout page.

Also added an option to have a placeholder image that shows up instead of the video first frame (like you have on lockitron). Fixed several bug fixes - especially for IE. The base selfstarter.us is pretty broken in IE.

You can take a look at our site here: http://preorder.bytelight.com/

derekcoleman commented 11 years ago

Thanks! great IE changes

Jarred-Sumner commented 11 years ago

This is some really awesome work!

The only change I'm going to make is setting use_payment_options to default to false. I'm doing this because it's simpler to get started without it.