forked from LiveCarta/LiveCartaWP
@@ -269,9 +269,9 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|||||||
}
|
}
|
||||||
hrmHtml += `
|
hrmHtml += `
|
||||||
<a class="header-btn circle" href="` + linksObject.cart + `" title="My Cart">
|
<a class="header-btn circle" href="` + linksObject.cart + `" title="My Cart">
|
||||||
<span class="icon-shop"></span>
|
<span class="icon-shop"></span>`;
|
||||||
</a>
|
hrmMenu += frontSettings?.cartItemsCount > 0 ? '<span class="num">' + frontSettings.cartItemsCount + '</span>' : '';
|
||||||
`;
|
hrmHtml += `</a>`;
|
||||||
document.querySelector('.header-right-menu').innerHTML = hrmHtml;
|
document.querySelector('.header-right-menu').innerHTML = hrmHtml;
|
||||||
document.querySelector('.mobile-sign-cont').innerHTML = mmSign;
|
document.querySelector('.mobile-sign-cont').innerHTML = mmSign;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user