[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Question about using the [if] tag...
In my products database, there's a field called "parent_code".
In a nutshell, I only need to display products with parent_code "0".
Here's what I've tried so far:
[if [loop-field parent_code] == 0] ... [/if]
[if-loop-field parent_code == 0] ... [/if-loop-field]
[if value [loop-field parent_code] eq 0] ... [/if]
[if value [loop-field parent_code] == 0] ... [/if]
So far, nothing has worked.
What am I doing wrong?