concurrent wrote:Hi,
is it possible that the custom link opens in a new tab? We don't want the user to leave the store when he clicks on the link.
Greetings,
Thank you for your reply!
Unfortunately, there is no such feature in the plugin.
You may modify the HTML of the custom link items in the
\Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Views\Components\MegaMenuMenuItem\MegaMenuMenuItem.cshtml file, by adding target="_blank" as attribute on line 15. Bear in mind that this will affect all the custom links that you create on your website.