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