Title: Remove checkout
Last modified: August 31, 2019

---

# Remove checkout

 *  Resolved [talkingtree](https://wordpress.org/support/users/talkingtree/)
 * (@talkingtree)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/remove-checkout/)
 * Hi,
 * How do you remove the shopping cart on the right of the theme? Can’t seem to 
   find it in the menu section.
 * [Screenshot here](https://i.imgur.com/bXiZmFc.png)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-checkout%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/remove-checkout/#post-11885710)
 * Is that Storefront?
 * Try:
 *     ```
       add_action( 'after_setup_theme', 'remove_cart' );
       function remove_cart() {
         remove_action( 'storefront_header', 'storefront_header_cart', 60 );
       }
       ```
   
 *  Plugin Support [Riaan K.](https://wordpress.org/support/users/riaanknoetze/)
 * (@riaanknoetze)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/remove-checkout/#post-11889361)
 * Hi there,
 * If needed, you could also look into using the header designer module that comes
   with [https://woocommerce.com/products/storefront-powerpack/](https://woocommerce.com/products/storefront-powerpack/).
   This allows you to create a custom layout including/excluding some header sections(
   e.g. the mini cart)
 * With that said, this forum is more geared towards supporting core aspects of 
   the WooCommerce plugin. Seeing as that module forms part of the Storefront theme,
   please open a new support thread over at [https://wordpress.org/support/theme/storefront/](https://wordpress.org/support/theme/storefront/)
   for more help on this.

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

The topic ‘Remove checkout’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Riaan K.](https://wordpress.org/support/users/riaanknoetze/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/remove-checkout/#post-11889361)
 * Status: resolved