Tag Archive: WooCommerce

WooCommerce: Third Party API Calls At Checkout

Tutorials

I've been doing a lot more WooCommerce work as of late. And with good reason - WooCommerce (as of the end of 2016) powers nearly 42% of all eCommerce stores on the internet. One of the biggest requests I have when working with WooCommerce is how to integrate a third party vendor into a checkout screen. An example would be a gift card merchant.…

Continue Reading

Add a Product List to WooCommerce’s Order Columns

Tutorials

If you’re running WooCommerce, the Orders screen is a great way to see – at a glance – what’s going on in your store.  However, there’s one thing that it absolutely doesn’t show: the products that people have ordered. The code below changes that – it gives you a special column in your Orders screen called “Products” and shows a quantity and product name…

Continue Reading