Refactor cart voucher templates to replace promotional text with "KOD RABATOWY:" in multiple themes and modules. Removed unused temporary image files from the checkout module.

This commit is contained in:
2025-09-02 10:47:46 +02:00
parent 98ce9f1ec4
commit 6fc5d66828
9 changed files with 2944 additions and 22 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -67,9 +67,7 @@
</div>
{if $cart.discounts|count > 0}
<p class="block-promo promo-highlighted">
{l s='Take advantage of our exclusive offers:' d='Shop.Theme.Actions'}
</p>
<p class="block-promo promo-highlighted">KOD RABATOWY:</p>
<ul class="js-discount card-block promo-discounts">
{foreach from=$cart.discounts item=discount}
<li class="cart-summary-line">

View File

@@ -29,7 +29,7 @@
</div>
{if isset($cart.discounts) && $cart.discounts}
<!--<div class="wk-voucher-available col-md-12">
<p class="block-promo promo-highlighted">{l s='Take advantage of our exclusive offers: ' mod='wkonepagecheckout'}</p>
<p class="block-promo promo-highlighted">KOD RABATOWY:</p>
<ul class="block-promo">
{foreach $cart.discounts as $discounts}
<li>

View File

@@ -28,9 +28,7 @@
<div class="cart-voucher">
{if $cart.discounts|count > 0}
<div class="promo-highlighted">
<h4>
{l s='Take advantage of our exclusive offers:' d='Shop.Theme.Actions'}
</h4>
<h4>KOD RABATOWY:</h4>
<ul class="js-discount">
{foreach from=$cart.discounts item=discount}
<li>

View File

@@ -72,9 +72,7 @@
</div>
{if $cart.discounts|count > 0}
<p class="block-promo promo-highlighted">
{l s='Take advantage of our exclusive offers:' d='Shop.Theme.Actions'}
</p>
<p class="block-promo promo-highlighted">KOD RABATOWY:</p>
<ul class="js-discount card-block promo-discounts">
{foreach from=$cart.discounts item=discount}
<li class="cart-summary-line">

View File

@@ -72,9 +72,7 @@
</div>
{if $cart.discounts|count > 0}
<p class="block-promo promo-highlighted">
{l s='Take advantage of our exclusive offers:' d='Shop.Theme.Actions'}
</p>
<p class="block-promo promo-highlighted">KOD RABATOWY:</p>
<ul class="js-discount card-block promo-discounts">
{foreach from=$cart.discounts item=discount}
<li class="cart-summary-line">

View File

@@ -90,12 +90,10 @@
}
</script>
{/literal}
{if $cart.discounts|count > 0}
<p class="block-promo promo-highlighted">
{l s='Take advantage of our exclusive offers:' d='Shop.Theme.Actions'}
</p>
<p class="block-promo promo-highlighted">KOD RABATOWY:</p>
<ul class="js-discount card-block promo-discounts">
{foreach from=$cart.discounts item=discount}
<li class="cart-summary-line">