Friday, May 29, 2015

WooCommerce Change Description Tab Title & Heading To Product Name

To change the WooCommerce Single Product Description tab title and heading to the product name, place the following PHP code in your theme’s functions.php file <?php // Change the description tab title to product name add_filter( 'woocommerce_product_tabs', 'wc_change_product_description_tab_title', 10, 1 ); function wc_change_product_description_tab_title( $tabs ) { global $post;...

WooCommerce Product Quantity Dropdown

WooCommerce by default adds a quantity input box to your product pages where customers can enter quantities, but a lot of times you want to have more control over the quantities and make it more idiot proof on your site for customers by allowing them to select the...

WooCommerce Add Payment Type to Emails

WooCommerce send customers and store admins emails when new orders are placed, these emails contains all sorts of info relating to the order, however it is missing a couple of things that can be useful to customers or store admins. One of the fields that is not present...

WooCommerce Add Shipping Method to Emails

WooCommerce does add a lot of information to the emails that goes out to the customers and admin but there are some things that are not part of the emails and another one of those things are the Shipping Method. The shipping method could useful to display in...

WooCommerce Allow Checkout in Multiples Only

Say you operate a WooCommerce store where you sell products that are shipped in boxes but want customers to make up their own boxes with different products, by default WooCommerce will only allow you to sell products in the the quantities you set the product up with and the...

WooCommerce Remove Product Description From Single Product Page

There are some cases where you would like to have you WooCommerce products not display a description, this tutorial will help you achieve just that. By default WooCommerce has two description fields, a short description and a long description. The short description is usually an excerpt take from the long...

 

Copyright @ 2013 WooCommerce Helper .

Designed by KconTechnosoft