Lyxiam Posted January 28, 2019 Share Posted January 28, 2019 Hello, I am a beginner and I seek advice from you. I am looking for a solution to my problem, I have a cookie created in a PHP page outside prestashop and I want to reuse the cookie values in the command tunnel for an automatic selection of the delivery point. I think we need to edit the file cookies.php "located in "prestashop /classes/cookies.php" but I'm not sure. I did not find or create my automatic delivery point selection function. Link to comment Share on other sites More sharing options...
tdsoft Posted January 29, 2019 Share Posted January 29, 2019 You can use $_COOKIES in any PHP files in Prestashop System, But when you validate your module, you can not pass it But if you do not need validate your module, you can use $_COOKIES in any PHP files Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now