Pro Verified

Name

Remove the WooCommerce Continue Shopping Button

About

Use this to remove the Continue to Shopping Bar and Button if you don't want to show it.

Language

PHP

Rating

Voted: 0 by 0 user(s)

Codevault

WebSquadron

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

26/03/2023

Important Note

This snippet has the following status:

Pro Verified

This snippet has been verified by a Code Snippet Pro team member.

Pro Comments:

Remove the WooCommerce Continue Shopping Button

 
                    
1// Remove "Product added to cart" message
2add_filter( 'wc_add_to_cart_message_html', '__return_null' );
3 
4// Remove "Continue Shopping" button
5remove_action( 'woocommerce_cart_actions', 'woocommerce_button_continue_shopping', 10 );

0

Related Snippets

Please see some snippets below related to this snippet..

WooCommerce

Unverified

1

WooCommerce Custom Link To Add Products To Cart

Added: 1 year ago

Last Updated: 11 months ago

Do you want to be able to add links in your content to allow customers to add products to cart without them having to navigate to the product page? Maybe you have pricing plans and want to link each t...

WooCommerce

AI Verified

1

Woo-Commerce Change Place-Order Button-Text

Added: 1 year ago

Last Updated: 1 year ago

In this article, we will learn to change the place order button text with our own custom text.

WooCommerce

AI Verified

0

Round prices up

Added: 11 months ago

Last Updated: 11 months ago

round prices up

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

Performance

AI Verified

33

Remove Unused Javascript

Added: 1 year ago

Last Updated: 2 days ago

Remove Unused Javascript - and improve your Page Speed Insight Score

WooCommerce

Pro Verified

10

Deactivate some WooCommerce Checkout Fields

Added: 1 year ago

Last Updated: 3 weeks ago

Deactivate some WooCommerce Checkout Fields from showing

Elementor

AI Verified

6

CSS Grid Aid

Added: 8 months ago

Last Updated: 2 months ago

This can be used for any WordPress Builder to aid working with CSS Grids.