Forum


Replies: 8   Views: 3295
Addtemplatevariable table issue
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by profeo  · 11-04-2013 - 12:12

Hello,
I have problem with adding item to table template after making changes in file.

When I have default table from template like:
[code] Weight (Kg) Price (€)
$NAME$ $WEIGHT$ $PRICE$
Total $TOTALWEIGHT$ $TOTALPRICE$
[/code]
from the example everything is OK, but when only I'm trying to change var $NAME$ to for example $STARTDATE$ the table is filled with only one row, and the rest values from array are skipped.

Do you have any idea about this problem / any solution?