-
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
2.2.8 Configurable product option dropdown - price difference incorrect when catalog prices are entered excluding tax #22270
Comments
Hi @danielpfarmer. 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:
For more details, please, review the Magento Contributor Assistant documentation. @danielpfarmer do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Yes I can and just have replicated this on a vanilla instance of Magento 2.2.8 with sample data. Steps to reproduce:
|
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
Hi @danielpfarmer thank you for you report, this is expected behavior introduced in -> #17695 |
@engcom-backlog-nazar: closing this makes no sense, since this ticket is about seeing the taxes in the dropdown. This might be a regression introduced by #17695. |
@hostep ok, the core issue that
does not affect in prices of dropdown attribute ? |
@engcom-backlog-nazar: not sure, haven't looked into the details yet, just reopened the issue because it looked like it was closed for the wrong reason. Maybe @danielpfarmer can answer your question. |
Hey @hostep @engcom-backlog-nazar Yes this affects stores which have their prices inserted in the backend excluding tax, and then display prices including tax. Tax is added using the tax rules. The problem: Magento displays the product price including tax on the pdp. The dropdown then shows a price increase, in this case of £24.50, which shouldnt be there as it is the product tax amount and is already included as part of the product price already displayed on the pdp. This would make the customer think that the price is £146.99 + £24.50 (£171.49) when it isn't. It is only £146.99 in total. Cheers |
✅ Confirmed by @engcom-backlog-nazar Issue Available: @engcom-backlog-nazar, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
… decreases on the configurable attribute dropdown. This fixes a bug introduced in PR magento#17695 as detailed on issue magento#22270
Hi @danielpfarmer. Thank you for working on this issue.
|
Hi @danielpfarmer. Thank you for your report. The fix will be available with the upcoming 2.3.2 release. |
… decreases on the configurable attribute dropdown. This fixes a bug introduced in PR magento#17695 as detailed on issue magento#22270
Hi @danielpfarmer. Thank you for your report. The fix will be available with the upcoming 2.2.9 release. |
This was not included in the 2.2.9 release. |
Good point @Naitaes. Sometimes the version mentioned in those automated comments is not correct unfortunately. |
I am having the same issue in Magento ver. 2.2.2. Is there any quick tip to fix this in v2.2.2 instead updating the whole magento version? |
You should be keeping up to date to ensure the security of your website
From: Prashant Kumar <notifications@github.com>
Reply to: magento/magento2 <reply@reply.github.com>
Date: Thursday, 30 January 2020 at 05:31
To: magento/magento2 <magento2@noreply.github.com>
Cc: Daniel Farmer <dan@danielfarmer.co.uk>, Mention <mention@noreply.github.com>
Subject: Re: [magento/magento2] 2.2.8 Configurable product option dropdown - price difference incorrect when catalog prices are entered excluding tax (#22270)
I am having the same issue in Magento ver. 2.2.2. Is there any quick tip to fix this in v2.2.2 instead updating the whole magento version?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#22270?email_source=notifications&email_token=AG6GR5YFGKHTRMMJBC7LW4DRAJQ35A5CNFSM4HE4R3IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKJXTFQ#issuecomment-580090262>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AG6GR5YK3WQZ3HGQKW45EPDRAJQ35ANCNFSM4HE4R3IA>.
|
After upgrading to 2.2.8 we have noticed that configurable products that have only have one configurable attribute display a price increase in the dropdown of the tax amount. This seems to be only affecting stores when prices are entered excluding tax and configurable products with only one configurable attribute.
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
Magento 2.2.6 (Correct)
Magento 2.2.8 (Incorrect)
In this example, each simple product was added into Magento with a price of £150 and a special price of £122.49. The tax settings then add on an additional £24.50 (20% VAT).
The text was updated successfully, but these errors were encountered: