I need to create an {if} statement.
I have a list of products{model} and each Model has various {colors}. Each color has its own entry_id number and a parent model number included in the entry.
I need the {if} statement to basically say {if model == {model}} and list all the {colors} with the parent model number. (without hard coding the actual model number.)
I’m sure I can explain more but I hope this will give you an idea of what I am attempting to write. Thank you in advance.