Having problems keeping your server time in sync? or a project requiring accurate timing? If your using a Amazon EC2 instance you can swap to using Chrony and Amazon Time Sync using the below commands.
Continue reading...
Updating a product via the WooCommerce API would fire an update webhook, causing a loop of webhook and API activity which never ended. Created a script which keeps stock levels synced between WooCommerce and a stock management system, WooCommerce WebHooks are used to set products stock levels in near real time.
Continue reading...
I’ve recently been working on a project which synced data between WooCommerce and an internal warehouse system, I was utilising the WooCommerce webhooks to achieve near real time syncing between the two systems, without having the creating API scripts to poll for data on a regular basis. The Problem? There was a delay ranging from
Continue reading...
Flexbox is a great new tool we can fit into the web development toolkit, with Bootstrap 4 and other frameworks moving across to flexbox, it is becoming more important to start learning it.
Continue reading...
Lately I have been working on a full screen office dashboard project which is going to be shown on various 50″ screens throughout an office space, wanted to add some basic information such as weather! Came across this cool CSS3 written animated weather icons.
Continue reading...
Filter WooCommerce products in admin, see what is on offer or not. Works with other filters such as categories for easier product management.
Continue reading...
Need the ability to filter the WooCommerce products list within admin by tags? Snippet of code below is for you. This concept can be edited for other purposes.
Continue reading...
Easily remove the Yoast SEO filter options from WordPress posts and pages within the admin. Yoast SEO is a great SEO tool, I install it on most of the websites I build, but somes times I just dont need or want the filters it adds at the top of the admin posts pages.
Continue reading...
I dont like or know how to use VI correctly and by default CentOS likes to open everything in VI, I prefer nano and find when trying to edit the crontab CentOS always wants to use VI.
Continue reading...
Control your Windows Docker instance using Ubuntu Linux subsystem allowing greater controll. Windows 10 Linux subsystems are a very powerful feature and expand the capabilities for Windows based developers greatly, without the need to use VMs or dual booting. One of these is controlling your windows based docker host via your Linux subsystem.
Continue reading...