diff --git a/Amasty_GiftCard/templates/product/price/final_price.phtml b/Amasty_GiftCard/templates/product/price/final_price.phtml index cdcfbe864..70a12fa91 100644 --- a/Amasty_GiftCard/templates/product/price/final_price.phtml +++ b/Amasty_GiftCard/templates/product/price/final_price.phtml @@ -3,22 +3,7 @@ $productId = $block->getSaleableItem()->getId(); ?> -getCanShowPrice() !== false && !$block->isProductForm()): ?> -
-
- isSinglePrice()): ?> - - escapeHtml(__('From')); ?> - - - - escapeHtml($block->convertAndFormatCurrency($block->getMinPrice(), false)); ?> - -
-
- - -isProductForm()): ?> +isProductForm() || ($block->getCanShowPrice() !== false && !$block->isProductForm())): ?> getCurrencyShortName(); $product = $block->getSaleableItem();