WOOCOMMERCE CART HEADER

PHOTO EMBED

Fri Jun 17 2022 14:57:27 GMT+0000 (Coordinated Universal Time)

Saved by @hamzahanif192

                        <div class="wocommerce-cart-button">
                            <a href="<?php echo site_url(); ?>/cart" target="_blank">
                                <span class="cart-count">
                                    <?php 
                                        global $woocommerce;
                                        echo $woocommerce->cart->cart_contents_count; 
                                    ?>
                                </span>
                                <img src="<?php bloginfo('stylesheet_directory'); ?>/images/cart.png" alt="">
                            </a>
                        </div>
content_copyCOPY