Since version 1.7 of Prestashop, the featureCookie SameSitecauses a loss of session on return when POST mode is activated.
2 solutions exist to solve your problem:
Change return mode to GET
To change the return mode :
- Sign in to your PrestaShop Back Office.
- Go to the following menu Modules > Module manager.
- Search for the Scellius module.
- Click Configure.
- Click General configuration.
- Search for the RETURN TO SHOP section.
- SelectGETin the Return mode parameter.
- Click Save.
DisableCookie SameSite
If you wish to keep the POST return mode, make the following change:
- Sign in to your PrestaShop Back Office.
- Go to the following menu Shop Parameters > General.
- Set Enable SSL to Yes.
- Set Enable SSL on the whole website to Yes.
- Click Save.
- Go to the following menu Advanced Parameters > Administration.
- ConfiguringCookie SameSiteto None.
- Click Save.