-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: CheckoutComponent: Framework/CacheFixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report
Description
Preconditions
- Magento 2.1.1 with sample data
- Page Cache (FPC) disabled in admin
Steps to reproduce
- add product to cart
- switch currency, or switch language, or navigate to login and try to login with invalid user/pass
Expected result
- product should be in minicart
Actual result
- mini cart is empty
- customer can't proceed to checkout
Additional comment
Something is wrong with invalidation of local storage data. Local storage becomes empty and won't refresh when FPC is disabled (possible reason is that private_content_version cookie is missing and js reacts to it).
Funny thing is ..
FPC disabled - customer can't buy, but currency switcher works
FPC enabled - customer can buy, but you can't switch currencies on frontend as reported in #6746
Customers are unable to proceed to checkout and purchase if we need to temporary disable FPC on live site for some reason.
Thx
grizwako, stamster, Dublerq and mzeis
Metadata
Metadata
Assignees
Labels
Component: CheckoutComponent: Framework/CacheFixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report