diff --git a/templates/catalog/_partials/product-prices.tpl b/templates/catalog/_partials/product-prices.tpl index e37ca13..5426c5a 100644 --- a/templates/catalog/_partials/product-prices.tpl +++ b/templates/catalog/_partials/product-prices.tpl @@ -23,12 +23,12 @@ * International Registered Trademark & Property of PrestaShop SA *} {if $product.show_price} -
+
{block name='product_discount'} {if $product.has_discount}
{hook h='displayProductPriceBlock' product=$product type="old_price"} - {$product.regular_price} + {$product.regular_price}
{/if} {/block} @@ -43,14 +43,14 @@ -
+
{$product.price} {if $product.has_discount} {if $product.discount_type === 'percentage'} {l s='Save %percentage%' d='Shop.Theme.Catalog' sprintf=['%percentage%' => $product.discount_percentage_absolute]} {else} - + {l s='Save %amount%' d='Shop.Theme.Catalog' sprintf=['%amount%' => $product.discount_to_display]} {/if}