August 26, 2015

Woocommerce: How to remove default sorting drop-down from shop page?

In this tutorial we will learn how to remove the sorting dropdown from Woocommerce product listing page i.e. shop page. Before moving to the solution I assume that you’ve created one or more products in your Woocommerce shop. If you haven’t created any product got to the admin panel and add a product. The task […]

Woocommerce: How to remove default sorting drop-down from shop page? Read More »

How to add related products suggestions on single product page Woocommerce?

In this tutorial we’ll learn how to add related products/product suggestions on the single product page. We can achieve this by one of default woocommerce’s feature i.e. up-sells.First of all create some products in your woocommerce store. I’ve created some products named product1, product2 and product3. You can name it whatever you want. This will

How to add related products suggestions on single product page Woocommerce? Read More »

How to display product summary from single product page in sidebar of Woocommerce?

In this tutorial we’ll learn how to display product summary from single product page to sidebar of woocommerce. Here is the default product screen: Now we need to display the bordered content in the sidebar. To do this add the following lines of code in your theme’s sidebar.php file: <?php if(is_product()) { do_action( ‘woocommerce_single_product_summary’ );

How to display product summary from single product page in sidebar of Woocommerce? Read More »

How to add toggled grid/list of products in Woocommerce?

In this tutorial, we’ll learn how to add toggled grid/list of products on shop and category pages in Woocommerce. Fortunately there is a simple plugin that will do the job nicely. Woocommerce Grid/list toggle is the plugin name and you can get the plugin from here. https://wordpress.org/plugins/woocommerce-grid-list-toggle/ After downloading the plugin, go to admin panel

How to add toggled grid/list of products in Woocommerce? Read More »