Hey all,
I have a modded product section. It includes impression pictures and material pictures. All is working fine within relations to other fields. I get stuck when it comes down to PDF generation, for the life of me I cannot get the impression images to display.
I've tried a lot of {{#each whatever}} combinations to get the PDF to display anything. My single-image field "example" (voorbeeld) is rendering just fine.
Does anybody know how to do this?
Failing code example:
I have a modded product section. It includes impression pictures and material pictures. All is working fine within relations to other fields. I get stuck when it comes down to PDF generation, for the life of me I cannot get the impression images to display.
I've tried a lot of {{#each whatever}} combinations to get the PDF to display anything. My single-image field "example" (voorbeeld) is rendering just fine.
Does anybody know how to do this?
Failing code example:
Code:
<p>{{imageTag cVoorbeeldId}}</p> {{#each cImpressieIds}} <p>{{imageTag cImpressieIds}}</p> {{/each}}
Comment