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/supermaket/ |
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 cart-popup dropdown version-1"> <a class="dropdown-toggle mini-cart" 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="icon-bag icons"></i> <span class="mini-cart-items"> <?php echo sprintf( '%d', $woocommerce->cart->cart_contents_count );?> </span> </span> <span class="mini-cart-text"> <?php esc_html_e('My Cart','puca'); ?> </span> <span class="qty"><?php echo WC()->cart->get_cart_subtotal();?></span> </a> <div class="dropdown-menu"><div class="widget_shopping_cart_content"> <?php woocommerce_mini_cart(); ?> </div></div> </div> </div>