Skip to content

Studio WP

Wordpress && WooCommerce Tips and Tricks

  • Home
Main Menu
WooCommerce

Disable password strange check when creating account

February 27, 2018 - by grola - Leave a Comment

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 More
WooCommerce

Send new order email to additional address when coupon applied

January 27, 2018January 27, 2018 - by grola - Leave a Comment

To 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 More
WooCommerce

Products search – product category

January 27, 2018January 27, 2018 - by grola - Leave a Comment

By 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 More
Wordpress

Posts search – categories

January 27, 2018 - by grola - 1 Comment

By 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 More
WooCommerce

Disable payment method for currency

January 24, 2018 - by grola - Leave a Comment

To 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 More
WooCommerce

Additional content under the “Add to cart” button on the product page in the categories indicated

January 24, 2018 - by grola - Leave a Comment

To 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 More
WooCommerce

Optimizing large stores – removing product sorting options

January 22, 2018January 22, 2018 - by grola - Leave a Comment

In 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 More
WooCommerce

Displaying one price for variable products

January 22, 2018 - by grola - Leave a Comment

To 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 More
Wordpress

Remove meta generator from page header

January 20, 2018January 20, 2018 - by grola - Leave a Comment

To remove the meta generator tag from the page header, add the following code in the functions.php: View the code on Gist.

Read More
Wordpress

Shortcodes in text widgets

January 19, 2018January 19, 2018 - by grola - Leave a Comment

By 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

Posts navigation

1 2 Next

Categories

  • WooCommerce
  • Wordpress

Recent Posts

  • Disable password strange check when creating account
  • Send new order email to additional address when coupon applied
  • Products search – product category
  • Posts search – categories
  • Disable payment method for currency

Recent Comments

  • Janusz Kamiński on Posts search – categories

Language

  • English
  • Polski
Copyright © 2021 Studio WP.
Powered by WordPress and HitMag.