• Resolved wpfighter

    (@wpfighter)


    I have a custom Cart Button on Header →

    
    <a href="" class="anchor_button7">
                        <img src="<?php echo get_template_directory_uri(); ?>/img/svg/shopping-cart_2.svg" alt="">
                        <span>Cart</span>
                        <span class="item-count cart-item-count">1</span>
                    </a>
    
    

    But I want that this “1” should automatically update instantly in real time based on the total # of items added.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Auto Update total Items in the cart’ is closed to new replies.