-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shortening currency list in Configuration->General (this replaces PR #19946) #20397
Conversation
1) This fixes only catalog product view layout of of downloadables. The layout now is similar to simple or other types 2) Now the links are shown on frontend only if they sell separately or have samples. (Previously meaningless names of links also appeared) 3) Duplicate links title "Links" was removed as well. The layout on wishlist and maybe somewhere else still pending
This will shorten the list of allowed currencies showing only installed currencies (Replace closed pr#19946)
Hi @melaxon. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@magento-engcom-team give me test instance |
Hi @melaxon. Thank you for your request. I'm working on Magento instance for you |
Hi @melaxon, here is your new Magento instance. |
app/code/Magento/Config/Model/Config/Source/Locale/Currency.php
Outdated
Show resolved
Hide resolved
Hi @aleron75, thank you for the review. |
Hi @melaxon, thank you for your contribution! |
Closed by mistake, sorry. |
Closing due to inactivity. Feel free to reach me out anytime later if you wish to continue work on this pull request and it will be reopened. |
Hi @melaxon, thank you for your contribution! |
Hello orlangur :) |
@melaxon oh, you there :) Please apply #20397 (comment) review note. After changes are applied and all builds are green, please squash them into a single commit so that we have perfectly clean history 😉 |
This reverts commit 8b089df.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After changes are applied and all builds are green, please squash them into a single commit so that we have perfectly clean history 😉
Hello orlangur, hello aleron75! |
Hi @melaxon, thank you for your contribution! |
Accepted Public Pull Requests: - #22536: [Bakport] Adding product from wishlist not adding to cart showing warning message. (by @niravkrish) - #22551: [Backport] Shortening currency list in Configuration->General (replace PR #20397) (by @amol2jcommerce) - #22543: [Backport] [Fixed] Checkout Section: Shipping step is getting skipped when customer hitting direct payment step URL (by @saphaljha) - #22288: [BACKPORT] #222249 configurable product images wrong sorting fix (by @Wirson) Fixed GitHub Issues: - #9155: Adding product from wishlist not adding to cart showing warning message. (reported by @KishorkumarKar) has been fixed in #22536 by @niravkrish in 2.2-develop branch Related commits: 1. c62ab93 2. 4402714 - #21596: Checkout: it is possible to leave blank Shipping Details section and get to Payment Details section by URL (reported by @hiren0241) has been fixed in #22543 by @saphaljha in 2.2-develop branch Related commits: 1. 9b9d451 2. 6645cb2 - #22249: Configurable Product Gallery Images Out of Order when More than 10 images (reported by @sjb9774) has been fixed in #22288 by @Wirson in 2.2-develop branch Related commits: 1. f4ab0e6
Description (*)
in Store->Configuration->General->Currency setup will be shown only those currencies selected in
Installed currencies list (Configuration->Advanced->System)
This filters the list of allowed currencies to show only selected ones
This PR replaces closed one #19946
Fixed Issues (if relevant)
Manual testing scenarios (*)
The list of currencies will look like in screenshot
These changes can be applied to 2.2.x as well
Contribution checklist (*)