• Resolved charlesweir

    (@charlesweir)


    Hi
    I recently update WooCommerce to version 3.4.1.
    WooCommerce informed me that it contains outdated copies of some WooCommerce template files.
    I have replaced all the relevant files except cart.php.

    When I replace cart.php with the recommended template version 3.4.0, the “proceed to checkout” button disappears from the Basket page.

    Any ideas?

    Regards
    Charles

Viewing 2 replies - 1 through 2 (of 2 total)
  • Charles,

    Read my post from three months ago where I solved this.

    Thread Starter charlesweir

    (@charlesweir)

    Hi NetMonkey

    Your fix didn’t work for me, but it did point me in the right direction.
    I added the following code to the cart.php template file in my child theme, just after the “update cart” code (line 143 for me).

    <button type="submit" class="button" name="proceed" value="<?php esc_attr_e( 'Proceed to Checkout', 'woocommerce' ); ?>"><?php esc_attr_e( 'Proceed to Checkout', 'woocommerce' ); ?></button>

    Works a dream.
    Thanks
    Charles

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WooCommerce cart.php template’ is closed to new replies.