Closed mohammedTBB closed 1 month ago
Hi @mohammedTBB. Thank you for your report. To speed up processing of this issue, 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@magento I am working on this
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.
Hi @engcom-Bravo. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch@magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure. 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete. Hi @mohammedTBB,
Thanks for your reporting and collaboration.
As Per the Magento devdocs it looks like and expected behaviour of magento
Final Price will calculated as below.Regular price = Base price which we have created for a product.
Kindly let us know if we are missing anything.
Thanks.
Hi @engcom-Bravo Based on the NOTE mentioned in the devdocs
The final product price is calculated as the minimum relevant price
Should not the tier price be calculated based on the special price and not the original price because it is the minimum price in this case?
Thanks.
Hi @mohammedTBB,
Thanks for your update.
As per the mentioned document final price will calculate based on the regular price(which we have created for the product) not on the special price and it is an expected behaviour of magento.
Please have a look on Magento devdocs https://experienceleague.adobe.com/en/docs/commerce-admin/catalog/products/pricing/product-price-special#testing
Thanks.
Hi @mohammedTBB,
We have noticed that this issue has not been updated since long time. Hence we assume that this issue is fixed now, so we are closing it. Please feel to raise a fresh ticket or reopen this ticket if you need more assistance on this.
Thanks
Preconditions and environment
Steps to reproduce
1- Create a simple producto 2- add a special price lower than the regular price 3- add a tier price Discount 4- check the product in the frontend
Example: product: 24-MB01 regular price: 255.36 special price: 202.84 Customer group price (tier price) Quantity: 2 , Price: Discount 25%
Expected result
Special price should be used to calculate the tier price and the final price.
Example: Sepcial price - tier price discount = final price 202.84 - 25% = 152,13$
Actual result
Regular price is ued to calculate the tier price and the final price.
Example: Regular price - tier price discount = final price 255.36 - 25% = 191,52$
Additional information
I think the tier price should be calculated based on the minimum price which in this case the special price.
Release note
No response
Triage and priority