In this tutorial I am going to show you how to add a new tab to your Woocommerce product pages and then add a Contact Form 7 form to that tab. This method can however be used to add anything else to the tab. “Why not just use a plugin for that?” you ask.. While […]
Category: Wordpress
Point of Sale (POS) to Woocommerce plugin
We have built the perfect solution for you if you have a brick and mortar store. A plugin which allows you to sync products and their details from your in store POS to your website.
Fetch Woocommerce order information when an order is placed using PHP
I recently needed to generate an XML file (Yes, an XML file, don’t ask why) for every order placed on a WordPress and Woocommerce based website. Wow.. headaches for ages thanks to using the incorrect Woocommerce hook but I’ll get into that in the tutorial. Let’s start with some basics… Understanding Hooks There are two […]
How to update your WordPress database when changing your domain name
So you want to change your domain name to include more unicorns and rainbows. Here’s how to update your database to make it work.
Add a custom meta field to a category in WordPress
So I was in the process of building a new plugin and needed a way to add a new field to all Woocommerce categories, this method will do that and it works with standard WordPress categories as well. Yes, I do know that this can be accomplished using a plugin but in some cases, especially […]