Contact Us

Get in Touch! Please tell us a little bit more so that we can best answer your questions or help solve your problem: Hi! I’m getting in touch about…* Choose oneI need help with / support for a plugin I’ve installed.I have a question about a plugin before I buy.I’d like to hire SkyVerge for a new project.I’d like to reach your partnerships team.I have some feedback about SkyVerge software.I’m suggesting an “Ask SkyVerge” topic for the blog.I’m g…

Read More

How to Exclude Traffic From Google Analytics in Magento

The Problem There are two typical ways of stopping your internal requests from appearing in and skewing your Google Analytics metrics. Both are outlined in this article from Google, but they boil down to two options: Filter by IP Filter by cookie Both are ok choices, but the first becomes unmanageable without a static IP, and doesn’t fit the laptop-based mobile development style that I prefer; and the second relies upon your ability to set and re…

Read More

WooCommerce reviews + tutorials

WooCommerce 1.4 Released and Reviewed

As announced yesterday on The WooCommerce 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 of the Wootique theme and WooFramework, and all without a hitch. I…

Read More

WooCommerce reviews + tutorials

WooCommerce 1.4 SSL Admin Mixed Content Bug

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 WooCommerce, did include at least one very minor bug. This issue would apply only to tho…

Read More

WP Development

WordPress Comments Feed 404 Fixed

I logged in to Google Webmaster Tools today and was greeted with a new crawl error, specifically a 404 Not Found for the Comments Feed url https://www.skyverge.com/comments/feed/. I requested the page and sure enough, it was indeed a 404. A quick search turned up a number of threads and discussions regarding this issue, which seems to stem from having a new site without a single comment yet. How embarrassing. Now, let me stop you right there befo…

Read More

Date Range Picker Similar to Google Analytics

I’ve always loved the calendar date range selector in Google Analytics, it’s extremely user-friendly for the task of selecting a range of dates; much more so than the typical dual input boxes with independent calendars. There are a few options out there for replicating the Google Analytics range picker, however I couldn’t seem to find any that offered the functionality, looks, and ease of use right out of the box. The closest I could find was the…

Read More

WP Development

Magento/WordPress Development and Deployment

First off, this post owes a debt of gratitude to Ashley Schroder and Colin Mollenhour, without whom it would not exist. The goal of this article is to describe a development environment configuration that’s ideally suited for developing and deploying version controlled plugin/extension code, that is plugged in to a much larger system codebase. This is precisely the situation when developing extensions/override code for Magento, or plugins for Wor…

Read More

WP Development

Add a WordPress Custom Bulk Action

Good news! There are now core APIs to do this as of WordPress 4.7. You can read more here. 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 pos…

Read More

Configure Magento Products by URL

Being able to link to a configurable product page with particular product options configured is clearly a valuable feature to have in an ecommerce platform. Both to satisfy one of the primary goals of ecommerce: reducing friction in the sales process (by having a product configured and ready for purchase for a visitor), and to meet requirements of services like Google Checkout by providing unique URLs to pre-configured products, are among the man…

Read More

Import Remote Repository with EGit on Windows

Honestly sometimes I’m not sure why I continue to persist in using Eclipse as my editor of choice for most projects. Maybe it’s that I’ve been using it for so long now (7 years) and it’s gone the distance for me, though as with any long term relationship there are fights. Today was one of those fights, as I attempted to import a remote Git repository and create a project for it on a Windows development machine. The Problem The problem I kept runn…

Read More