thesvan Posted December 23, 2012 Share Posted December 23, 2012 Hello , for 2 days now iám working to integrate this code: {if $customfields} {foreach from=$customfields key=num item=customfield} <div class="clearfix"> <label for="customfield{$customfield.id}">{$customfield.name}</label> <div class="input"> {$customfield.input} {$customfield.description} </div> </div> {/foreach} i have read all and i got no succes i made my own exemple.tpl and added the code made my own example.php file , but on the web i get no results , i know there is more that i have to add to exemple.php to fetch it from the database , however i have no ideea , does anyone has any ideea for this? 0 Quote Link to comment Share on other sites More sharing options...
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.