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

SkyVerge Test

Guide to Migrating Your Plugin to WooCommerce 2.0 January 14 2013

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 Keep Reading…

The post Guide to Migrating Your Plugin to WooCommerce 2.0 appeared first on SkyVerge.


WooCommerce UPS Shipping Now Available January 11 2013

With the official WooCommerce UPS Shipping extension undergoing a rewrite, we’ve made our WooCommerce UPS Shipping extension available for purchase. This connects your WooCommerce store to UPS and displays real-time shipping rates and estimates. Some key features: Show Negotiated Rates Use simple Table Rates/Pack Tables to define how many products should be in different sizes boxes. Include delivery estimates (e.g. Delivers by Wednesday at 10:30 AM) with rates And much Keep Reading…

The post WooCommerce UPS Shipping Now Available 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 Override WooCommerce Widgets December 01 2012

While it’s not technically possible to override a WordPress widget (and remember WooCommerce widgets are nothing more than WordPress widgets), WooCommerce is just so extendable and pluggable and flexible, that some widget functionality can be nearly completely overridden just using the standard WooCommerce template files and/or template functions. For the widgets that aren’t as pluggable, or if you need greater control, you have the option to un-register a core WooCommerce Keep Reading…

The post How to Override WooCommerce Widgets 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.


WooCommerce Order Admin Calc Line Totals September 30 2012

Compatibility Notice: The following article and code applies to pre-WooCommerce 2.1 only. It is not compatible with WooCommerce 2.1+ As of version 1.6.5.2 at least, WooCommerce does not provide a way to automatically calculate the Line Subtotal and Line Total values for a given product quantity, when creating or updating an order through the Order Admin: As shown in the above image, there’s a button to calculate the line taxes Keep Reading…

The post WooCommerce Order Admin Calc Line Totals appeared first on SkyVerge.


Override WooCommerce Template File Within a Plugin September 06 2012

The goal of this article is to describe one approach to overriding WooCommerce core template files within a custom plugin, such that they can still be overridden by a theme in the typical way. Note that this is similar to but solves a slightly different problem than what we did to create a custom overrideable woocommerce template file in your custom plugin. Overriding a core template in your plugin is Keep Reading…

The post Override WooCommerce Template File Within a Plugin appeared first on SkyVerge.


How to Display WooCommerce Products by Subcategory September 01 2012

I recently released a WooCommerce plugin that allows you to organize your products by subcategory in your shop and catalog pages. This extension grew out of a client’s request to alter the standard WooCommerce catalog page layout to show nested child categories on his catalog pages, along with any products that belong to those categories; this is in contrast to the standard catalog pages which simply display all products assigned Keep Reading…

The post How to Display WooCommerce Products by Subcategory 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 Display MSRP Price on WooCommerce Shop Pages August 23 2012

The WooCommerce MSRP Pricing plugin allows you to set an MSRP price for your products and display it on the product page. But what if you want the MSRP displayed on the category/catalog/shop pages? The following is one solution, which will display the MSRP just before the regular product price in the catalog pages. You may need to do a little CSS style tweaking of the displayed MSRP price, depending Keep Reading…

The post How to Display MSRP Price on WooCommerce Shop Pages appeared first on SkyVerge.


Hide WooCommerce "Free" Price Label August 23 2012

A common WooCommerce question lately has been how to hide the “Free” price label in the product/category/shop pages. Thanks to WooCommerce’s judicious use of filters/actions, this is very easy request, yet if you’re new to WordPress/WooCommerce you might not necessarily know exactly where to look. Well look no further, because here’s an easy way to suppress that “Free” notice for regular/variable products: Simply add the above to your theme’s functions.php Keep Reading…

The post Hide WooCommerce "Free" Price Label appeared first on SkyVerge.


Hide Certain WooCommerce Sub-Categories in Catalog August 09 2012

WooCommerce provides some coarse control over displaying sub categories in your shop/category pages with the “Show subcategories on category pages” and “Show subcategories on the shop page” options on the WooCommerce > Settings > Catalog > Catalog Options section. These controls are all-or-nothing though: show all subcategories on the category pages, or show all subcategories on the shop page. If you want finer-grained control, for instance displaying only certain subcategories Keep Reading…

The post Hide Certain WooCommerce Sub-Categories in Catalog appeared first on SkyVerge.


Create an Overrideable WooCommerce Template File July 06 2012

Sometimes when developing a WooCommerce plugin you want to output a snippet of HTML, and do so in such a way that the content can be easily overridden by a theme. It’s part of the process of crafting a well-engineered, customizable plugin. The best way to achieve this is by using WooCommerce’s own templating mechanism, and what once took some effort and some filters is now a snap thanks to Keep Reading…

The post Create an Overrideable WooCommerce Template File appeared first on SkyVerge.


How to Get Various WooCommerce Page URLs July 04 2012

Code examples of how to get various WooCommerce page URLs such My Account and Checkout

The post How to Get Various WooCommerce Page URLs appeared first on SkyVerge.


Hide WooCommerce Product Images June 29 2012

You can hide WooCommerce product images from the product detail pages by using the following technique.

The post Hide WooCommerce Product Images appeared first on SkyVerge.


Add Payment Type to WooCommerce Admin Email June 08 2012

Here’s a little snippet to add the order payment type to the WooCommerce Admin New Order email, in an upgrade-safe manner

The post Add Payment Type to WooCommerce Admin Email appeared first on SkyVerge.


How to Determine the WooCommerce Current Page June 04 2012

WooCommerce makes it a snap to programmatically determine the current page through the use of their Conditional Tags. These functions can be used to check whether the current page is the shop page: is_shop(), or a product page: is_product(). See WooCommerce Conditional for the full list. These functions are based on the standard WordPress Conditional Tags, and thus behave in the same manner. Meaning that if you try to determine Keep Reading…

The post How to Determine the WooCommerce Current Page appeared first on SkyVerge.


Add ‘Sold Out’ to WooCommerce Variable Product Dropdown June 04 2012

Note: Due to a change in WooCommerce 2.0 the following code no longer works, and I’m not seeing any way of making it compatible again – Justin This is a quick little ‘how to’ that came up in a recent client WooCommerce request. The client wanted to add the text ‘sold out’ to the variable product configuration dropdowns on the product page to make it more clear to customers when Keep Reading…

The post Add ‘Sold Out’ to WooCommerce Variable Product Dropdown 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.


WooCommerce Sample Data April 02 2012

A sometimes overlooked, but useful feature of WooCommerce 1.5.3 is the included dummy data file, which can be imported to create a number of products, and even attaches product images! This is useful when setting up test/development environments and you want a range of products available without having to manually create them. Step 1 – Locate the Dummy Data File The sample data file is included with the woocommerce plugin. Keep Reading…

The post WooCommerce Sample Data appeared first on SkyVerge.


Theming WooCommerce: How to Override WooCommerce Template Files March 24 2012

To override WooCommerce template files in your theme (or better yet, child theme) simply make a folder named ‘woocommerce’ within your theme directory, and then create the folders/template file you wish to override within it. Example As an example, lets override the price template for the single product page to add a notice. First we locate the template file in question at: woocommerce/templates/single-product/price.php (see the full list of templates). Next, Keep Reading…

The post Theming WooCommerce: How to Override WooCommerce Template Files appeared first on SkyVerge.


WooCommerce vs. Jigoshop March 01 2012

If you’re considering ECommerce options in general, and especially WordPress ECommerce in particular, you may find yourself asking whether WooCommerce or Jigoshop is the best fit for your online storefront. Maybe these are the only two ECommerce solutions you’re considering, and just maybe you’re not even interested in reading a lengthy article comparing and contrasting and delving into the minutia of what are still two very similar options. If you’re Keep Reading…

The post WooCommerce vs. Jigoshop appeared first on SkyVerge.


WooCommerce 1.4 SSL Admin Mixed Content Bug February 02 2012

2/10/2012 Update – The good people of WooCommerce have fixed this issue as of the 1.4.2 release, so the modification described in this article is no longer needed. I have left the rest of the article untouched for historical curiosity. As I described in my most recent news posting, WooCommerce 1.4 while a great update to the excellent E-Commerce offering from WooThemes, did include at least one very minor bug. Keep Reading…

The post WooCommerce 1.4 SSL Admin Mixed Content Bug appeared first on SkyVerge.


WooCommerce 1.4 Released and Reviewed February 02 2012

As announced yesterday on The WooThemes Blog, WooCommerce 1.4 (and in fact, the same day 1.4.1) has been released. I’ll do my best not to just rehash what’s found in that post, but as they said, for developers this is a big release, and big in a great way from my experience so far. It took only a few minutes to upgrade foxrunsoftware.net to 1.4, and the corresponding new release Keep Reading…

The post WooCommerce 1.4 Released and Reviewed appeared first on SkyVerge.