Closed github-jira-sync-bot closed 2 years ago
The issue was exported from the internal Jira. The link to the original Jira issue: https://jira.corp.adobe.com/browse/ACP2E-1038
Hi @github-jira-sync-bot. Thank you for your report. To speed up processing of this issue, make sure that you provided the following information:
Make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release
For more details, review the Magento Contributor Assistant documentation.
Add a comment to assign the issue: @magento I am working on this
To learn more about issue processing workflow, refer to the Code Contributions.
Join Magento Community Engineering Slack and ask your questions in #github channel.
:warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.
:clock10: You can find the schedule on the Magento Community Calendar page.
:telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
:pencil2: Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel
Hello,
Any patch to solve it?
Hi @sunilit42 Please find the commit https://github.com/magento/magento2/commit/9456a2659f3466046e1d5c7eb45ae60bd4703934
@chittima the commit not works correclty when admin account language is for example it_IT where the locale decimal symbol is comma. The value of percentage in the grid is different from the value setted in the price setting, because (float) '90,50' -> 90 instead of (float) '90.50' -> 90.5 It's just a display issue, in the product page is correctly calculated: special price is 90.50% of price.
Hi @LucScu Could you please create a new github issue with clear steps?
Steps to reproduce:
(x) Actual result:
An error occurs Non Numeric value encountered...
(/) Expected result:
Should be able to filter/see the bundled products with the special price