This commit is contained in:
2026-04-20 23:44:32 +02:00
parent 659e7fa50b
commit fc2748e5db
4 changed files with 171 additions and 6 deletions

View File

@@ -95,9 +95,14 @@
<? endif;?>
<div class="basket-summary">
<?= $this -> transport[ 'name_visible' ];?>:
<span>
<?= $summary >= $this -> settings[ 'free_delivery' ] ? '0,00' : \Shared\Helpers\Helpers::decimal( $this -> transport[ 'cost' ] );?>
</span>
<? if ( $this -> free_delivery_applies ):?>
<span>0,00 zł</span>
<? else:?>
<span>
<?= \Shared\Helpers\Helpers::decimal( $this -> transport_cost_effective );?> zł
</span>
<? endif;?>
</div>
<div class="basket-summary big">
Razem: