by michelle | Jul 20, 2022 | Tutorials, Woocommerce, Wordpress
Add a Custom Field to a Product Variation In this post you will learn how you can add a custom field to the settings of Woocommerce product variations. In our example, we will add a simple text field with a label. This is how the Variations look like before...
by michelle | Jul 20, 2022 | Tutorials, Woocommerce, Wordpress
Check if a User Has Already Paid for a Product in Woocommerce In this post we will show you how you can check if a user has already paid for a Woocommerce product and how to test the code. You can use the code for a plugin for example and use the result as you like....
by michelle | Jul 19, 2022 | Tutorials, Woocommerce, Wordpress
Change “From” Email Address In WordPress, all emails are sent using the wp_mail() function. You can change the “From” email address under Settings –> General or with the code from this post. The email address that is displayed at...
by michelle | Jul 19, 2022 | Tutorials, Woocommerce, Wordpress
Quick Translation of any String In this post you will learn how you can translate any text on your WordPress website with the help of PHP. You can translate any string, on the frontend and also on the backend. If a string is found, it will be changed EVERYWHERE, so...
by michelle | Jul 18, 2022 | Tutorials, Woocommerce, Wordpress
Make Billing and Shipping Fields Required In this post we will show you how to make the fields on the Woocommerce Checkout Page required. You don’t need to set all fields to required, you can also choose only one or some fields. This is how the Checkout...