-
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
Magento 2.1.5 CE --> 2.1.6 CE - Old Prices do not show up any more #9377
Comments
I have the same issue... |
Same issue. Looking for a fix. |
@Chiemo thank you for your feedback. |
Same issue 2.1.7 version |
Same here Old price is not showing in configurable products... |
Preconditions
Steps to reproduce
Expected result
Actual result
Showing an old price in combination with the special price is an incentive for customers to buy the product. You should show this combination as soon as possible, so in the list page and on the related product instances. If you only show it when a customer selects a super attribute, you are too late. The customer is in the process of buying already by then, so the function of incentive is lost. Please reinstate the visibility of the special price for configurable products everywhere they appear in the catalog. This bug originated in 10fc55c The commit solves this problem but it introduces the new problem the the old price is hidden from configurable products that DO have a special price. |
@veloraven please let me know if you need more info. |
Would love to see a fix for this. |
@MaierWerx in catalog an approach of "10-15" would be better for all cases For you could be the same but a variant of prices striked through and the sales price as well. |
@drpit Yes, I agree with you. What version of Magento 2 are you using? You have the strike through, but I lost that after upgrading beyond 2.1.5. |
@MaierWerx I use 2.1.7 but I have customized the pricing page |
I think i got the solution. In /app/code/Magento/Catalog/Pricing/Render/FinalPriceBox.php there is this function: that loads the cache with a flag.
The old price will show in the catalog view page and in the product view page. Is the solution that worked for me, at least till the official fix. Hope it helps. |
Thank you, @LeonhartX7. Would be nice to get this fix into 2.1.8. |
Hi , I use this solution for my web site |
@Chiemo, thank you for your report. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 14 days if no further activity occurs. Is this issue still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? Thank you for your contributions! |
After upgrading from magento 2.1.5 to magento 2.1.6 old prices (crossed out) do not show up again:
We use configurable products.
Magento 2.1.6
PHP 7
Expectations was that both special and old regular prices would be shown.
Any ideas how to fix this? Thank you,
Chiemo
Preconditions
Magento 2.1.5, PHP 7
Create configurable products
Steps to Reproduce
Upgrade to Magento 2.1.6
Expected Result
Regular and special prices of products displayed correctly
Actual Result
Old prices do not show up anymore
The text was updated successfully, but these errors were encountered: