Hi,
I am creating a template override for the Joomla Content in the JA Megafilter component.
How do i get the value of a custom field in a custom override?
{@eq value="ct2"}
{ct2|s}
<a tabindex="-1" class="product-item-photo" href="http://linkedin.nl/{ct2|s}">
<span class="product-image-container">
<img src="/images/logo/linkedin_logo.png" class="linkedin_image">
</span>
</a>
{/eq}
I need to have the value beeing used as href in the html.
The problem which i have is that i don't get the actual value of the custom field.
How do i get this value?
Please help me with this.
Regards,
Kasper