- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2020
01:39 AM
09-17-2020
01:39 AM
Re: Magento 1.9.2.3 : After successful Payment "Shopping Cart is Empty" Error
I think you missed the below code changes in Cookie.php
setcookie($name, $value, $expire, $path.self::SAMESITE, $domain, $secure, $httponly);
Please do the same as I mentioned in the previous posts.
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!
Problem Solved! Click Kudos & Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2021
10:32 PM
03-10-2021
10:32 PM
Re: Magento 1.9.2.3 : After successful Payment "Shopping Cart is Empty" Error
How to do this for 2.3 ? This version has complete different file structure. Please help
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2021
09:19 PM
03-28-2021
09:19 PM
Re: Magento 1.9.2.3 : After successful Payment "Shopping Cart is Empty" Error
Hi, i ve just applied your solution and begin to check results.
Please clarify: For file cookie.php you say about line 41 to replace.
My file there is empty at that line. Did you mean to add your line there and have that result
const XML_PATH_COOKIE_DOMAIN = 'web/cookie/cookie_domain'; const XML_PATH_COOKIE_PATH = 'web/cookie/cookie_path'; const XML_PATH_COOKIE_LIFETIME = 'web/cookie/cookie_lifetime'; const XML_PATH_COOKIE_HTTPONLY = 'web/cookie/cookie_httponly'; const SAMESITE = ';samesite=None; Secure';
Is solution ok for php 5.6?
thank you
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2021
03:30 AM
09-01-2021
03:30 AM
Re: Magento 1.9.2.3 : After successful Payment "Shopping Cart is Empty" Error
@Madhu Rajawat it worked, Thanks
- « Previous
- Next »