magento2
magento2 copied to clipboard
Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affili...
### Preconditions and environment - Magento 2.4.4 - FPC enabled - Observe the event `controller_front_send_response_before` ### Steps to reproduce 1. Observe the event `controller_front_send_response_before` on `frontend` area (etc/frontend/events.xml) 2. Get...
### Preconditions and environment 2.4-develop ### Steps to reproduce 1. Create configurable product with 400-500 child variants 2. Edit product from admin - Assign a category and save ### Expected...
### Preconditions and environment - Magento version 2.4.4 - PHP8.1 - Install data-migration-tool - Monolog 2.7.0 ### Steps to reproduce 1. composer update 2. bin/magento setup:upgrade ### Expected result Everything...
### Preconditions and environment Magento ver. 2.4.3-p1 I am missing orders that are not transferring to QuickBooks ### Steps to reproduce Orders are in Magento, but not in quickbooks. No...
Fixes #35907
### Preconditions and environment Magento version `>= 2.4.4-p1` ### Steps to reproduce 1. Create a Configurable Product with 2 simples (configurations), called option A and B. 2. Create a Cart...
Good afternoon, This is a step from a concrete pull request. All the credits go to @kanduvisla, author of this patch. ### Issue : We were missing the Fixed Product...
### Description (*) This PR fixes the [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986.html) which forbids to use reserved characters in URLs such as a comma. ### Related Pull Requests ### Manual testing scenarios (*)...
### Preconditions and environment Magento Community 2.4.4 ### Steps to reproduce We have items that are exactly 1 pound in weight. When a customer adds 150 of them (150 pounds),...
### Description (*) In some occasions (deployment of a new version for instance), we may want to purge all cache except Full page cache. This forces us to run `cache:clean`...