Apparently, PUT requests and other types of requests fail silently on many shared hosts. I had this error across two different customers who use WooCommerce API integrations. Instead of PUT, simply use POST! As long as you supply the relevant ID, WooCommerce will know you’re making an update. We came across this while working… Continue reading Error 403 when creating WooCommerce PUT API call
Category: Uncategorized
WooToApp – Convert a WooCommerce store to a mobile app
I’ve had my head down with a few trusty devs coming up with a beta to bundle up and convert a WooCommerce store to a mobile app.
Sample Homestead.yaml file for windows
I use Vagrant/Homestead for PHP, WordPress, Laravel development at Code Workshop day in day out with no issues anymore about ‘developing on windows’. xdebug bolts up fine, and there’s far fewer issues when deploying to production because of the matching linux environment. Here’s a cut down example of my homestead.yaml file that I use and… Continue reading Sample Homestead.yaml file for windows
Compiling dynamically inserted Angular Components
A pattern that comes up a lot in Angular is substituting an angular component into a string when it’s being rendered.
Laravel Snippets: Useful Packages
I’ve got a library of go-to packages for Laravel projects that can knock days off a project. When the wheel is invented, developed, and proven in production, there’s no good business case to do it again.
WordPress Snippet: Creating an action endpoint
90% of my WordPress based work is API integrations and back-end systems integration work. It’s important to be able to quickly and easily have two systems speaking to each other.
10 ways to increase conversions TODAY.
Big claim right — 10 ways to increase conversions. Listed below are surefire ways to give your ecommerce sales a kick.
Why you need unit and integration tests in your IT project
The IT services industry has a terrible reputation for delivering unreliable projects, with issues popping up day to day whenever the system is worked on.
What’s currently happening? (July 2017)
Website updates always slow down when things get busy.
We shipped a cool feature in a custom mobile app this week!
We’re Code Workshop, we developed a custom mobile app for our client in Sydney. We built a super small minimum-viable-product for a client to demo this week.