Hi, I have two scrolls that are using "featured Products" functionality with click on Prod page.
I see that I have " /> in the start of the page on my first Carouselll.
http://www.cigarrummet.com/produkt/f...s/LI410T3.html
in code
<body class="boxed prod single-column LI410T3" id="js-PROD">" />
I believe that I have unwanted tags somewhere. My second Carousell doesnīt have this error which I find strange.
I believe that the code for both is identical. .
I have code in Ready Theme Product listing and I have MetaTags settings:
<mvt:if expr="l.settings:page:code EQ 'CTGY' OR l.settings:page:code EQ 'CTGY2'">
<body id="js-&mvte:page:code;" class="boxed <mvt:eval expr="tolower(l.settings:page:code)" /> &mvte:category:code;">
<mvt:elseif expr="l.settings:page:code EQ 'PROD' OR l.settings:page:code EQ 'PATR'">
<body id="js-&mvte:page:code;" class="boxed <mvt:eval expr="tolower(l.settings:page:code)" /> single-column &mvte:product:code;">
<mvt:elseif expr="l.settings:page:code CIN g.screenCheck">
<body id="js-&mvte:page:code;" class="boxed <mvt:eval expr="tolower(l.settings:page:code)" /> single-column">
<mvt:else>
<body id="js-&mvte:page:code;" class="boxed <mvt:eval expr="tolower(l.settings:page:code)" / ">
</mvt:if>
Than there is code on SFNT that I didnīt update in three years. Where shall I look for those unwanted symbols?
Is the script or just some rest of code somewhere...
I see that I have " /> in the start of the page on my first Carouselll.
http://www.cigarrummet.com/produkt/f...s/LI410T3.html
in code
<body class="boxed prod single-column LI410T3" id="js-PROD">" />
I believe that I have unwanted tags somewhere. My second Carousell doesnīt have this error which I find strange.
I believe that the code for both is identical. .
I have code in Ready Theme Product listing and I have MetaTags settings:
<mvt:if expr="l.settings:page:code EQ 'CTGY' OR l.settings:page:code EQ 'CTGY2'">
<body id="js-&mvte:page:code;" class="boxed <mvt:eval expr="tolower(l.settings:page:code)" /> &mvte:category:code;">
<mvt:elseif expr="l.settings:page:code EQ 'PROD' OR l.settings:page:code EQ 'PATR'">
<body id="js-&mvte:page:code;" class="boxed <mvt:eval expr="tolower(l.settings:page:code)" /> single-column &mvte:product:code;">
<mvt:elseif expr="l.settings:page:code CIN g.screenCheck">
<body id="js-&mvte:page:code;" class="boxed <mvt:eval expr="tolower(l.settings:page:code)" /> single-column">
<mvt:else>
<body id="js-&mvte:page:code;" class="boxed <mvt:eval expr="tolower(l.settings:page:code)" / ">
</mvt:if>
Than there is code on SFNT that I didnīt update in three years. Where shall I look for those unwanted symbols?
Is the script or just some rest of code somewhere...
Comment