-
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
Custom option price calculation is wrong with multi currency when option price type is percentage. #19561
Comments
Hi @nimitaemipro. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
where @nimitaemipro do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
@engcom-backlog-nazar Thank you for verifying the issue. Based on the provided information internal tickets |
Hi @emiprotech. Thank you for working on this issue.
|
Hi @nimitaemipro. Thank you for your report.
The fix will be available with the upcoming 2.3.2 release. |
Hi @nimitaemipro. Thank you for your report.
The fix will be available with the upcoming 2.2.9 release. |
When we set multi currency custom option with percentage price type, the price calculation is wrong.
Preconditions (*)
Steps to reproduce (*)
Set multi currency in Magento from Stores > Configuration > General > Currency setup (I have set indian Rupee)
Expected result (*)
Product Price= 34$ => 2383.06 RS.
Custom option price: 10% =3.4$ => 238.30RS
Here option price should be 238.3 RS because I have set 10% price of this option.
Actual result (*)
Product Price= 34$ => 2383.06 RS.
Custom option price: 10% =3.4$ => 238.30RS
Here option price displayed 16702.87 RS which is wrong because it is converted twice time.
The text was updated successfully, but these errors were encountered: