I’m trying http://simplecartjs.org –
There is a way to know if a user purchas and paid an item?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you look into the documentation of this cart application you will see that there are several checkout options available.
see for e.g.: http://simplecartjs.org/documentation/paypal
So you can link your SimpleCart to one of those checkout providers and you will have to look for completed payments on those sites.
Of course you have the option to use your own checkout method by using SendForm but then you’ll have to write that by yourself.
There are also several event callbacks for the checkout process like
checkoutSuccess,checkoutFailandbeforeCheckoutthat you can use.instead of
nullyou simply have to insert your function calls.