-
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
Price sorting order should use indexed minimal price not the price attribute #6751
Comments
To sort by tier price you should set tier_price attribute for sorting but there is an issue on that. Internal ticket MAGETWO-59234. Thanks for reporting. |
@sevos1984 I think it should just sort by minimal price, what if there is a special price, the same issue applies, right? |
Any update? |
[TROLL] MAGETWO-59234: [Github] Error when sort by tier price #6751
This issue has already been fixed in develop branch. |
I am very glad that the people who happen to be using the Otherwise I don't see how this issue is anywhere near being resolved and closed for the ordinary users (which is what you seem to imply). |
Are there any news on release date for this fix? Can you point to a patch we could apply to have this fixed on the stores in the meantime? |
Has not been fixed in develop branch (testen on 2.2.0-rc22) |
@veloraven : I suppose you refer to bab4284 when you say the bug is fixed. Am I right ? If so, I do not think allowing sort on tier_price solve the problem issued by @paales. The main problem is tier_price is not considered when indexing min_price and final_price. Price are rendered using price modifier but sort (and filters) are done using the price index. So there is an inconsistency that can only be resolved by fixing price indexing to include tier_price in the the final_price (or min_price) computation. IMHO the problem is :
IMHO, this issue should be reopen. |
This is a big issue when using Magento B2B which rely on tier_price to achieve the shared catalog custom pricing. |
@paales, thank you for your report. |
@mbrinton01 could you please look at this issue. |
Confirmed from the PO side. Request is valid |
Was fixed in |
@paales Closing this now, as fix is already available in Thanks! |
Is this fix available in 2.2.4 release? If not, when can we expect this fix to be available for the production website? |
Hi @karthickannan |
Will this also fix the issue of sorting by customer group price or does this only affect tier pricing? |
[Arrows] MC-40738: [MSI] “Add to Compare” function is not available if a Product is unavailable in the “Default Source” or unassigned from it.
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: