From 03d5f057ec7c6bf25c93de485800a7e3fac57bbe Mon Sep 17 00:00:00 2001 From: abhisheks Date: Fri, 3 Nov 2023 17:43:54 +0530 Subject: [PATCH] refactor: update product price styles --- templates/catalog/_partials/product-prices.tpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/catalog/_partials/product-prices.tpl b/templates/catalog/_partials/product-prices.tpl index 7b6c0b5..e37ca13 100644 --- a/templates/catalog/_partials/product-prices.tpl +++ b/templates/catalog/_partials/product-prices.tpl @@ -28,7 +28,7 @@ {if $product.has_discount}
{hook h='displayProductPriceBlock' product=$product type="old_price"} - {$product.regular_price} + {$product.regular_price}
{/if} {/block} @@ -44,7 +44,7 @@
- {$product.price} + {$product.price} {if $product.has_discount} {if $product.discount_type === 'percentage'} @@ -92,8 +92,6 @@
{if !$configuration.taxes_enabled} {l s='No tax' d='Shop.Theme.Catalog'} - {elseif $configuration.display_taxes_label} - {$product.labels.tax_long} {/if} {hook h='displayProductPriceBlock' product=$product type="price"} {hook h='displayProductPriceBlock' product=$product type="after_price"}