bushdoc Posted May 28, 2009 Share Posted May 28, 2009 Hi Is it possible to access values of product / service custom fields when creating your own pages? The following is a snippet from a portal template clientareaproductdetails.tpl which I think is relevant but I can't seem to use in a page of my own: {foreach from=$customfields item=customfield} <tr> <td class="fieldarea">{$customfield.name}:</td> <td>{$customfield.value}</td> </tr> {/foreach} Do I have to define $customfields in the initial custom page calling the custom template? Trying to find out before the purchase. Any help greatly appreciated. 0 Quote Link to comment Share on other sites More sharing options...
Question
bushdoc
Hi
Is it possible to access values of product / service custom fields when creating your own pages?
The following is a snippet from a portal template clientareaproductdetails.tpl which I think is relevant but I can't seem to use in a page of my own:
{foreach from=$customfields item=customfield}
<tr>
<td class="fieldarea">{$customfield.name}:</td>
<td>{$customfield.value}</td>
</tr>
{/foreach}
Do I have to define $customfields in the initial custom page calling the custom template?
Trying to find out before the purchase. Any help greatly appreciated.
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.