[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Problems with [loop-code]
Does anyone know why the following [data] tag does not work (using the
simple demo):
[loop arg="00-0011,00-0011a,19-202" interpolate=1]
[data base=products field=title key="[loop-code]" interpolate=1]
<br>
[/loop]
I had thought it would produce the same output as:
[data base=products field=title key="00-0011"]
[data base=products field=title key="00-0011a"]
[data base=products field=title key="19-202"]
I have tried many variations and searched the archive, but I seem to be
missing something. The docs to seem to say that the [item- ] and [loop- ]
tags are parsed differently. Any ideas?
Christopher Thompson