• i placed the cart icon and count in my header using this code:

    <?php
    if ( class_exists( ‘WPCleverWoofc’ ) )
    {
    WPCleverWoofc::woofc_get_cart_link( true );
    }
    ?>

    But clicking on it will not open the cart window

  • The topic ‘the cart on menu not going to open modal’ is closed to new replies.