Category icons for bestseller products
On my homepage I have a list of bestselling products - I'd like to include an icon next to each item on the list to represent which category they're from (e.g. chair, table etc.).
This is easy enough to achieve in CSS, but I need to find the variable that holds the value of the products category so that I can include it into the for each loop.
Does anyone know this?
Cheers.
|