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:
2942
.vscode/ftp-kr.sync.cache.json
vendored
2942
.vscode/ftp-kr.sync.cache.json
vendored
File diff suppressed because it is too large
Load Diff
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user