Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter jimmierock

    (@jimmierock)

    Sorry for my stupidity I tried

    if ( sizeof( $woocommerce->cart->cart_contents ) == 0 ) {
    echo '<div class="' . $position . ' cart-tab no-animation ' . $skin . '">';
    } else {
    echo '<div class="' . $position . ' cart-tab ' . $skin . '">';
    					}

    and nothing happened.

    Is it possible for me to display Empty Cart when cart = 0?

Viewing 1 replies (of 1 total)