I am integrating an existing static site into zencart 139, where ZC is to be loaded into a subfolder /shop/ and all existing pages recreated using the About_Us mod, not unlike the site mentioned in this post:
http://www.zen-cart.com/forum/showpo...10&postcount=8

To complete, I need separate index pages for the site and for the shop, while all existing pages, including the site index page, need to be stripped of all sideboxes to allow the placement of other content in the side columns.

However, while I have sussed how to disable sideboxes using tpl_main_page, my problem is that including "index" in this list also turns off sideboxes in the shop pages.

So firstly, in this regard, how am I to distinguish between the site index page and the shop index page?

Secondly, as I need to include other content in the side columns, and the About_Us mod does not provide for this, what other files do I need to adjust/recreate?

TIA