snapjay / ngCart

Really simple shopping cart for AngularJS
http://ngcart.snapjay.com
380 stars 236 forks source link

How to set up checkout payments using ngCart and stripe #89

Open brensmith opened 7 years ago

brensmith commented 7 years ago

i am currently building a e-commerce web application using the mean stack . I have installed the ngCart module to help build the shopping cart. At the moment the shopping cart is working and i can add and remove items in the cart. Now i want to send items currently in the cart to the checkout which i will than process using stripe. The issue is i am having trouble understanding how to send the items in the cart to the checkout. If anyone has any experience using ngCart and can help me out i would be most grateful. Thanks

ghost commented 7 years ago

Were you able to solve this problem I am trying to use stripe as well?

brensmith commented 7 years ago

No ran out of time in the end. Was building the app for a school project had to make due with the PayPal that is included with ngcart but plan on going back to figure it out at some stage. If i can figure it out will post it here.

ghost commented 7 years ago

Thanks for the reply, I think I'm going to have to write my own checkout function using the getCart method