Dodanie obsługi punktów Orlen w zamówieniach oraz poprawa logiki i formatowania w różnych plikach
This commit is contained in:
@@ -37,6 +37,9 @@ echo $this -> settings['newsletter_header'];
|
||||
<? if ( $this -> order['inpost_paczkomat'] ):?>
|
||||
<br /><br />Paczkomat: <b><?= $this -> order['inpost_paczkomat'];?>
|
||||
<? endif;?>
|
||||
<? if ( $this -> order['orlen_point'] ):?>
|
||||
<br /><br />Punkt Orlen: <b><?= $this -> order['orlen_point'];?>
|
||||
<? endif;?>
|
||||
</p>
|
||||
<div style="border-bottom: 1px solid #eee; margin-bottom: 15px;"></div>
|
||||
<p style="font-family: Arial; font-size: 14px; font-weight: 600; text-transform: uppercase;"><?= \S::lang( 'zamowione-produkty' );?>:</p>
|
||||
|
||||
Reference in New Issue
Block a user