PDA

View Full Version : fragments


cmoreton
16-Feb-2003, 02:31 PM
Hi again,

I am using the brochure page as my home page and have set up fragments which I can link to products. I am trying to find the code used to display nthis so that I can include it in a coloum on the main template page for the rest of the site.

Can anyone please tell me which tag / code to paste into the primary template page..?

Thanks

cdicken
18-Feb-2003, 09:00 AM
It is not possible to include brochure fragments into the Overall Layout template of the store I'm afraid. All I can suggest is to hard-code the lists of big-sellers etc. into the overall alyout thempaltes themselves.

You can use a NETQUOTEVAR:INCLUDE tag to include the content of another file into the template. For instance:

NETQUOTEVAR:INCLUDE top_ten.html

would include the content of top_ten.html within the page. It may be easier to manage these manually created lists of big sellers if they are in separate files.