Waqas N.

How to change email template in Woocommerce ?

In this tutorial i’ll guide you about the files that will help you change the templates being sent by woocommerce. Also we’ll learn the right way to modify these templates. Email templates of woocommerce can be find in wordpress/wp-content/plugins/woocommerce/templates/emails/. In this folder we’ll find multiple templates like new account, new order, reset password along with […]

How to change email template in Woocommerce ? Read More »

How to limit no. of products site admin can add to WP Woocommerce ?

In this tutorial we’ll learn how to limit number of products site admin can add to WP woocommerce. To achieve this add the following lines of code in your functions.php. You can access functions.php here: Add the following lines of code at the end of this file and update file. add_action( ‘admin_head-post-new.php’, ‘woo_limit_products_creation’ ); function

How to limit no. of products site admin can add to WP Woocommerce ? Read More »

How to remove price of a product when it’s zero on the category and archive page?

In Woocommerce, when a product has zero price it will display ‘Free’ instead. In this tutorial we’ll learn how to remove price of a product when it is zero. Here is what our category and archive page looks like when a product has price equal to zero. Shop page will look like: The category page

How to remove price of a product when it’s zero on the category and archive page? Read More »