Jump to content

weird invoice template: white space after update


Berlindoor

Recommended Posts

this is at the beginning of my invoice template.

My header.tpl is empty, the code is in invoice.tpl

 

<div style="font-size: 7pt; color: #000;">
<table width="100%">
<tr>
 <td style="width: 35%">
  {if $logo_path}
   <img src="{$logo_path}"/>
  {/if}
 </td>
 <td style="width: 65%">
  <p> </p>
  <p style="text-align:right;font-size:x-large;margin-top:20px">{l s='Fattura/Documento di consegna' pdf='true'}: {$title|replace:'Fattura #':'':'htmlall':'UTF-8'}</p>
 </td>
</tr>
</table>

Edited by Berlindoor (see edit history)
Link to comment
Share on other sites

  • 4 months later...
  • 3 weeks later...

I can't find any invoice.tpl in my Prestashop 1.5.4.0 . Where is it? I'm using default theme and there is no file like that. Thanks for any advice.

 

UPDATE!

 

Oops, sorry! I found it. I thought it was supposed to be in the default theme folder. For those who are also blind like me : it's in your root Prestashop folder - pdf folder - there you go, invoice.tpl really does exist! Woohoo. 

Edited by mouse1 (see edit history)
Link to comment
Share on other sites

  • 7 months later...

Berlindoor, on 25 Apr 2013 - 10:54 AM, said:snapback.png

solved.
I moved part of the invoice template in the header

 

Hi,

I have try to move invoice part in header file but after that the same details also showing in delivery slip.

Can any body help for corrective action.

 

Rajesh Garg

Link to comment
Share on other sites

  • 1 month later...

Create 2 different /pdf/header.tpl and /pdf/footer.tpl templates. Then create getHeader() and getFooter() functions in both /classes/pdf/HTMLTemplateInvoice.php and /classes/pdf/HTMLTemplateDeliverySlip.php classes in a similar way as there are in /classes/pdf/HTMLTemplate.php.

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