I'm using categories with the sub-menu system of the store. But the category tiles are pointing to the wrong page (tabid) The menu system (Static) is working and directs traffic to http://{mySite}/home/tabid/451/catid...
But the category tiles (dynamic) which are templated as:
"<div class="ListItem">
TIA
MartyNZ
But the category tiles (dynamic) which are templated as:
"<div class="ListItem">
<table cellpadding="0" cellspacing="0" style="width:100%;height:100%">
<tr>
<td align="center" class="ImageWrapper" valign="middle">
<div class="CategoryTiles" id="[TAG:CATEGORYNAME]" style="background-image:url([TAG:IMAGEURL]);">
<div class="CategoryTitle ">
<!--[if IE 7]><a href="[TAG:LINK]"><![endif]-->
[TAG:CATEGORYNAME]
<!--[if IE 7]></a><![endif]-->
</div>
</div>
</td>
</tr>
</table>
</div>"
Resolve [TAG:LINK] as http://{mySite}/home/tabid/694/catid..., a page that doesn't exist. ( I have moved the product list to a new page as part of the redisgn of this site, and have made the appropriate settings changes in Utilities >> Settings >> tabs. Cleared cache, restarted app etc. but do not seem to be able to get [TAG:LINK] to resolve correctly. Any suggestions?TIA
MartyNZ