Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/geniouskin/wp-content/themes/ixlab/tmpl/ |
Upload File : |
<?php if ( class_exists( 'WC_Widget_Cart' ) ): ?> <li class="shopping-cart"> <a class="toggleCart" href="javascript:void(0)"></a> <a class="shopping-cart-count" href="<?php echo esc_url( wc_get_cart_url() ) ?>"> <i class="iconlab-basket-simple-1"></i> <?php if ( WC()->cart->cart_contents_count > 0 ): ?> <span class="shopping-cart-items-count"><span><?php echo esc_html( WC()->cart->cart_contents_count ) ?></span></span> <?php else: ?> <span class="shopping-cart-items-count no-items"></span> <?php endif ?> <span class="cart-total"><?php echo WC()->cart->get_cart_total(); ?></span> </a> <div class="sub-menu"> <div class="cart-header"> <h3><?php esc_html_e( 'Shopping Cart', 'ixlab' ) ?></h3> <a class="toggleCart" href="javascript:void(0)"><i class="iconlab-e-remove"></i></a> </div> <div class="widget_shopping_cart_content"> <?php woocommerce_mini_cart() ?> </div> </div> </li> <?php endif ?>