The MDVA-30565 patch solves the issue with session cache local storage and checkout. This patch is available when the Quality Patches Tool (QPT) 1.0.6 is installed.
The patch is created for Adobe Commerce version:
Compatible with Adobe Commerce versions:
The patch might become applicable to other versions with new Quality Patches Tool releases. To check if the patch is compatible with your Adobe Commerce version, update the magento/quality-patches
package to the latest version and check the compatibility on the Quality Patches Tool: Search for patches page. Use the patch ID as a search keyword to locate the patch.
Cart items can still be seen on the cart page when a customer session times out. This causes an estimate shipping method error where no shipping methods are available for guest checkout.
Steps to reproduce:
persistent_shopping_cart
cookie and initiates a persistent session.PHPSESSID
cookie.persistent_shopping_cart
cookie in this event.V1/guest-carts/4/estimate-shipping-methods
request now returns a 404 response with message {"message":"No such entity with %fieldName = %fieldValue","parameters":{"fieldName":"cartId","fieldValue":0}}
Expected results:
The estimate shipping method request returns correct results.
Actual results:
The estimate shipping method request fails with an error like, “Sorry, no quotes are available for this order at this time.”
To apply individual patches, use the following links depending on your deployment method:
To learn more about Quality Patches Tool, refer to:
For info about other patches available in QPT, refer to Patches available in QPT in our developer documentation.