-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Backport] Fix issue 21177 - Cart page cross-sell product add-to-cart button issue resolved #21323
[Backport] Fix issue 21177 - Cart page cross-sell product add-to-cart button issue resolved #21323
Conversation
25a3675
to
e2bb5a3
Compare
Hi @speedy008. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @rogyar, thank you for the review. |
Hi @speedy008 , thanks for the backport! However, the original pull request is marked as a cleanup. We cannot accept cleanup pull requests to 2.2-develop. See Contribution Guide for details. |
Hi @speedy008, thank you for your contribution! |
@sivaschenko Can you explain this logic of not accepting Backported cleanup pull requests? From what I read in the contributor guide, any kind of cleanup must be done in 2.3 first, but it does not clearly indicate that it cannot be backported. If 2.2 officially at end of life then? |
@Ctucker9233 please see the table here As you can see from the table cleanups and new features are welcome to the latest version of Magento. More critical contributions like bugfixes, refactorings and test coverage are backported to 2.2 |
@sivaschenko I see. Thanks for the clarification. This particular PR looks like it fixes a styling issue with a button. I'm just trying to understand why it is considered clean-up and not an improvement. I would think that any code that improves the frontend experience would be great to backport. |
@Ctucker9233 actually every pull request to the repository is an improvement to the framework, however, according to the current convention, minor style improvements are considered as cleanups. |
Original Pull Request
#21178
Description (*)
Cart page cross-sell product add-to-cart button issue resolved
Magento 2.3-develop
Fixed Issues (if relevant)
1.#21177: Cart Page cross sell product Add to cart button overlapping
Manual testing scenarios (*)
1.Add any product to cart into frontend(Note : This product must have cross-sell product added from backend )
2.Check Cross-sell product into 640 * 767 screen.
Contribution checklist (*)