Item Description Content exceeded in the Advance PDF

The item description content is exceeds and Content running out of space. The template source code to solve the issue.

<td colspan=”12″><#if item.description?has_content><#assign desc_len=item.description?length><#if desc_len < 1563>${item.description}<#else>${item.description?substring(0,1563)}</#if></#if></td>

Leave a comment

Your email address will not be published. Required fields are marked *