WordPress development tutorials

Don’t Share Terms Between WordPress Taxonomies

By default WordPress will reuse terms with the same name and slug between different taxonomies (at least for now). For instance, if you add the term ‘red’ as a tag, and then add the category ‘red’, the same wp_terms record will be shared between them. This is also true for any custom taxonomies you define (remember that despite their seeming differences, WordPress tags and categories are both implemented as taxonomies). Now, in general this is fi…

Read More

Tweaking the WooCommerce Order Admin: Searching For Custom Fields

The WooCommerce Order Admin allows you to search for orders by the following fields: order key billing first name billing last name billing company billing address 1 billing address 2 billing city billing postcode billing country billing state billing email billing phone order items But what if you want to search by another order field? Perhaps the order total? Well it’s as easy as adding something like the following to your themes functions.php:…

Read More

Guide to Migrating Your Plugin to WooCommerce 2.0

With the release of WooCommerce 2.0 becoming more imminent (well, maybe not quite imminent yet, but certainly drawing nearer), those of us with WooCommerce plugins need to start work on getting them ready for the big release. WooCommerce has never been one to hold back on making plugin-busting implementation changes with a new release, and they’re setting the bar quite high with 2.0. It’s chalk full of code changes and improvements plugin develop…

Read More

WordPress development tutorials

WordPress Get DB Table Column Names

… To get the column names for a MySQL database table in WordPress, use the following: global $wpdb; $table_name = $wpdb->prefix . ‘posts’; foreach ( $wpdb->get_col( “DESC ” . $table_name, 0 ) as $column_name ) { error_log( $column_name ); } Which will result in something like the following being printed to your debug.log: ID post_author post_date post_date_gmt post_content … You get the idea 🙂 …

Read More

Get Support

Every extension purchase includes one year of updates and support. We’re happy to help if you encounter questions or issues! We want to make sure your site is running at 100% with every SkyVerge plugin. Where did you purchase the plugin? WooCommerce.com If you purchased via WooCommerce.com, please create a support ticket via your WooCommerce account, as your purchase information is stored there and we’re required to keep support in this channel. …

Read More

Privacy Policy

Last Revised: 2023-12-12 SkyVerge is a GoDaddy, LLC.com brand. GoDaddy’s Global Privacy Notice and the following related policies and procedures apply to SkyVerge’s processing of Personal Data: Global Privacy Notice   European Privacy Notice Supplement for EU/EEA, Switzerland, and UK  US Privacy Notice Supplement  Data Privacy Framework Notice  Please click on the hyperlinks above to review the applicable notices and supplements.  Exercising Your…

Read More

Terms of Service

Introduction The following terms and conditions (“Terms”) govern all use of the SkyVerge.com website (“Site”) and all content, services, and products available at or through the website (taken together, the Website). The Website is owned and operated by SkyVerge®, Inc. (“SkyVerge”). The Website is offered subject to your acceptance without modification of all of the terms and conditions contained herein and all other operating rules, policies (in…

Read More

WooCommerce extension updates & releases

New and Improved WooCommerce Braintree Payment Gateway!

We know you’ve all been waiting for this moment! Okay, maybe not, but we’re really excited to share some news with you. Were you unsure of which Braintree extension you needed to make your WooCommerce store complete? Problem solved! We’ve merged the Braintree and Braintree Transparent Redirect extensions to support shiny new braintree.js, which means you now get the simplicity of a direct gateway with the reduced PCI compliance of a redirect gate…

Read More

WooCommerce extension updates & releases

WooCommerce First Data Upgrades!

First Data lovers, we may have just made your day. We’ve updated our First Data WooCommerce extension and added some new functionality that will probably knock your socks off. Just be prepared. ???? First, we’ve used an updated API so that you get more stable, reliable performance and a future-proofed extension. We’ve also made sure you can capture more sales and reduce cart abandonment by taking advantage of First Data TransArmor credit card tok…

Read More