Jump to content

Invoices don't show note (documents) in prestashop 1.6.1.x


Recommended Posts

  • 2 weeks later...

Ok i find the problem,

On 1.6.1 the note appear only on pdf/invoice-b2b.tpl

so you must add this part of code on your pdf/invoice.tpl

{if isset($order_invoice->note) && $order_invoice->note}
<div style="line-height: 1pt"> </div>
<table style="width: 100%">
	<tr>
		<td style="width: 15%"></td>
		<td style="width: 85%">{$order_invoice->note|nl2br}</td>
	</tr>
</table>
{/if}	
Edited by Hotspotgame (see edit history)
Link to comment
Share on other sites

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...