head_html_tag widget

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Hi all,

I created widget in head_html_tag zone. But When I look at DOM it´s rendered into body ? I need to add it strictly into head part ?

I need to add this tag

<link rel="..." type="application/..." title="..." href="/...xml">

Do have idea what I am doing wrong ? It´s quite strange that also the css budles are rendered in body section

Thanks for help or idea
5 years ago
When you say it in the body and not in the head do you mean ?

<head>
it is not in here
</head>
<body>
but you see it in here ?
</body>

The file that head_html_tag zone is defined in is  nopCommerce_4.10_Source\Presentation\Nop.Web\Views\Shared\_Root.Head
It slots it into the body ?
5 years ago
Look at your theme, make sure they are placing the Widget Zone in the correct place.


This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.