From 5e2c9586dfcca75699209d439f988929245f9072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=81ach?= Date: Wed, 15 Feb 2023 10:49:30 +0100 Subject: [PATCH] specific price styling --- .../catalog/_partials/product-discounts.tpl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/catalog/_partials/product-discounts.tpl b/templates/catalog/_partials/product-discounts.tpl index 38463ee97..44c5402a3 100644 --- a/templates/catalog/_partials/product-discounts.tpl +++ b/templates/catalog/_partials/product-discounts.tpl @@ -6,21 +6,21 @@ {if $product.quantity_discounts}

{l s='Volume discounts' d='Shop.Theme.Catalog'}

{block name='product_discount_table'} -
- +
+
- - - + + + {foreach from=$product.quantity_discounts item='quantity_discount' name='quantity_discounts'} - - - + + + {/foreach}
{l s='Quantity' d='Shop.Theme.Catalog'}{$configuration.quantity_discount.label}{l s='You Save' d='Shop.Theme.Catalog'}{l s='Quantity' d='Shop.Theme.Catalog'}{$configuration.quantity_discount.label}{l s='You Save' d='Shop.Theme.Catalog'}
{$quantity_discount.quantity}{$quantity_discount.discount}{$quantity_discount.save}{$quantity_discount.quantity}{$quantity_discount.discount}{$quantity_discount.save}