Hi all,
I have a channel with products, and a channel with cocktails. In the cocktails field group i have a relationship field with the entries from the products channel.
In the products template i use a reverse_related_entries tag to display the cocktails that use the product you are viewing.
The basics from the template i am using:
{exp:channel:entries channel="products" url_title="{segment_2}"}
....
{reverse_related_entries channel="cocktails"}
{if no_reverse_related_entries}
nothing here
{/if}
{my_custom_field}
{/reverse_related_entries}
....
{/exp:channel:entries}This returns nothing from the cocktails channel (but does not fire the if_no_reverse_related_entries tag, so it must be seeing something), however when i use fields from the products fieldgroup, i get all from the related product(which off course is the same stuff as the current page we are viewing).
I know i can use playa, however i prefer to keep the addon cost low, and this being such a basic use of the relationships, i’d prefer to only use the native stuff.
we’re on EE 2.5.2, using MSM 2.1.3.