We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c333d32 commit fef5d1dCopy full SHA for fef5d1d
app/code/Magento/Catalog/view/base/web/template/product/price/regular_price.html
@@ -4,7 +4,6 @@
4
* See COPYING.txt for license details.
5
*/
6
-->
7
-<if args="isSalable($row())">
8
<if args="getRegularPrice($row())">
9
<span css="'old-price': hasSpecialPrice($row()), 'regular-price': !hasSpecialPrice($row())">
10
<span class="price-container"
@@ -28,4 +27,3 @@
28
27
</span>
29
30
</if>
31
-</if>
app/code/Magento/Catalog/view/base/web/template/product/price/special_price.html
@@ -4,7 +4,7 @@
-<if args="isSalable($row()) && hasSpecialPrice($row())">
+<if args="hasSpecialPrice($row())">
<span class="special-price">
css="getAdjustmentCssClasses($row())">
0 commit comments