You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ The following guidelines may answer most of your questions and help you get star
62
62
- Review existing [pull requests](https://github.com/magento/devdocs/pulls) and [issues](https://github.com/magento/devdocs/issues) to avoid duplicating work.
63
63
- For large contributions, or changes that include multiple files, [open an issue](#report-an-issue) and discuss it with us first. This helps prevent duplicate or unnecessary work.
64
64
- Do not make global find-and-replace changes without first creating an issue and discussing it with us. Global changes can have unintended consequences.
65
+
- Do not make changes to content in the [`_data/codebase`](https://github.com/magento/devdocs/tree/master/src/_data/codebase) directory, which contains auto-generated data from Magento source code. Any manual changes will be lost when the file regenerates.
65
66
- Combine multiple small changes (such as minor editorial and technical changes) into a single pull request. This helps us efficiently and effectively facilitate your contribution.
66
67
- Familiarize yourself with the organization and conventions of our existing documentation before creating a pull request. Changes that are consistent with our style and conventions have a higher acceptance rate.
Copy file name to clipboardExpand all lines: src/guides/v2.4/release-notes/release-notes-2-4-0-commerce.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -744,10 +744,6 @@ We have fixed hundreds of issues in the Magento 2.4.0 core code.
744
744
745
745
* Magento now saves custom customer address attributes and implements them in registration forms as expected. Previously, when you created a new custom customer address attribute while creating an account from the cart, Magento did not save the attribute information.
746
746
747
-
<!--- MC-32301-->
748
-
749
-
* Magento no longer throws an error when you include an empty customer attribute field in the **Forms to Use In** field while creating a Company account on the storefront. Previously, Magento threw this error: `PHP Fatal error: Uncaught TypeError: Argument 2 passed to Magento\Eav\Model\Attribute\Data\Text::validateLength() must be of the type string, null given`.
750
-
751
747
### Customer
752
748
753
749
<!--- MC-29102-->
@@ -2202,25 +2198,23 @@ We have fixed hundreds of issues in the Magento 2.4.0 core code.
2202
2198
2203
2199
**Issue**: Anomalies in storefront error messages occur in deployments where PHP 7.4.2 is installed. When Magento 2.4.0 is deployed with PHP 7.4.2, the space symbols in storefront error messages are replaced with plus (+) characters. This bug is native to PHP 7.4.2 and cannot be corrected by Magento. **Workaround**: Magento recommends using other versions of PHP 7.4.x. See [Raw message data display on storefront](https://support.magento.com/hc/en-us/articles/360045804332) Knowledge Base article. <!--- MC-34170-->
2204
2200
2205
-
**Issue**: Merchants cannot add ordered products to a package from the Admin Create Package page and save the package. The **MC-35514-2.4.0-CE-composer.patch** hotfix for this issue is now available from [Releases](https://magento.com/tech-resources/download). <!--- MC-35514-->
2201
+
**Issue**: Merchants cannot add ordered products to a package from the Admin Create Package page and save the package. See [Shipping labels creation](https://support.magento.com/hc/en-us/articles/360046750171) Knowledge Base article. The **MC-35514-2.4.0-CE-composer.patch** hotfix for this issue is now available from [Releases](https://magento.com/tech-resources/download). <!--- MC-35514-->
2206
2202
2207
2203
**Issue**: Magento displays this error message during installation of Magento with third-party extensions that have dependencies on APIs for the `Store` module in CLI commands: `The default website isn't defined. Set the website and try again`. **Workaround**: Remove dependencies on third-party extensions from Composer, install Magento, and then install third-party extensions.
2208
2204
2209
2205
**Issue**: The **Add selections to my cart** button on the bottom of the shopping cart does not work. **Workaround**: Use the **Add selections to my cart** button on the top of the page. See [Add selections to my cart button does not work](https://support.magento.com/hc/en-us/articles/360045838312) Knowledge Base article. <!--- MC-35313-->
2210
2206
2211
-
**Issue**: Merchants cannot interact with any page elements on the Returns page after creating a shipping label for a Return Merchandise Authorization (RMA). The **MC-35984-2.4.0-CE-composer.patch** hotfix for this issue is now available from [Releases](https://magento.com/tech-resources/download).
2212
-
2213
-
<!--- MC-35984-->
2207
+
**Issue**: Merchants cannot interact with any page elements on the Returns page after creating a shipping label for a Return Merchandise Authorization (RMA). See [Returns Edit page stops working when creating shipping label](https://support.magento.com/hc/en-us/articles/360046441312) Knowledge Base article. The **MC-35984-2.4.0-CE-composer.patch** hotfix for this issue is now available from [Releases](https://magento.com/tech-resources/download). <!--- MC-35984-->
2214
2208
2215
-
**Issue**: Administrators cannot add a configurable product by SKU to a quote. When an administrator clicks on the **Add to Quote** button, the Quote Edit page remained in a loading state, and the administrator could not save their changes. **Workaround**: There is no workaround for B2B Quote editing. However, you can still order products by selecting the products from the products list instead of adding them by SKU. <!--- MC-35513-->
2209
+
**Issue**: Administrators cannot add a configurable product by SKU to a quote. When an administrator clicks on the **Add to Quote** button, the Quote Edit page remained in a loading state, and the administrator could not save their changes. **Workaround**: There is no workaround for B2B Quote editing. However, you can still order products by selecting the products from the products list instead of adding them by SKU. See B2B Admin cannot add a configurable product to a quote](https://support.magento.com/hc/en-us/articles/360046801971) Knowledge Base article. <!--- MC-35513-->
2216
2210
2217
2211
**Issue**: Merchants can’t create a new order from the Admin because the **Add Products By SKU** and **Add Products** buttons are missing from the order creation page when JavaScript bundling is enabled. **Workaround**: Disable the JavaScript bundling for your Magento deployment. <!--- MC-36044-->
2218
2212
2219
2213
**Issue**: Magento throws a `404 not found` error when a customer tries to remove reward points when checking out an order being shipped to multiple addresses. <!--- MC-35955-->
2220
2214
2221
2215
**Issue**: Editing a configurable product from a customer’s wishlist results in the following unexpected behavior: An unexpected field appears on the Configure Product page, and the Configure Product page does not disappear after you click **OK**. Magento also displays this message: `Please load Wish List item`. **Workaround**: Reload the Configure Product page. <!--- MC-35617-->
2222
2216
2223
-
**Issue**: Customers cannot change the number of orders displayed per page when the Orders list spans multiple pages. Currently, Magento displays this message when you navigate to the last page of orders and try to change the number of orders displayed per page: `You have placed no orders`. **Workaround**: Re-opening the My Orders page will result in the display of the Orders list. <!--- MC-34153-->
2217
+
**Issue**: Customers cannot change the number of orders displayed per page when the Orders list spans multiple pages. Currently, Magento displays this message when you navigate to the last page of orders and try to change the number of orders displayed per page: `You have placed no orders`. See [Orders display error](https://support.magento.com/hc/en-us/articles/360046802271) Knowledge Base article. **Workaround**: Re-opening the My Orders page will result in the display of the Orders list. <!--- MC-34153-->
2224
2218
2225
2219
**Issue**: Directly clicking on the **Export Tax Rates** button of the Add New Tax Rule page ( **Stores** > **Tax Rules**) does not download the `tax_rates.csv` file as expected. **Workaround**: Click the edge of the **Export Tax Rates** button. See [Export Tax Rates does not work](https://support.magento.com/hc/en-us/articles/360045850032) Knowledge Base article. <!--- MC-35345-->
Copy file name to clipboardExpand all lines: src/guides/v2.4/release-notes/release-notes-2-4-0-open-source.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2025,7 +2025,7 @@ We have fixed hundreds of issues in the Magento 2.4.0 core code.
2025
2025
2026
2026
**Issue**: Anomalies in storefront error messages occur in deployments where PHP 7.4.2 is installed. When Magento 2.4.0 is deployed with PHP 7.4.2, the space symbols in storefront error messages are replaced with plus (+) characters. This bug is native to PHP 7.4.2 and cannot be corrected by Magento. **Workaround**: Magento recommends using other versions of PHP 7.4.x. See [Raw message data display on storefront](https://support.magento.com/hc/en-us/articles/360045804332) Knowledge Base article. <!--- MC-34170-->
2027
2027
2028
-
**Issue**: Merchants cannot add ordered products to a package from the Admin Create Package page and save the package. The **MC-35514-2.4.0-CE-composer.patch** hotfix for this issue is now available from [Releases](https://magento.com/tech-resources/download). <!--- MC-35514-->
2028
+
**Issue**: Merchants cannot add ordered products to a package from the Admin Create Package page and save the package. See [Shipping labels creation](https://support.magento.com/hc/en-us/articles/360046750171) Knowledge Base article. The **MC-35514-2.4.0-CE-composer.patch** hotfix for this issue is now available from [Releases](https://magento.com/tech-resources/download). <!--- MC-35514-->
2029
2029
2030
2030
**Issue**: Magento displays this error message during installation of Magento with third-party extensions that have dependencies on APIs for the `Store` module in CLI commands: `The default website isn't defined. Set the website and try again`. **Workaround**: Remove dependencies on third-party extensions from Composer, install Magento, and then install third-party extensions.
2031
2031
@@ -2037,7 +2037,7 @@ We have fixed hundreds of issues in the Magento 2.4.0 core code.
2037
2037
2038
2038
**Issue**: Editing a configurable product from a customer’s wishlist results in the following unexpected behavior: An unexpected field appears on the Configure Product page, and the Configure Product page does not disappear after you click **OK**. Magento also displays this message: `Please load Wish List item`. **Workaround**: Reload the Configure Product page. <!--- MC-35617-->
2039
2039
2040
-
**Issue**: Customers cannot change the number of orders displayed per page when the Orders list spans multiple pages. Currently, Magento displays this message when you navigate to the last page of orders and try to change the number of orders displayed per page: `You have placed no orders`. **Workaround**: Re-opening the My Orders page will result in the display of the Orders list. <!--- MC-34153-->
2040
+
**Issue**: Customers cannot change the number of orders displayed per page when the Orders list spans multiple pages. Currently, Magento displays this message when you navigate to the last page of orders and try to change the number of orders displayed per page: `You have placed no orders`. See [Orders display error](https://support.magento.com/hc/en-us/articles/360046802271) Knowledge Base article. **Workaround**: Re-opening the My Orders page will result in the display of the Orders list. <!--- MC-34153-->
2041
2041
2042
2042
**Issue**: Directly clicking on the **Export Tax Rates** button of the Add New Tax Rule page (**Stores** > **Tax Rules**) does not download the `tax_rates.csv` file as expected. **Workaround**: Click the edge of the **Export Tax Rates** button. See [Export Tax Rates does not work](https://support.magento.com/hc/en-us/articles/360045850032) Knowledge Base article. <!--- MC-35345-->
0 commit comments