Zaktualizowano wersję na 0.226, dodano opcję faktury do zamówienia oraz wprowadzono zmiany w strukturze bazy danych i logice obsługi zamówień.
This commit is contained in:
@@ -41,6 +41,16 @@ echo $this -> settings['newsletter_header'];
|
||||
<br /><br />Punkt Orlen: <b><?= $this -> order['orlen_point'];?>
|
||||
<? endif;?>
|
||||
</p>
|
||||
<? if ( $this -> order['firm_name'] ):?>
|
||||
<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( 'dane-do-faktury' );?>:</p>
|
||||
<p style="font-family: Arial; font-size: 14px; margin-top: 15px;">
|
||||
<?= $this -> order['firm_name'];?><br />
|
||||
<?= $this -> order['firm_street'];?><br />
|
||||
<?= $this -> order['firm_postal_code'];?> <?= $this -> order['firm_city'];?><br />
|
||||
NIP: <?= $this -> order['firm_nip'];?>
|
||||
</p>
|
||||
<? endif;?>
|
||||
<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>
|
||||
<table style="font-family: Arial; width: 100%; max-width: 800px; border-collapse: collapse; font-size: 14px; margin-bottom: 25px;">
|
||||
|
||||
Reference in New Issue
Block a user