Original price not shown crossed out before configurable option chosen in 2.1.3 #8670
Labels
Fixed in 2.2.x
The issue has been fixed in 2.2 release line
Fixed in 2.3.x
The issue has been fixed in 2.3 release line
Issue: Clear Description
Gate 2 Passed. Manual verification of the issue description passed
Issue: Confirmed
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Reproduced on 2.1.x
The issue has been reproduced on latest 2.1 release
Preconditions
Steps to reproduce
Expected result
Actual result
It looks like this was introduced due to #5097. The new JS code checks the selected option and hides the original price if there is no special price difference for that option. The problem is that it also hides the original price if there is no option selected - as is the case on page load. So none of the original prices are initially showing.
The fix seems to be to remove the "no-display" from the original price, and change the condition to do nothing if there is no option selected.
Given how long ago 2.1.3 came out and how basic this problem, I'm wondering if I'm missing something here...?
The text was updated successfully, but these errors were encountered: