/ Published in: PHP
Code to access Prestashop's cookies from outside of the system (on the same domain). The example is specifically for the userid.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* SSL Management */ $useSSL = true; include('../config/config.inc.php'); include('../init.php'); if ($cookie->isLogged()){ }