-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guest checkout - No such entity with cartId = 0 #27542
Comments
Hi @abude. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @abude do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
@magento give me 2.4-develop instance - upcoming 2.4.x release |
Hi @abude. Thank you for your request. I'm working on Magento 2.4-develop instance for you |
Hi @abude, here is your Magento instance. |
Honestly, i have no idea how can i test this using valid sandbox credentials on PayFlow Pro. without using the real data i have for my account. any ideas? |
This might be related to #26840 |
Please help me i can not find the solution.please help me |
Be sure to check your theme directories for any mis-use of var clearData = {
'selectedShippingAddress': null,
'shippingAddressFromData': null,
'newCustomerShippingAddress': null,
'selectedShippingRate': null,
'selectedPaymentMethod': null,
'selectedBillingAddress': null,
'billingAddressFromData': null,
'newCustomerBillingAddress': null
};
customerData.set('checkout-data', clearData); So search |
I'm getting the same issue as @nitaipanda , just with another payment method. Any clue ? I have Magento 2.3.4 |
@atty31 |
Guest checkout is not working when creating an order from admin or frontend with the following error:
main.ERROR: No such entity with cartId = 0 [] []
Breaking the session at the same time, requiring the admin to login again after pressing "place order"
i already applied this: #25307, doesn't seem to fix the issue.
Preconditions (*)
Steps to reproduce (*)
[front-end]
[admin]
Expected result (*)
Actual result (*)
[front-end]
main.ERROR: No such entity with cartId = 0 [] []
[admin]
main.ERROR: No such entity with cartId = 0 [] []
The text was updated successfully, but these errors were encountered: