I have a series of products - t-shirts, mugs hoodies etc. each with their own weblog.
They are all linked to a parent category and a child category for example Parent category= Animals and child category=dogs
I would like to have a section in each product page that give a ‘if you like this then look at these…’
It would then display three or four other products from the same child category (preferably one from each weblog)
This is what I have so far:
{exp:weblog:entries weblog="mugs|hoodies|cards" disable="member_data|trackbacks" sort="asc" related_categories_mode="on" }
<a href="#">{product_baseimage}</a>
{/exp:weblog:entries}I am not sure how to indicate which category the entry belongs to. Any help would be appreciated.
Thanks