Website Building » WooCommerce » How Do I Get Rid of the Buy Now Button on WooCommerce?

How Do I Get Rid of the Buy Now Button on WooCommerce?

Last updated on October 1, 2022 @ 9:15 pm

The buy now button on WooCommerce can be really annoying, especially if you’re trying to get people to buy your products through your store. There are a few ways to get rid of it, though, and I’ll go over them here.

1. Use the WordPress Customizer

The first way to remove the buy now button is to use the WordPress Customizer. Go to Appearance > Customize and then click on the WooCommerce tab.

From there, you can disable the “Add to Cart” button on products. This will remove the buy now button from all of your products.

2. Use a Plugin

If you don’t want to use the WordPress Customizer, you can also use a plugin to remove the buy now button. I recommend the Remove Add to Cart Buttons for WooCommerce plugin.

It’s free and it does exactly what it says. Once you install and activate the plugin, go to Settings > Add to Cart Buttons and then select “Remove add to cart buttons.” This will remove the buy now button from all of your products.

PRO TIP: If you are using WooCommerce to sell products on your website, you may want to remove the “Buy Now” button from your product pages. This can be done by going to the WooCommerce settings page and clicking on the “Products” tab. Then, click on the “Display” tab and uncheck the “Enable AJAX add to cart buttons on archives” option. This will remove the “Buy Now” button from your product pages.

3. Edit Your Theme

The last way to remove the buy now button is to edit your theme. This is not recommended unless you know what you’re doing.

If you don’t, you could break your site. If you’re comfortable editing code, though, you can add this code to your theme’s functions.php file:

function wc_remove_all_quantity_fields( $return, $product ) { return true; } add_filter( ‘woocommerce_is_sold_individually’, ‘wc_remove_all_quantity_fields’, 10, 2 );

There are a few ways to get rid of the buy now button on WooCommerce. You can use the WordPress Customizer, a plugin, or edit your theme. I recommend using the WordPress Customizer or a plugin because they’re both easy and they won’t break your site.

Drew Clemente

Drew Clemente

Devops & Sysadmin engineer. I basically build infrastructure online.