benmort / rciceberg

Other
0 stars 1 forks source link

Adding Stripe Payment as _the_ payment option #39

Closed scottwarren closed 5 years ago

scottwarren commented 9 years ago

Todo

scottwarren commented 9 years ago

Fixes #24

scottwarren commented 9 years ago

Example address:

image

Example Credit Card form:

image

scottwarren commented 9 years ago

What it currently looks like:

image

scottwarren commented 9 years ago

Potentially could separate the form by making the Address form first in the DOM, then using the "purchase" button as a "next form" button, it would then show the correct modal by just using a href="#credit-card-modal" not sure how that would work with separate forms though.

Might be simple because we need to tokenize the credit card details for Stripe.js and we could just put that token in the address form.

scottwarren commented 9 years ago

going to look at the object structure of our app to make sure what we have is what we need

scottwarren commented 9 years ago
scottwarren commented 9 years ago

I have changed this to be on it's own page for simplicity

scottwarren commented 9 years ago

image How it looks now :-)