• PDF manager editor appending P tag

    Hi All, When I creating a PDF template the editor appending unwanted <P> with Smarty tags. How can I remove this unwanted P tags from the pdf template ? Please help me find a solution
  • How to list the records of custom module in PDF Manager ?

    Hi All, How to list the records of a custom module in PDF Manager. I need to create pdf template for a custom module I apply the following code to list the record of ' MY001_MYMODULE' in a pdf template. {foreach from=$MY001_MYMODULE item="bundle"} {$bundle…