-
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
Catalog price rule applied configurable products not show oldPrice in product list and Product Detail page #9322
Comments
I checked the file: vendor\magento\module-configurable-product\view\base\templates\product\price\final_price.phtml This styling makes the old price block invisible/ not even rendered on the frontend. I need to check further how to fix the display. But at least it is clear now what happens. Ps. I removed all the discounts from the simples that belong to one mother CFG and now it just keeps on showing "as low as" with an old "special" price that is no longer valid. Reindexing and clearing the cache doesn't seem to help. |
Hi, when i remove the styling it does show up, in the product page (detail page), but in the category page it still does not show up. Is it the same with you? I can't believe it's june and it's not fixed yet. |
Hi, Line 22 in the the file: vendor\magento\module-configurable-product\view\base\templates\product\price\final_price.phtml I replaced This: Now the old price shows up for me. (on the category page) hope it helps. |
@onepack, thank you for your report. |
How to show exclusive price instead of inclusive price in configurable product with tier price. Here exclusive price is: 5.04 Now when select any single product from dropdown then calculation is upon inclusive price. Anyone have solution on this? This is related to here: #5097 |
is this issue resolved? |
Used @joebordo 's solution - solved for me. |
@joebordo's solution worked for me in 2.2.5. Although the change is on line 37 now. |
Hi @krzksz. Thank you for working on this issue.
|
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! |
…-beta2-28Oct24 [Hammer][2.4.8-beta2] Platform Health Scope
I have the exact same issue as closed issue #7624 on a project that has migrated data from a magento 1 store.
Catalog price rules or special prices applied to simple products related to the main configurable products do not show the oldPrice in product list and Product Detail page.
The products are always assigned later to the configurable products and not on the go while creating the configurable product.
When I apply a special price on a simple product or apply a catalog price rule the old price just never shows in the configurable product just the new discounted price of the related simple products.
This way it is not clear for a customer that this is a special/ discounted price.
This happens in the grids and on a product detail page.
Only when I click a color option in the detail page the display of the price box gets updated with the text "regular: xx,xx" under the new "special price".
Magento version 2.1.6
PHP 7
The magento 2 shop is filled with migrated data from a magento 1 webshop.
The bug happens on old CFG's migrated from magento1 and new CFG's created in magento2.
The bug has been reported before in detail here: #7624
The text was updated successfully, but these errors were encountered: