Jump to content

Edit History

ps8modules

ps8modules

Hi,

a little file editing is enough.

You have no idea what you are sending to Prestashop for information.

FREE MODULE FOR VIP CUSTOMER

login-mini.png.810f42642da1d3014da166fe1a3b5ab9.png

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']

 

ps8modules

ps8modules

Hi,

a little file editing is enough.

You have no idea what you are sending to Prestashop for information.

FREE MODULE

login-mini.png.810f42642da1d3014da166fe1a3b5ab9.png

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']

 

ps8modules

ps8modules

Hi,

a little file editing is enough.

./modules/ps_accounts/controllers/admin/AdminLoginController.php

originally:

obrazek.thumb.png.4801028322470a436c2845353233225b.png

 

after editing:

obrazek.thumb.png.cc7297837f43a6a517d1ab13e138363c.png

 

×
×
  • Create New...