-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Tier price and custom options give bad results #5774
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
Comments
Hello! Please, provide your code base version |
I also face this issue, is there already a fix? |
I don't know. I have purchased 2 extensions one for formula calculation and one for advanced product options and I do my work with them. |
I see. I think the problem is here: https://github.com/magento/magento2/blob/develop/app/code/Magento/Catalog/Model/Product/Option/Value.php#L227 This function uses the function getFinalPrice() that does not use the tier prices. |
@yangsystem Thanks for reporting this issue. |
@yangsystem, thank you for your report. |
I'm working on it #SQUASHTOBERFEST |
Hi @yangsystem |
Hi @yangsystem. Thank you for your report.
The fix will be available with the upcoming 2.3.0 release. |
[TSG] MC-34941: [MFTF] Replace magentoCli calls with appropriate AG calls
Steps to reproduce
and
The logic is that the client should send me a design file and I will engrave a pen with his design.

I have special prices for re-sellers.
Expected result
If I am logged as a re-seller I have the right price for the product but the wrong price for the special option (the option specify that if you want also engrave on the back of the pen you should pay for an extra engrave). In this case the price for "Personalizare pe ambele fete + 12,00 RON" should be "Personalizare pe ambele fete + 0,30 RON"

The price is OK in shopping cart with the +100% if you want both sides engraved in both cases "general" and "re-seller" tier price

The text was updated successfully, but these errors were encountered: