• Hi all,

    Simple request from a client that is driving me crazy they want the mini cart to link to the cart page. I found the code and I changed the # to a direct link and nothing happened. Tried PHP and again nothing. Any ideas?

    <div id="cart">
        <!-- Button -->
        <div class="cart-btn">
            <a href="#"><?php echo WC()->cart->get_cart_subtotal(); ?></a>
        </div>

Viewing 1 replies (of 1 total)
  • Thread Starter Gem @White Rabit

    (@anna_tianna)

    Sorry didn’t see the bit about code

    here it is again

    <div id="cart">
        <!-- Button -->
        <div class="cart-btn">
            <a href="https://www.crossrope.me/cart" class="button adc"><?php echo WC()->cart->get_cart_subtotal(); ?></a>
        </div>
Viewing 1 replies (of 1 total)
  • The topic ‘WooCommers Mini Cart Link’ is closed to new replies.