Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1150706

    Just wondering if there was a way for the counter to show “0” on an empty cart. Client wants it and I don’t see a simple way to do it.

    Thanks!
    T

    #1150745

    Hey timo,

    This is something that may yield better results if searched in the WooCommerce forums.

    Best regards,
    Jordan Shannon

    #1150892

    OK thanks, Jordan.

    #1150924

    I didn’t see anything on the WooCommerce forum but did notice that if you add the attributes from the active counter, you achieve the results I was looking for:

    #top .av-cart-counter {
    -webkit-transition: all cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.3s;
    transition: all cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.3s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    }

    #1150961

    Hi,

    Perfect! I’m glad you were able to find a suitable solution. Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1150963

    Thanks. You can close it out.

    #1150969

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Display counter on empty cart’ is closed to new replies.