Im sure this is much easier than I am making it out to be.
I have two Channels: “product” + “application”
In a product page, I would like a link to its related application. So i have created the relationship custom field in the product channel, where there isa drop down displaying the applications.
I just cant get it to display anything.. not even if I do a conditional to check for no_related_entries.
here’s my code in the product template, any help would be greatly appreciated.
{exp:channel:entries channel="product" dynamic="no" disable="categories|member_data|pagination"}
{related_entries id="application"}
{app-name}
{if no_related_entries}
<h2>No Related Entry Available</h2>
<p> {/if}</p>
<p>{/related_entries}