How to Disable WooCommerce Lightbox/Hover zoom ?

If you’re having troubles removing default WooCommerce LightBox or Image Magnifier, on your product page, don’t worry. I have got the perfect solution for you. For starters, you will need to paste this snippet into your functions.php file, within the theme folder: remove_theme_support( ‘wc-product-gallery-zoom’ ); The function of this code will remove the “image zoom” […]

How to Disable WooCommerce Lightbox/Hover zoom ? Read More »

How to add content After OR Before add to cart button on single product page in WooCommerce?

In this tutorial, We’ll learn how to add content after add to cart button on single product page. To achieve this you don’t need to forge and edit default template page. We can achieve this by using one of the hooks WooCommerce comes with. So, here will be my default product screen: Now we need

How to add content After OR Before add to cart button on single product page in WooCommerce? Read More »

How to display all the subcategories from a specific category in WooCommerce?

Built upon WordPress’ parent category and child category for posts that goes way back, WooCommerce has allowed its product categories to also have such kind of hierarchy. This feature provides an efficient means of organization especially for larger stores which sell a variety of products across different product types. For instance, a lifestyle brand might

How to display all the subcategories from a specific category in WooCommerce? Read More »