Okay
  Public Ticket #2481037
No checkout button on cart page (WooCommerce)
Closed

Comments

  •   Bart started the conversation
  •  8,987
    Tahir replied

    Hey Again,

    Could you try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Thanks 


    ThemeNectar Support Team 

  •   Bart replied privately
  •  2
    Bart replied

    PS: As a temporary workaround, I added the following code:


    <a href="<?php echo esc_url( wc_get_checkout_url() ); ?>" class="checkout-button button alt wc-forward">
            <?php esc_html_e( 'Proceed to checkout', 'woocommerce' ); ?>
    </a>

    in a copy of cart.php in my child theme.