HostOnNet Blog

How to Convert your WooCommerce Shop into a catalog

Looking for Linux Server Admin or WordPress Expert? We can help.

In this blog, we will show you how to turn your WooCommerce Shop into an online catalog.

Method 1 : Code Snippets

The first method is to enable catalog mode in your WooCommerce store is to hide the “Add to Cart” buttons. To remove the button, simply use the following code snippet to theme’s functions.php file.

remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart');
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );

Method 2 : Using Plugin

Using YITH WooCommerce Catalog Mode we can enable catalog mode in WooCommerce.


Login to admin area > Plugins > Add new > Search for YITH WooCommerce Catalog Mode > Install and activate the plugin

YITH WooCommerce Catalog Mode

YITH WooCommerce Catalog Mode will add a new tab called “Catalog Mode” inside the YITH menu item. There you are able to hide the Add to Cart everywhere on the site and disable the Cart and Checkout pages.

YITH WooCommerce Catalog Mode plugin configure

About Sibi Antony

Bootstrap and Android LOVER. I've been creating things for the web for over 10 years, from the period of flash and table based layout web sites till mobile and tab friendly web sites.
Posted in Wordpress

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.