PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
themes
/
bumbleb
/
woocommerce
<?php if ( !class_exists('Woocommerce') ) { return false; } global $woocommerce; $bumbleb_settings = bumbleb_global_settings(); $cart_layout = bumbleb_get_config('cart-layout','dropdown'); ?> <div class="dropdown mini-cart top-cart" data-text_added="<?php echo esc_html__("Product was added to cart successfully!","bumbleb"); ?>"> <a class="cart-icon" href="#" role="button"> <div class="icons-cart"><i class="icon-cart"></i><span class="cart-count"><?php echo esc_attr($woocommerce->cart->cart_contents_count); ?></span></div> </a> <div class="cart-popup"><?php woocommerce_mini_cart(); ?></div> </div>
[-] content-grid-product.php
[edit]
[-] content-product_cat.php
[edit]
[-] content-list-product.php
[edit]
[+]
..
[+]
single-product
[-] content-quickview-product.php
[edit]
[-] archive-product.php
[edit]
[-] content-single-product.php
[edit]
[+]
checkout
[-] content-only-product_cat.php
[edit]
[+]
loop
[-] minicart-ajax.php
[edit]
[+]
cart
[+]
myaccount
[-] time-nofication.php
[edit]
[-] content-product.php
[edit]
[-] single-product-reviews.php
[edit]
[+]
order
[-] content-cart-popup.php
[edit]
[-] single-product.php
[edit]