WooCommerce Mark Virtual Orders as Complete
WooCommerce virtual orders can be marked as ‘completed’ automatically after payment easily. Here’s a useful bit of code to add to your custom functionality plugin or your theme’s functions.php file.
WooCommerce virtual orders can be marked as ‘completed’ automatically after payment easily. Here’s a useful bit of code to add to your custom functionality plugin or your theme’s functions.php file.
Roots theme makes use of the excellent Theme Wrapper which helps to cut down greatly on code clutter within your WordPress theme. WooCommerce doesn’t play nicely with this logic and you may notice duplicate headers within your code: How to Fix the Duplicate Headers 1. Create a Blank header.php file in your theme directory: /**…
PhpStorm is my favorite IDE and I use it every day. The latest version is sleeker than ever and packs some great additional features.
It’s the end of 2012 and what better way to spend it that chatting WordPress with a group of awesome WP experts on WPwatercooler. Check out my first time on the cooler!
Need to use Gravity forms to send a file attachment upon user submission? Here’s how!
Stop manually refreshing your browser on every code change and start increasing your development productivity with LiveReload 2!
I had to fix IE’s issue with Flash and it had to do with the object tag and classid attribute. Here’s the fix!
We all love WordPress custom post types, but don’t you hate those peski 404’s? Here’s a useful checklist to help fix the issues.
Add this function to your theme’s function.php to remove the annoying meta-box added by WP-Types.
How to implement multi-level menus when you’re using Twitter Bootstrap. Many clients want more than 2-levels of depth. Here’s the CSS solution.