Jump to content

Needed Suppliers Name, Address And All Information On Delivery Slip And Invoices


vikasmnl

Recommended Posts

From a module you can hook into displayPdf<template>, so displayPdfinvoice and displayPdfdeliveryslip,

 

this hook call assigns data to HOOK_DISPLAY_PDF, and in each of the pdf templates this section exists:

 

    <!-- Hook -->
    {if isset($HOOK_DISPLAY_PDF)}
    <tr>
        <td colspan="12" height="30"> </td>
    </tr>

    <tr>
        <td colspan="2"> </td>
        <td colspan="10">
            {$HOOK_DISPLAY_PDF}
        </td>
    </tr>
    {/if}

 

So it will insert your additional stuff there.

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