How do I add left sidebar menu buttons that link and display catalog section page(s) in the main area?
I got this one resolved.
What I was looking for was a box similar to the "Information" box in line with the design theme for "Product Groups" with links to Online Catalog / Sub-Sections as shown in the first image attached.
To get the result I copied the "Information" box block code and added the same code block immediately below that renaming <div id="productGroups" and title <h3>Product Groups</h3>.
I then replaced the "BrochurePageList" layout part with <div class="page list"> and <p class="navigationOnClick><a href="--$$$--.html">--$$$--</a></p> link lines for Online Catalog and Sub-Section page HTMLs as shown in the second image attached.
Comment