Jump to content

Free text invoice


stephabcde

Recommended Posts

Hello,

 

In the default invoice of prestashop 1.6.1.10 I have free text that appears on a single column and that does not take the entire width of the page. ( it makes a bill of 3 pages even for one article ...)

An idea ?

Thank you in advance,

Stéphane

Link to comment
Share on other sites

Try to change colspan="7" to colspan="12" in the /pdf/invoice.tpl file:

<tr>
    <td colspan="7" class="left small">
        <table>
            <tr>
                <td>
                    <p>{$legal_free_text|escape:'html':'UTF-8'|nl2br}</p>
                </td>
            </tr>
        </table>
    </td>
</tr>
  • Like 1
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...