diff --git a/app/code/Magento/ConfigurableProduct/view/base/templates/product/price/final_price.phtml b/app/code/Magento/ConfigurableProduct/view/base/templates/product/price/final_price.phtml index 97238d0813b09..f550357d81af2 100644 --- a/app/code/Magento/ConfigurableProduct/view/base/templates/product/price/final_price.phtml +++ b/app/code/Magento/ConfigurableProduct/view/base/templates/product/price/final_price.phtml @@ -34,14 +34,15 @@ $schema = ($block->getZone() == 'item_view') ? true : false; ?> -isProductList() && $block->hasSpecialPrice()): ?> - +hasSpecialPrice()): ?> + renderAmount($priceModel->getAmount(), [ 'display_label' => __('Regular Price'), 'price_id' => $block->getPriceId('old-price-' . $idSuffix), 'price_type' => 'oldPrice', 'include_container' => true, - 'skip_adjustments' => true + 'skip_adjustments' => true, + 'is_product_list' => $block->isProductList() ]); ?>