Open
Description
This issue is automatically created based on existing pull request: #27741: New product widget
Description (*)
In Magento 2 New products widget can be added via Content -> Elements -> Widgets -> Add New Widget -> Widget Type -> Catalog New Products List
The widget can be displayed either in a Grid view or in a List view. When I click Add to Cart button in the new product widget, the page gets reloaded and adds the product to the cart.
Instead, I have implemented AJAX Add to Cart in the new product widget just like in the product listing page.
Manual testing scenarios (*)
- Created a new product widget in the Grid view and checked Add to cart functionality for all types of products like simple, configurable, etc.,
- Created a new product widget in the List view and checked Add to cart functionality for all types of products like simple, configurable, etc.,
Contribution checklist (*)
- Pull request has a meaningful description of its purposeAll commits are accompanied by meaningful commit messagesAll new or changed code is covered with unit/integration tests (if applicable)All automated tests passed successfully (all builds are green)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Pull Request in Progress
Activity
m2-assistant commentedon Sep 26, 2020
Hi @krishprakash. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: 👇
1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).
Details
If the issue has a valid description, the labelIssue: Format is valid
will be added to the issue automatically. Please, edit issue description if needed, until labelIssue: Format is valid
appears.2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add
Issue: Clear Description
label to the issue by yourself.3. Add
Component: XXXXX
label(s) to the ticket, indicating the components it may be related to.4. Verify that the issue is reproducible on
2.4-develop
branchDetails
- Add the comment@magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure.- If the issue is reproducible on
2.4-develop
branch, please, add the labelReproduced on 2.4.x
.- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!
5. Add label
Issue: Confirmed
once verification is complete.6. Make sure that automatic system confirms that report has been added to the backlog.
17 remaining items