Hi, I'm rather new to Shop Site-- actually I'm a Perl web developer who's trying to lend some assistance to a friend who's using Shop Site. Anyway.
I'm attempting to create a sidebar for the site-- basically the sidebar should go through and list all the available "Pages" within ShopSite, and print out the corresponding links.
So, it looks like I COULD do this with a [-- LOOP LINKS --] call, but this seems wrong to me. That is, if I did it that way, I would then have to associate every Page with every other Page, rather than just a global list of all Pages.
Another way that I could see doing (this seems even wronger) is to write my own program that could dynamically generate the sidebar, and then include it in a [-- CALL --] tag. But that would also require either some hard-coding or some sort of accessor for the Shop Site config files (looks like it's mostly in SQL Lite?).
But it seems what would be nice (does it exist?) is to have some sort of a global tag for [-- LOOP PAGES --] that would wrap a loop around each Page in the Shop Site database.
Are there other ways this is possible? That is, how can I get a dynamically generated list of all the available pages and loop around them?
DaveE