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

SkyVerge Test

Customize WooCommerce Product Documents Accordion Menus May 16 2014

Our WooCommerce Product Documents extension is a very handy tool for displaying relevant documentation for products. For example, many stores use it to display warranty information, assembly instructions, sample ebook chapters, and more. However, some users have noted that they don’t like the way accordions are displayed. If you’re using a theme with a flat design, the accordion menus for the product documents can look odd: For this example, I’m Keep Reading…

The post Customize WooCommerce Product Documents Accordion Menus appeared first on SkyVerge.


Customize WooCommerce Product Documents Accordion Menus May 16 2014

Our WooCommerce Product Documents extension is a very handy tool for displaying relevant documentation for products. For example, many stores use it to display warranty information, assembly instructions, sample ebook chapters, and more. However, some users have noted that they don’t like the way accordions are displayed. If you’re using a theme with a flat design, the accordion menus for the product documents can look odd: For this example, I’m Keep Reading…

The post Customize WooCommerce Product Documents Accordion Menus appeared first on SkyVerge.


Customize WooCommerce Product Documents Accordion Menus May 16 2014

Our WooCommerce Product Documents extension is a very handy tool for displaying relevant documentation for products. For example, many stores use it to display warranty information, assembly instructions, sample ebook chapters, and more. However, some users have noted that they don’t like the way accordions are displayed. If you’re using a theme with a flat design, the accordion menus for the product documents can look odd: For this example, I’m Keep Reading…

The post Customize WooCommerce Product Documents Accordion Menus appeared first on SkyVerge.


Should Support be Part of a Plugin Purchase? March 04 2014

All of the premium plugins, apps, or extensions that we sell as a company include the software with support rather than just the software itself. Since some customers believe that WordPress software (or open source software in general) should be cheap or free, many have advocated for cheaper plugins without support bundled into the plugin price (just paying for the software + updates). We’re against this approach, and would argue Keep Reading…

The post Should Support be Part of a Plugin Purchase? appeared first on SkyVerge.


Why Use Plugins Instead of Theme Changes? February 25 2014

Since we develop a lot of plugins (mostly for WooCommerce) and do some custom development, we get a lot of questions on best practices or recommendations for adding functionality to a site. Many times we’ll provide suggestions or guidance and tell people they should create a custom plugin, which prompts the question, “Couldn’t I just modify my theme template or buy a theme with this built-in this instead? I don’t Keep Reading…

The post Why Use Plugins Instead of Theme Changes? appeared first on SkyVerge.


Ask SkyVerge: How Do I Sort WooCommerce Order Items Alphabetically? February 08 2014

This week’s “Ask SkyVerge” question comes from Adrian, who wants to know: Can you sort the items in the order alphabetically? Ex: if someone orders broccoli, cabbage, string cheese Can your organize the items in the order alphabetically? Well, depending on where you need the items to appear sorted, you sure can! First, the code, which can be dropped into your current theme’s functions.php if you like: Which will give Keep Reading…

The post Ask SkyVerge: How Do I Sort WooCommerce Order Items Alphabetically? appeared first on SkyVerge.


Add Custom Options to WooCommerce Settings February 19 2013

This question comes in from blog reader Wilgert (thanks Wilgert!): could you help me find some simple code to add a custom option field to the general settings tab of the woocommerce admin area? Trying to avoid re-inventing the wheel here. Well, this may be more than you bargained for, but here we go! The WooCommerce settings can be found under the menu item WooCommerce > Settings and look like Keep Reading…

The post Add Custom Options to WooCommerce Settings 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.


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.


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.


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.