Архиви на блога

Opencart losing cart on redirect after payment

Opencart has issue with Samesite session cookie which can be resolved in OC version 2.X by adding those two lines code There is a lot of info about PHP example for SameSite=None; Secure https://github.com/GoogleChromeLabs/samesite-examples/blob/master/php.md Or even in the OpenCart forums

С етикет: , , ,
Публикувано в Opencart, php

internet explorer cookie in iframe

Internet explorer didn’t accept cookies in iframes. To accept the cookie you need to make iframe file php and add this php code at the top <?php header(‘P3P: CP=“NOI ADM DEV COM NAV OUR STP“‘); ?>

С етикет: , ,
Публикувано в windows