saguaros
Thanks for this, have updated the fields now for you with the site info.
I'm filtering K2 content for a list of awards and one of the custom fields is the award status so I was wanting to be able to add that status in as a class name into the product item wrapper in my custom layout which would therefore allow me to style the wrappers differently based on status (ie a colour).
The layout override is in the active template's html folder under layouts/megafilter/k2/awards, the field is called "Status" (alias also "Status") and its ID is 7. I'd likely add the value like this:
<div class=" item product product-item #insertstatusfieldvaluehere# ">