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...
### Description I would like to exclude from both the **Default Cache** and **Full Page Cache** (FPC) of my Magento store a number of pages which don't have some business...
This issue is automatically created based on existing pull request: magento/magento2#39099: Remove all marketing get parameters to minimize the cache --------- ### Description (*) Same logic when use varnish (https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/PageCache/etc/varnish7.vcl#L84)...
### Preconditions and environment - Magento version: 2.4.6-p3 ### Steps to reproduce Export the varnish configuration in the Magento admin and search for the part in the generated VCL file...
### Description (*) Add main_table to select for customer online filter. ### Fixed Issues (if relevant) When we try to filter the online customer grid we have an issue :...
Magento version: **2.4.5** Graphql: customerCart Request: `{ customerCart { billing_address { country { label code } firstname lastname } shipping_addresses { country { label code } } } }` Response:...
…validation methods for attribute_code when creating new attributes ### Description (*) When creating new product attributes through Rest-APIs 'rest/V1/products/attributes' endpoint, the validation is done through Magento\Catalog\Model\Product\Attribute\Repository::validateCode method. The method validates...
This issue is automatically created based on existing pull request: magento/magento2#39241: [PHPDOC] Fix bad phpdoc Magento\Directory\Model\AllowedCountries::getAllowedCountries() --------- ### Description (*) This PR fix bad PHPDoc for `Magento\Directory\Model\AllowedCountries::getAllowedCountries()` https://github.com/magento/magento2/blob/a4cf5e62468770fdb9f7b48938f6644ae354a51b/app/code/Magento/Directory/Model/AllowedCountries.php#L62-L72 ![Capture d’écran...
### Preconditions (*) 1. Magento 2.4.3-p1 ### Steps to reproduce (*) 1. Open product page on a mobile device 2. Scroll product page on mobile 3. Click on a product...
### Preconditions (*) 1. Magento 2.4.2 - community ### Steps to reproduce (*) 1. Create a product: Set product price zero($0.00). Create Customizable Option by dropdown field. Add an option...
### Description (*) Fixed work close button and "preventDefault inside passive event listener invocation" error in console. ### Related Pull Requests ### Fixed Issues (if relevant) 1. Fixes magento/magento2#34886 ###...