Hi everyone, I’ve looked all over, and I cant figure this one out, so I turn to you!
I would like to have color thumbnails that only display if the color is in stock.
Is there a way to create a conditional that calls data from a “checkbox” custom field?
I began with:
{if product_color !=""}
success
{/if}_______
This works (pulls up “success”), but is there a way to use a conditional to replace the color “blue” with “success” but leave the others alone?