As the famous saying goes, There are only two hard things in Computer Science: cache invalidation and naming things. The author of this saying has apparently never run into any problems with process synchronization. Threads... Threads everywhere It's easy to forget that although we usually ...
Tech Posts
Technical blog posts for more experienced users. We always try to have your back and our priority is to give all kinds of solutions to our readers. These include technical solutions for either developers or shop managers. Haven't found the tech guide you've been looking for? Send us a message and tell us how we can do better.
All articles
How to add the confirm email address field on the WooCommerce checkout page and verify it?
In some situations default WooCommerce email validation is not good enough. Do your clients often enter the wrong email address on the checkout page? Then add the confirmation checkout field for the user email address verification for the WooCommerce checkout page. In this article, I’ll show you how ...
EU VAT number validation in WooCommerce
Adding an EU VAT number field on the checkout page can be an important thing to do in the WooCommerce store, especially when you sell to business owners. In this article, I’ll show you how to display that field and how to add EU VAT number validation in the WooCommerce checkout! Have you ever ...
Use the Apriori Algorithm for Better Product Recommendation Engine in WooCommerce
In this article, you will learn the effective product recommendations method (the so-called cart analysis). By using a special algorithm (Apriori algorithm), you will learn which products to sell in sets. Let's learn about the product recommendation engine (Apriori algorithm cart analysis) and ...
How to customize the WooCommerce checkout page & fields with CSS
There are two types of fields in WooCommerce: product and checkout fields. And you can personalize both of them! In this article, you'll learn how to assign a custom field class and use CSS to style the WooCommerce checkout page. I will be customizing WooCommerce checkout page fields with CSS with ...
How to Add Custom Upload Field to Your WooCommerce Store
There is an easy way to enable the checkout feature to upload files in WooCommerce without woocommerce_form_field. In this article, I'll show you two solutions to let customers add files in the WooCommerce checkout. One with the woocommerce_form_field function and action, and the second with a ...
How to Configure Free Shipping Coupon in Your Store (Quick Guide)
In this article, I'll teach you how to configure WooCommerce free shipping coupon. In this configuration, you will have both Free Shipping and Flate Rate shipping method. The second one will not show in the checkout when Free Shipping is available. ...
How to offer WooCommerce free shipping over amount and hide other shipping methods
In this article, you will learn how to configure WooCommerce Free Shipping over amount you define. In this configuration, you will have both Free Shipping and Flat Rate shipping method. The second one will not show in the checkout when Free Shipping is available. ...
WooCommerce Cart Page Hooks - A Visual Guide (code examples)
WooCommerce is extremely friendly for developers because it has a ton of actions and filters - called hooks. We use them often when we develop WooCommerce plugins and tweak our cart page, here at WP Desk. No matter if you are a beginner or advanced WooCommerce developer, we created this visual guide ...
WooCommerce security with secure checkout and SSL
Trust has always been the foundation of trade. Even in ancient times, people sold their goods to the citizens of faraway lands. Such transactions would have been impossible if it had not been for trust on both sides. As a seller, you too need to take trustworthiness into consideration and take care ...