-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Last Ordered Items block - bad js code #13157
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
Comments
@Eytham could you please create Pull request with your changes? It will be much easier to review your changes because we will see diff, all type of tests will be executed |
@Eytham, thank you for your report. |
Hi @Eytham. Thank you for your report.
The fix will be available with the upcoming 2.3.1 release. |
Hi @Eytham. Thank you for your report.
The fix will be available with the upcoming 2.2.8 release. |
The left block Last Ordered Items is not showing properly the Add to cart button on the :
data-bind="css: {'no-display': !lastOrderedItems().isShowAddToCart}
Always returning false.
Target JS file is : Magento_Sales/web/js/view/last-ordered-items.js
Preconditions
Steps to reproduce
Expected result
Actual result
Original Code of Magento_Sales/web/js/view/last-ordered-items.js
My correction Code :
The text was updated successfully, but these errors were encountered: