This question may be related to a resolved thread.
i’m having the same issues as the above thread and have the following going on in a single article (product view).
my url is as such
/products/product_detail/46
<ul id="other_products_in_this_category">
{exp:channel:entries
dynamic="yes"
category_group="4"
channel="products"
related_categories_mode="yes"
url_title="not {current_entry}"
limit="11"
disable="member_data|pagination"
}
<li><a href="/products/product_detail/{url_title}" title="read more on {title}">{title}</a></li>
{/exp:channel:entries}
</ul>is there any reason why this shouldnt work? as you can see, i do get a list of products but from all categories
im in ee2.5.0
ta