I've discovered that I need to split sections into several pages as some sections in my store will have too many products for one page. Although I've found a solution in the knowledge base, the last sentence is a bit confusing to me. The following is quoted from the knowledge base
"You can use the following code to create 'Next Section' and 'Previous Section' links in order to allow your customers to navigate horizontally through your store's structure.
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="NETQUOTEVAR:PREV_SECTION_URL">
NETQUOTEVAR:PREV_SECTION_NAME
</a>
</td>
<td align="right">
<a href="NETQUOTEVAR:NEXT_SECTION_URL">
NETQUOTEVAR:NEXT_SECTION_NAME
</a>
</td>
</tr>
</table>
Include this into your Act_Primary.html, Act_Header.html or Act_ProductBody.html templates."
My problem is which templates do I include this code in? Is it any one of the three? or the first one plus the second or third? Or all three?
Secondly. does it matter where the code is inserted in relation to what is already there. Does any existing code need to be cut?
Sadly my knowledge of html is pretty much zero (as of now!) but I can cut and paste!
Hope someone can advise.
Many thanks,
Myles Sinclair
"You can use the following code to create 'Next Section' and 'Previous Section' links in order to allow your customers to navigate horizontally through your store's structure.
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="NETQUOTEVAR:PREV_SECTION_URL">
NETQUOTEVAR:PREV_SECTION_NAME
</a>
</td>
<td align="right">
<a href="NETQUOTEVAR:NEXT_SECTION_URL">
NETQUOTEVAR:NEXT_SECTION_NAME
</a>
</td>
</tr>
</table>
Include this into your Act_Primary.html, Act_Header.html or Act_ProductBody.html templates."
My problem is which templates do I include this code in? Is it any one of the three? or the first one plus the second or third? Or all three?
Secondly. does it matter where the code is inserted in relation to what is already there. Does any existing code need to be cut?
Sadly my knowledge of html is pretty much zero (as of now!) but I can cut and paste!
Hope someone can advise.
Many thanks,
Myles Sinclair
Comment