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.
How to manually add a custom tab with content to Woocommerce product pages
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 […]
How to build XML using PHP and SimpleXML
In this tutorial I will be demonstrating how to build XML using PHP and the SimpleXML extension. On some very rare occasions you will be called upon to work with XML, you will either need to generate it or consume it. The SimpleXML php extension allows you to easily accomplish both of these actions. You […]
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.