Title: WooCommerce cart.php template
Last modified: May 31, 2018

---

# WooCommerce cart.php template

 *  Resolved [charlesweir](https://wordpress.org/support/users/charlesweir/)
 * (@charlesweir)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/woocommerce-cart-php-template/)
 * 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)

 *  [NetMonkey](https://wordpress.org/support/users/headmonkey/)
 * (@headmonkey)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-cart-php-template/#post-10437245)
 * Charles,
 * Read my post from three months ago where I solved this.
 *  Thread Starter [charlesweir](https://wordpress.org/support/users/charlesweir/)
 * (@charlesweir)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-cart-php-template/#post-10442023)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/evolve/4.3.7/screenshot.png)
 * evolve
 * [Support Threads](https://wordpress.org/support/theme/evolve/)
 * [Active Topics](https://wordpress.org/support/theme/evolve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/evolve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/evolve/reviews/)

## Tags

 * [proceed to checkout](https://wordpress.org/support/topic-tag/proceed-to-checkout/)

 * 2 replies
 * 2 participants
 * Last reply from: [charlesweir](https://wordpress.org/support/users/charlesweir/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-cart-php-template/#post-10442023)
 * Status: resolved