Managing Cookies
$this->context->cookie;$this->context->cookie->variable;include_once('path_to_prestashop/config/config.inc.php');
include_once('path_to_prestashop/config/settings.inc.php');
include_once('path_to_prestashop/classes/Cookie.php');
$cookie = new Cookie('ps'); // Use "psAdmin" to read an employee's cookie.Data stored in a visitor/client's cookie
Data stored in an employee/administrator's cookie
Last updated
Was this helpful?
