Server : Apache System : Linux ls31.server.ly 3.10.0-962.3.2.lve1.5.68.el7.x86_64 #1 SMP Wed Apr 6 11:12:23 UTC 2022 x86_64 User : medchoco ( 2906) PHP Version : 8.3.16 Disable Function : mail Directory : /home/medchoco/www/wp-content/themes/puca/woocommerce/cart/themes/fashion3/ |
Upload File : |
<?php global $woocommerce; $_id = puca_tbay_random_key(); ?> <div class="tbay-topcart"> <div id="cart-<?php echo esc_attr($_id); ?>" class="cart-dropdown dropdown version-1"> <a class="dropdown-toggle mini-cart v1 top" data-toggle="dropdown" aria-expanded="true" role="button" aria-haspopup="true" data-delay="0" href="#" title="<?php esc_attr_e('View your shopping cart', 'puca'); ?>"> <span class="text-skin cart-icon"> <i class="tb-icon tb-icon-zz-bag"></i> </span> <span class="title-mini-cart"><?php echo esc_html__('Shopping bag','puca')?></span> <span class="mini-cart-items"><?php echo sprintf('%d',$woocommerce->cart->cart_contents_count);?></span> </a> </div> </div>