Disable password strange check when creating account
To disable password strength checking when creating a customer account in the order form, add the following code to the theme’s functions.php. View the code on Gist.
Read MoreWordpress && WooCommerce Tips and Tricks
To disable password strength checking when creating a customer account in the order form, add the following code to the theme’s functions.php. View the code on Gist.
Read MoreTo send new order email when coupon applied to additional address you can use code below. Add this code to functions.php in your theme. Modify $coupon_code and $add_recipient variables to you requirements. View …
Read MoreBy default, the WooCommerce Search Engine only searches the titles and content of the product description. In order to include the product category in the search, the two following code …
Read MoreTo disable specified payment method for specified currency you should add this code to functions.php file in theme folder. This code should work with any currency switcher plugin. In this code …
Read MoreTo add content under the “Add to cart” button on the product page in the categories indicated, add the following code to the file functions.php in the theme directory. You …
Read MoreIn large and very large stores there is a so-called scale effect – loading some pages that generate a heavy load on the database can significantly slow down, while slowing …
Read MoreTo display variable product price as a single value, add the following code to the functions.php file in theme. After adding the code, the price of the cheapest variant with …
Read MoreTo change the WooCommerce order number to include leading zeros, add the following code to the functions.php file in the theme folder you use on your installation. To change the …
Read MoreTo change the WooCommerce order number to include a prefix and suffix, add the following code to the functions.php file in the theme directory that you use on your installation. …
Read More