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 MoreBy default, the WordPress search engine only searches the titles and content of the posts. In order to include the category of the post in the search, the two following …
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 remove the meta generator tag from the page header, add the following code in the functions.php: View the code on Gist.
Read MoreBy default, WordPress does not execute shortcodes in text widgets. To enable this function, simply add one line of code to the theme’s functions.php. View the code on Gist.
Read More