yeah that is the plan but I cannot figure out the link interaction.
basically I will have the product.tpl include a
{if page= ingredients}
{products.param01}
{/if}
{if page=main}
{products.description}
{/if}
but my question is how to pass the page variable,
example:
linkto ingredientspage
can I do that?
how woudl I make it work within the .tpl framework.
thanks