tiagocaus Posted August 17, 2012 Share Posted August 17, 2012 Please help me in this configuration. I want a part of the site is not displayed when: A product is equal to: Plano Site para lgreja Or a customizable field is equal to: N - Using the "inspector element FF" I saw that the field name is (#customfield52) - Field created: - Code created: {if $product eq 'Plano Site para Igreja' or #customfield52 ep 'N' } HIDING FIELDS {else} SHOWS NORMAL {/if} If you are wrong, as is the correct way? 0 Quote Link to comment Share on other sites More sharing options...
jclarke Posted August 17, 2012 Share Posted August 17, 2012 The custom fields are contained in an array called {$customfields} so you will need to iterate through the array and check each custom field to see if it matches your custom field name and value. If you add {debug} to the top of the template file you are changing, then you can see the full contents of the array in the pop up window. 0 Quote Link to comment Share on other sites More sharing options...
tiagocaus Posted September 9, 2012 Author Share Posted September 9, 2012 I did not friend, is the first time I do it, give me more guidance? 0 Quote Link to comment Share on other sites More sharing options...
tiagocaus Posted October 8, 2012 Author Share Posted October 8, 2012 Nobody knows how to do this? 0 Quote Link to comment Share on other sites More sharing options...
tiagocaus Posted December 11, 2012 Author Share Posted December 11, 2012 {$customfields} Array (1) Painel => N 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.