Hello,
I can't get component's param in frontend. I set param throught admin menu item (please have a look at the attached picture).
I'm talking about param -> country
<fields name="params" label="COM_MENUS_LINKTYPE_OPTIONS_LABEL"
>
<fieldset name="menu-options"
label="COM_MENUS_LINKTYPE_OPTIONS_LABEL"
>
<field name="country" type="sql" default="0" label="COM_MENUS_ITEM_FIELD_COUNTRY_TITLE_LABEL" query="SELECT concat(c.country, ' (', l.title_native, ')') AS country FROM `#__contacts_countries` as c LEFT JOIN `#__languages` as l ON c.kalba = l.lang_id" />
I need to get this param -> 'country' in frontend. I have tried many ways, but after playing like 3 hours i decided to ask for help her in forum.
i would really appreciate for your help.