Hello Espo Peeps. I have the sales pack extension and inside of the pdf template feature there is a product block option. I would like to display just the title. Is there a "placeholder" I can use for this or would I have to edit the product block in the backend?
Announcement
Collapse
No announcement yet.
Custom Product Block In Sales Pack
Collapse
X
-
> The only place holder for Product is the "Product List".
Do you mean Item List?
In a Sales Pack there are three predefined pdf templates. Investigate the quote template of how the Item List is represented inside of it. Open a code view. Using {{#each }} operator you can fetch a demanded field https://github.com/espocrm/documenta...#each-iterator
Comment
Comment