Magento version 2.3.5-p2 #:
Edition EE
Expected behavior:
The min price to be displayed for a configurable product.
Actual behavior:
Price is always displayed as 0.
Steps to reproduce:
- Visit configurable product page
- Inspect Datalayer ProductPage
What happened?
The change was introduced here:
2.4.0...2.5.1#diff-4431d83985d4d014ab1c33820ee280c9ebd92203b337426d3bedb772c2018831R104
It has changed from getFinalPrice() to getPrice() which broke this.