Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

improve order creation user experience when using DoliWoo #86

Open
altairis-tof opened this issue Apr 25, 2016 · 2 comments
Open

improve order creation user experience when using DoliWoo #86

altairis-tof opened this issue Apr 25, 2016 · 2 comments

Comments

@altairis-tof
Copy link

at the moment, when a user places an order, he will wait some seconds during the webservice communication with dolibarr.
there is a big risk that the user leave the page or click another time on the checkout button !
we need to find a better technical solution :
Maybe just call the webservice asynchronously with an ajax call ?

@altairis-tof
Copy link
Author

i answer to myself : if implemented in client side javascript, the ajax request should call a doliwoo php script that trigger the webservice; it should not be a direct ajax call of the webservice for obvious security reasons.

@altairis-tof
Copy link
Author

i have found an asynchronous soap implementation here : https://github.com/Meabed/asynchronous-soap
i will give it a try on another project to test it, but i'd be glad if you look at it and give me your feedback.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants