diff --git a/htdocs/wp-content/themes/lawcarta/header.php b/htdocs/wp-content/themes/lawcarta/header.php index f7eddd2..80ad151 100644 --- a/htdocs/wp-content/themes/lawcarta/header.php +++ b/htdocs/wp-content/themes/lawcarta/header.php @@ -269,9 +269,9 @@ height="0" width="0" style="display:none;visibility:hidden"> } hrmHtml += ` - - - `; + `; + hrmMenu += frontSettings?.cartItemsCount > 0 ? '' + frontSettings.cartItemsCount + '' : ''; + hrmHtml += ``; document.querySelector('.header-right-menu').innerHTML = hrmHtml; document.querySelector('.mobile-sign-cont').innerHTML = mmSign;