So far here is what I have:
- Code: Select all
[-- IF PAGE.NumLinks 0 --]
<!-- No Links -->
[-- ELSE --]
<table id="linkstable">
[-- LOOP LINKS PAGE.Columns --]
<td valign="top">[-- LINK --]</td>
[-- END_LOOP LINKS --]
</table>
[-- END_IF --]
It just doesn't work. I'm not sure how to structure the conditional and did not see many examples in the ShopSite Help.
How would I structure a conditional so that if there weren't any pages, links, products, etc. assigned that block of code was never generated or inserted into the page?
Thanks!