Liquid error (layout/theme line 16): Could not find asset snippets/open-graph.liquid SkyVerge Test – tagged "settings / admin" – skyverge-dev-scott

SkyVerge Test

WooCommerce Order Exports Made Better June 11 2014

We’ve written two WooCommerce Order Export plugins and both have some pretty similar features. For both the WooCommerce Order / Customer CSV exporter and the WooCommerce Customer / Order XML Export suite, users can export customer and order data directly from WooCommerce that’s ready to send of to drop-shippers, accounting software, and other sources. One of the best features about each of these plugins is ability to automatically export orders Keep Reading…

The post WooCommerce Order Exports Made Better appeared first on SkyVerge.


WooCommerce Order Exports Made Better June 11 2014

We’ve written two WooCommerce Order Export plugins and both have some pretty similar features. For both the WooCommerce Order / Customer CSV exporter and the WooCommerce Customer / Order XML Export suite, users can export customer and order data directly from WooCommerce that’s ready to send of to drop-shippers, accounting software, and other sources. One of the best features about each of these plugins is ability to automatically export orders Keep Reading…

The post WooCommerce Order Exports Made Better appeared first on SkyVerge.


WooCommerce Order Exports Made Better June 11 2014

We’ve written two WooCommerce Order Export plugins and both have some pretty similar features. For both the WooCommerce Order / Customer CSV exporter and the WooCommerce Customer / Order XML Export suite, users can export customer and order data directly from WooCommerce that’s ready to send of to drop-shippers, accounting software, and other sources. One of the best features about each of these plugins is ability to automatically export orders Keep Reading…

The post WooCommerce Order Exports Made Better appeared first on SkyVerge.


WooCommerce Order Exports Made Better June 11 2014

We’ve written two WooCommerce Order Export plugins and both have some pretty similar features. For both the WooCommerce Order / Customer CSV exporter and the WooCommerce Customer / Order XML Export suite, users can export customer and order data directly from WooCommerce that’s ready to send of to drop-shippers, accounting software, and other sources. One of the best features about each of these plugins is ability to automatically export orders Keep Reading…

The post WooCommerce Order Exports Made Better appeared first on SkyVerge.


New Extension: WooCommerce Product SKU generator April 21 2014

New product alert! We’ve released another free WooCommerce extension out into the wild – the WooCommerce Product SKU generator provides automatic SKU management for WooCommerce. We had a request from a customer to ask if there was a way to automatically generate SKUs for products rather than manually set them for each item in your shop catalog. Some 3rd part fulfillment services (such as Shipwire) require your products to have Keep Reading…

The post New Extension: WooCommerce Product SKU generator appeared first on SkyVerge.


Set a Default Stock Quantity for WooCommerce Products February 17 2013

Here's a quick little snippet that you can make use of if you want to set a default stock quantity for any newly added WooCommerce product Variations. This can be useful when bulk-adding variations and you don't want an initial quantity of ''.

The post Set a Default Stock Quantity for WooCommerce Products appeared first on SkyVerge.


Tweaking the WooCommerce Order Admin: Searching For Custom Fields December 12 2012

The WooCommerce Order Admin allows you to search for ordres 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 Keep Reading…

The post Tweaking the WooCommerce Order Admin: Searching For Custom Fields appeared first on SkyVerge.


How to Add Dimension Units to WooCommerce November 08 2012

This post was prompted by a recent question on the blog regarding how best to add custom units to the WooCommerce dimensions or weight options. While not a difficult thing to do, adding units is not trivial either if you don’t have much experience with PHP, WordPress or WooCommerce. This would be useful for adding, for instance, the foot as a dimension measurement to WooCommerce, which seems to be the Keep Reading…

The post How to Add Dimension Units to WooCommerce appeared first on SkyVerge.


How to Use WooCommerce’s Lightbox August 30 2012

[box type="info" style="rounded"]Update: As of version 2.0, WooCommerce is no longer packaged with the excellent FancyBox (I guess due to some licensing issue or something). I’m leaving this article up for those still on WC 1.6.6 and previous, and for historical purposes. To learn how to make use of the new WooCommerce-2.0 compatible lightbox, read on in the new and updated article How to Use WooCommerce Lightbox Part 2[/box] WooCommerce Keep Reading…

The post How to Use WooCommerce’s Lightbox appeared first on SkyVerge.


How to Set WooCommerce Virtual Order Status to Complete After Payment July 24 2012

WooCommerce virtual orders can be automatically marked as ‘completed’ after payment with a little bit of code added to a custom plugin, or your themes functions.php file. By default WooCommerce will mark virtual-downloadable orders as ‘completed’ after successful payment, which makes sense, but some store owners will want to be able to automatically mark even a virtual order as complete upon payment, for instance in the case of a site Keep Reading…

The post How to Set WooCommerce Virtual Order Status to Complete After Payment appeared first on SkyVerge.


How to Add a WordPress Admin Menu Notification Bubble June 27 2012

Adding one of those nifty WordPress admin menu notification number bubbles to your custom menu/submenu is quite easy. Just append the following snippet to your menu/submenu name and you're good to go:

The post How to Add a WordPress Admin Menu Notification Bubble appeared first on SkyVerge.


WooCommerce Sequential Order Numbers Pro Released May 24 2012

Today marks the release of the WooCommerce Sequential Order Numbers “Pro” plugin, the first of many practical and useful WooCommerce extensions to be released by Fox Run Software. If you don’t like the essentially random order numbers that WooCommerce uses, and you perhaps want to customize them a bit as well, then this plugin could be a good fit for you. The Pro version of the plugin builds upon the Keep Reading…

The post WooCommerce Sequential Order Numbers Pro Released appeared first on SkyVerge.


How to Find Product by SKU in WooCommerce May 21 2012

Here's a little snippet of code which you can use in your WooCommerce plugin development to get a particular product by its SKU.

The post How to Find Product by SKU in WooCommerce appeared first on SkyVerge.


WordPress Settings API Hidden Field April 22 2012

This short article covers one way of creating hidden fields with the WordPress Settings API. This is useful for more than just creating hidden input fields; for instance I used it when I wanted to render a number of checkboxes in a single field, yet still have the checkbox options managed by the Settings API. The WordPress Settings API The WordPress Settings API is a great, if poorly documented addition Keep Reading…

The post WordPress Settings API Hidden Field appeared first on SkyVerge.


Add a WordPress Custom Bulk Action April 05 2012

Like me you probably woke up this morning assuming that adding a new bulk action to WordPress would be as easy tracking down the correct filter or implementing the right action hook. If so, then you might have had a rude awakening when you attempted to make use of the promising-looking filter named bulk-actions-screenid and failed. Thanks to a couple of posts on the subject I was able to create Keep Reading…

The post Add a WordPress Custom Bulk Action appeared first on SkyVerge.


WooCommerce Sequential Order Numbers April 02 2012

Update 5/25/2012 – While this free version of the plugin will always remain available, I now offer an officially supported “Pro” version which can be purchased from the WooCommerce shop: Sequential Order Numbers Pro. The Pro version has additional features including: start the order numbers at any particular number, set a custom number prefix/suffix with date pattern substitutions, set an order number length, exclude free orders from the order number Keep Reading…

The post WooCommerce Sequential Order Numbers appeared first on SkyVerge.