Jump to content
  • 0

Email klienta na fakturze


kamilsek

Question

Witam, szukałem wszędzie i nie znalazłem rozwiązania mojego problemu. Otóż chciałbym dodać do faktury generowanej przez Prestashop adres email klienta. Nie wiem jak to zrobić. Wcześniej udało mi się dodać do faktury numer telefonu i komórki klienta. W pliku invoice.addresses-tab.tpl w folderze pdf dodałem poniższe wpisy i numery telefonów się wyświetlają. Chcę aby poniżej numeru telefonu widniał adres email klienta (potrzebny jest do szybszego kontaktu z klientem).

<table id="addresses-tab" cellspacing="0" cellpadding="0">
	<tr>
		<td width="33%"><span class="bold"> </span><br/><br/>
			{if isset($order_invoice)}{$order_invoice->shop_address}{/if}
		</td>
	
		<td width="33%">{if $delivery_address}<span class="bold">{l s='Delivery Address' pdf='true'}</span><br/><br/>
				{$delivery_address}
				{/if}
			<br />
				{l s='tel.' pdf='true'} {$addresses.invoice->phone}
				<br />
				{l s='mob.' pdf='true'} {$addresses.invoice->phone_mobile}
				
		</td>
		<td width="33%"><span class="bold">{l s='Billing Address' pdf='true'}</span><br/><br/>
				{$invoice_address}	
		</td>
	</tr>
</table>

Proszę o pomoc.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...