- New
- 1.7
- 8.0
Normal login to the administration
Prestashop module cancels the login to the administration via the Prestashop accounts module.
Example and example of the code you send to Prestashop:
* userId => your Prestashop account ID
* anonymousId => guest id
* application => installed application
* email => your email
* shopUid => shop prestashop id
* shopUrl => shop url
* shopBoUrl => backoffice url
* ownerEmail => shop owner email
* psStoreVersion => your installed Prestashop version
* psAccountVersion => module ps_accounts version
* errorCode => login error
* path =>$_SERVER['PATH_INFO']
* referer =>$_SERVER['HTTP_REFERER']
* url => $_SERVER['HTTP_HOST'] + $_SERVER['REQUEST_URI']