vikasmnl Posted January 13, 2016 Share Posted January 13, 2016 Hi, Need a help on showing supplier informations such as name address etc. on delivery slips and Invoices. Plz help.. thanks. Link to comment Share on other sites More sharing options...
roja45 Posted January 13, 2016 Share Posted January 13, 2016 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 More sharing options...
vikasmnl Posted January 14, 2016 Author Share Posted January 14, 2016 No, I want to know that how we can print Supplier Name, Address etc. on Invoices and Delivery Slips, while placing an order... Link to comment Share on other sites More sharing options...
roja45 Posted January 14, 2016 Share Posted January 14, 2016 where? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now