cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Checkout cart returned seems to be randomly missing info that has been persisted on earlier checkout steps

Former Member
0 Kudos
680

The session / checkout cart returned by "getCheckoutFacade().getCheckoutCart()" seems to be randomly missing info that has been persisted on the earlier checkout steps. So the user sometimes gets errors like ‘Delivery Address missing’ on the ‘delivery method’ or the ‘payment’ step, even though the cart does have that data. Even sometimes, we see the missing info on place order too where validations are in place to check if all the info is in session / checkout cart before order creation. Not sure, what's causing to return different state of session cart with each request in a user session.

Please note, this happens randomly and is not reproducible consistently and the hybris version is v5.7.015.

Appreciate in advance for any inputs or suggestions.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member633554
Active Participant
0 Kudos

We have a similar issue.

The delivery address and delivery mode are being removed from the cart somewhere around the final steps of the checkout.. This results in a failure when the order place process begins.

Version 6.7

Things i have looked at is forcefully expiring my test session default.session.timeout value then attempting the checkout. I can never replicate it.

andreea_libotean
Explorer
0 Kudos

Hello

I have the same issue, did you manage to find a solution or the cause for the problem?

Thank you!