Skip to content

Commit

Permalink
MAGETWO-52925: Simple child product without a special price still sho…
Browse files Browse the repository at this point in the history
…wn as "was (original price)" #4442 #5097 #6645 - for mainline
  • Loading branch information
Sergey Semenov committed Nov 29, 2016
1 parent f27029a commit 25747b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ define([
}
);

if (result.oldPrice.amount != result.finalPrice.amount) {
if (result.oldPrice.amount !== result.finalPrice.amount) {
$(this.options.slyOldPriceSelector).show();
} else {
$(this.options.slyOldPriceSelector).hide();
Expand Down

0 comments on commit 25747b4

Please sign in to comment.