Linux hkvL61zh9Vexzf 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 Path : /www/wwwroot/fashion-kingdom.com/wp-content/plugins/kitify/templates/menucart/global/ |
Current File : /www/wwwroot/fashion-kingdom.com/wp-content/plugins/kitify/templates/menucart/global/cart-count.php |
<?php /** * Cart count template */ $elementor = Elementor\Plugin::instance(); $is_edit_mode = $elementor->editor->is_edit_mode(); if ( ( $is_edit_mode && ! wp_doing_ajax() ) || null === WC()->cart ) { $count = ''; } else { $count = WC()->cart->get_cart_contents_count(); } ?> <span class="kitify-cart__count-val"><?php echo $count; ?></span>