-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Issues 6729, 6457, 7362: Configurable product price options provider #9796
Issues 6729, 6457, 7362: Configurable product price options provider #9796
Conversation
Hi @simpleadm Thank you for your pull request. Could you please resolve the conflicts the double-check if the fix is still needed. Please check this commit: 1ab9b26 |
Hi @okorshenko. Pull Request is still relevant. Commit: 1ab9b26 is fixing only 6457 and 7362 issues. P.S. code style was changed to prevent "Line exceeds maximum limit of 120 characters; contains 122 characters" error. |
Hi @simpleadm thank you for update |
@simpleadm |
Hi @simpleadm |
Hi @ishakhsuvarov, Please accept my apologies for the delayed response. Issue with price was fixed. But my pull request is still useful and i will try to explain use cases.
In earlier Magento builds regular price used to display on configurable products and it was wrong. Now it renders by JS. Also in product listing default magento doesn't display regular price ( But the bug can be very painful for third party developers. For example we need to have own block or widget with configurable product listing. So we will:
Hope now it's more clear:) |
Hi @simpleadm could you please accept the invite on GitHub to join magento team? |
Hi @okorshenko, invite have been accepted. |
Accepted Public Pull Requests: - #13490: [Backport 2.1] #9796 configurable product price options provider (by @simpleadm) Fixed GitHub Issues: - #6457: Expired special_price is still shown for configurable products when no variant is selected (reported by @heldchen) has been fixed in #13490 by @simpleadm in 2.1-develop branch Related commits: 1. 40ddfc0 - #6729: Configurable product old price with taxes displayed wrong (reported by @kandrejevs) has been fixed in #13490 by @simpleadm in 2.1-develop branch Related commits: 1. 40ddfc0 - #7362: Special price vigency for configurable childs (simple products associated) doesn´t work (reported by @valenciaisaza) has been fixed in #13490 by @simpleadm in 2.1-develop branch Related commits: 1. 40ddfc0
Fix for lowest price options provider to retrieve products with additional attributes
Description
LowestPriceOptionsProvider returns products without attributes which are used for price calculation (e.g. tax adjustment)
Fixed Issues
Manual testing scenarios