kindly refer to the link:
viewtopic.php?f=64&t=23345
I also want to show this 'search profile' dropdown on 'Navigation' of customer interface. I wrote the below code but not working
Code: Select all
<ConfigItem Name="CustomerFrontend::Module###ToolBarModule" Required="0" Valid="1">
<Description Translatable="1">Frontend module registration for the agent interface.</Description>
<Group>Ticket</Group>
<SubGroup>Frontend::Customer::ModuleRegistration</SubGroup>
<Setting>
<FrontendModuleReg>
<Description>ToolBar Module for customer interface</Description>
<Title>Customer ToolBar Module </Title>
<NavBarName>Ticket</NavBarName>
<NavBar>
<Description Translatable="1">Search-Template</Description>
<Name Translatable="1">Search-Template</Name>
<Link>Action=ToolBarCustomerSearchProfile</Link>
<LinkOption></LinkOption>
<Block>ToolBarSearchProfile</Block>
<Type>Menu</Type>
<Prio>900</Prio>
</NavBar>
</FrontendModuleReg>
</Setting>
</ConfigItem>
Thanks & Regards,
Gunjan