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
Hey timo,
This is something that may yield better results if searched in the WooCommerce forums.
Best regards,
Jordan Shannon
OK thanks, Jordan.
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);
}
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
Thanks. You can close it out.
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon