Hello,
I have been trying to add a categories to the grid view.
In order to do this, I am editing dp-products.php, around line 480. There, using the WP codex, I have been trying to include different variables that would output the product’s categories there, but none has given the result I was looking for. The only thing that has halfways worked is “$categroy”, but it outputs simply the cat ID. Whenever I try to modify it to display cat_name, for example, the output disappears.
Does DP use a particular set of variables which I have not found? Has anybody implmented something like this?