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?