How to add or remove coupons dynamically based on cart total, on WooCommerce
Imagine the scenario where we have 2 coupons, one (5off) that gives $5 discount to the total client order, as well as a coupon (10off) that gives $10 discount to…
Imagine the scenario where we have 2 coupons, one (5off) that gives $5 discount to the total client order, as well as a coupon (10off) that gives $10 discount to…
In this tutorial, you will learn about how to create leads in Salesforce programmatically, without the use of plugins. This tutorial focuses on integrating Contact Form 7 to SF using…
In WordPress we can remove update notifications from all users except specific roles, by username or by user ID. Below you can find a few examples that you can insert…
In this guide, you will learn how to create custom validation in CF7. This guide is also the solution for programmatically making fields required. Contact Form 7 uses the validation…
If your WordPress site shows you have an update available, but none can be found in themes or plugins, you can use this snippet to debug the issue.
I found myself in the situation where I had to give the client the possibility to hide some of their products from search, so they can manually send the product…
As I often work with APIs for our clients, I often need a simple password generator that creates a random password using numbers and letters, both lowercase and uppercase. The…
Often I find myself wanting to generate a date in the future, for instance, this time next year. Using the single function below I am able to achieve that.
Sometimes you might want to change the “add to cart” text of the buttons on your WooCommerce setup. This is very easy to do, and all you need is to…
If you, like us, build WordPress templates using ACF, you may have found yourself wanting to move the Yoast SEO section all the way to the bottom. The plugin itself…