I would like to have include files used for certain products and not for
others. I am hoping that I can use a single product template for all
products and just insert the different include files into the Product Fields
for each product.
I tried to put [-- INCLUDE include-file-name --] in the PRODUCT.Field1 area
and then included this into my custom template:
<p>
[-- IF PRODUCT.Field1 --]
[-- PRODUCT.Field1 --]
[-- END_IF --]
</p>
but the resulting html page simply shows "[-- INCLUDE include-file-name --]"
on the page instead of processing the include file. I also tried to put [--
INCLUDE include-file-name PROCESS --] in the Product Field box with the same
results.
Is it possible to use an include file this way, or do I have to hard code it
into the product template and have different templates for different
products that use different include files?
Thanks for any help,
Rick