Re: [AngularJS] Shopping cart with checkout in angular JS

2014-08-20 Thread R tget
2014 00:35:39 UTC+2 schreef Eric Eslinger: You'll probably need to handle this in the typical fashion - store user session data in a session variable, either a session cookie, or stashed in a session store on your backend. e On Tue, Aug 19, 2014 at 12:21 PM, R tget r2g...@gmail.com

Re: [AngularJS] Shopping cart with checkout in angular JS

2014-08-20 Thread R tget
can't tell who actually paid for their products and who faked a PayPal callback. e On Wed, Aug 20, 2014 at 4:05 AM, R tget r2g...@gmail.com javascript: wrote: Yes, but in angular is there a way to get a unique session variable for a user? so that i can store this in the DB

[AngularJS] Shopping cart with checkout in angular JS

2014-08-19 Thread R tget
Hi im building a shopping cart now on checkout im using external payment modules. so its get redirected to another site for example paypal and then come back for a thank you page. but if a user selects a payment method and goes back, al the angular data is gone, cart is empty etc. what is the