Jump to content

Shop details in invoice


Budrys

Recommended Posts

You can simply add any text in the /pdf/header.tpl template, like:

    <td style="width: 50%">
        {if $logo_path}
            <img src="{$logo_path}" style="width:{$width_logo}px; height:{$height_logo}px;" />
            <br>
        {/if}
         My company<br>
         Street<br>
         City
    </td>

 

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