-
Notifications
You must be signed in to change notification settings - Fork 9.4k
#13157 - Last Ordered Items block - bad js code #19039
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
#13157 - Last Ordered Items block - bad js code #19039
Conversation
Hi @omiroshnichenko. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@magento-engcom-team give me test instance |
Hi @ishakhsuvarov. Thank you for your request. I'm working on Magento instance for you |
Hi @ishakhsuvarov, here is your new Magento instance. |
Hi @orlangur, thank you for the review. |
Hi @omiroshnichenko , we found several issues with provided fix: case 1: Add to Cart button disappear after product was added to cart from 'Recently Ordered' section
case 2: Add to Cart button is not visible after product change Status Stock from "Out of Stock" to "In Stock"
Expected: Actual: |
Hi @sidolov, first case was fixed. Second case is not related to this issue. Problem is with customer data invalidation. Currently, Magento invalidates customer data on any POST request that goes from storefront. So, I think separate issue should be created for second case. |
Hi @sidolov, thank you for the review. |
Hi @omiroshnichenko. Thank you for your contribution. |
Description
Fix logic in last-order-items.js and Recently Ordered block.
Fixed Issues
#13157: Last Ordered Items block - bad js code
Manual testing scenarios
Contribution checklist