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
Accepted Public Pull Requests:
- #15051: [Forwardport] Add statement to 'beforeSave' method to allow app:config:import (by @rogyar)
- #15034: [Forwardport] fix: set message-success in setup if we already have the latest version (by @DanielRuf)
- #15022: [2.3-develop] [ForwardPort] Port of #15020 Update Gallery Template to handle boolean config Variables (by @gwharton)
- #15021: [2.3-develop] [ForwardPort] Port of #12285 The option <var name="allowfullscreen">false</var> for mobile device don't work in product view page gallery (by @gwharton)
- #15081: [Forwardport] use "Module_Name::template/path" format instead of using template/path i� (by @adrian-martinez-interactiv4)
- #15078: [Forwardport] Removed extra close tag (by @adrian-martinez-interactiv4)
- #15075: [Forwardport] Removed extra spaces from language file (by @adrian-martinez-interactiv4)
- #15073: [Forwardport] Changed return type of addToCartPostParams to array (by @adrian-martinez-interactiv4)
- #15069: [Forwardport] Code cleanup, add more visibility (by @adrian-martinez-interactiv4)
- #15083: [Forwardport] Fixed typos in .less files (by @adrian-martinez-interactiv4)
- #15050: [Forwardport] Duplicate Order Confirmation Emails for PayPal Express checkout (by @rogyar)
Fixed GitHub Issues:
- #12285: The option <var name="allowfullscreen">false</var> for mobile device don't work in product view page gallery (reported by @novakivskiy) has been fixed in #15022 by @gwharton in 2.3-develop branch
Related commits:
1. 163d4cc
- #15009: [2.2.4] Gallery theme variables being ignored (reported by @gwharton) has been fixed in #15022 by @gwharton in 2.3-develop branch
Related commits:
1. 163d4cc
- #12285: The option <var name="allowfullscreen">false</var> for mobile device don't work in product view page gallery (reported by @novakivskiy) has been fixed in #15021 by @gwharton in 2.3-develop branch
Related commits:
1. 435b165
2. 4113f26
3. c0b9e8f
4. 05b1512
5. 2701a4f
Copy file name to clipboardExpand all lines: app/code/Magento/CatalogInventory/i18n/en_US.csv
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,7 @@ Inventory,Inventory
55
55
"Only X left Threshold","Only X left Threshold"
56
56
"Display Products Availability in Stock on Storefront","Display Products Availability in Stock on Storefront"
57
57
"Product Stock Options","Product Stock Options"
58
-
"
59
-
Please note that these settings apply to individual items in the cart, not to the entire cart.
60
-
","
61
-
Please note that these settings apply to individual items in the cart, not to the entire cart.
62
-
"
58
+
"Please note that these settings apply to individual items in the cart, not to the entire cart.","Please note that these settings apply to individual items in the cart, not to the entire cart."
63
59
"Manage Stock","Manage Stock"
64
60
Backorders,Backorders
65
61
"Maximum Qty Allowed in Shopping Cart","Maximum Qty Allowed in Shopping Cart"
0 commit comments