- Code: Select all
[-- LOOP PRODUCTS --]
If I try to loop the products like this...
- Code: Select all
<!-- put a text menu -->
<table width="[-- PAGE.PageWidth --]" align="center">
<tr>
<td>[-- LOOP PRODUCTS --]
[-- GENERATE_MESSAGE "making a text menu" PRODUCT.Name --]
<a href="#[-- PRODUCT.Name --]"> [-- PRODUCT.Name --] </a>
[-- END_LOOP PRODUCTS --]</td>
</tr>
</table>
- Code: Select all
[-- END_LOOP --]
- Code: Select all
[-- PRODUCT --]