WooCommerce extension updates & releases

WooCommerce Google Analytics Pro Released!

…tens of thousands of WooCommerce shops have used to get insight into their sales funnels and customer behavior. While this is a great plugin that serves the needs of tons of WooCommerce stores, what if you need more detailed tracking for your WooCommerce site? You could use a premium service like Kissmetrics or Mixpanel, but if you’ve historically used Google Analytics, you may not want to switch away from something you know to get more detailed t…

Read More

WooCommerce extension updates & releases

WooCommerce First Data 4.0

…w Subscription” button will be included. If multiple subscriptions use the same saved method, a comma-separated list of subscription IDs (with links) will be shown and this button is hidden. Saved Methods + Subscriptions This also changes how card deletions are handled. If a card is currently linked to a subscription, it can no longer be deleted to avoid failed renewal payments that require a manual card token update. The subscription must be swit…

Read More

month in review

February in Review

…ontinue to maintain these as a team moving forward. Please note that these samples are available for use, but are not supported in any capacity, and you should be familiar with adding code to your site if you use them. Testing & Dev Environment One of the projects we decided to work on while we were on our team trip was improving unit test coverage within our plugin framework. Max had learned a lot from implementing and writing tests for WooCommer…

Read More

Ask SkyVerge

Create a “My Memberships” section shortcode with WooCommerce Memberships

…tion, as you could add the “My Memberships” table to a custom page on your site, protect that page for members, and then remove it from the “My Account” area. However, there’s no shortcode to generate the “My Memberships” section with WooCommerce Memberships currently. With that said, it’s fairly easy to add one, as there’s already a function to output this area that Memberships uses itself: wc_memberships()->get_frontend_instance()->get_members_a…

Read More

SkyVerge WooCommerce Extensions

Limiting Members to One Membership with WooCommerce Memberships

…Press development skills. Scenario 1: Limit to one active membership Let’s say that you want to limit members to only one active membership at a time. What we can do is block creating any new membership from purchase if any other membership is active. The wc_memberships_get_user_memberships() function will help us here, as we can use it get the memberships for the user making the purchase. We can determine which statuses we consider “Active” (ie y…

Read More

WooConf 2016 Recap

…ith Bob Dunn to talk about niche membership offerings for the “Do the Woo” podcast. Following day 2, we went over to a super after party that was so eCommerce-y, even the limes said “PayPal” on them! I don’t always take a picture of limes but when I do it has a @PayPal logo #wooconf pic.twitter.com/lo233GF2c6 — Jeshua Unger (@dothangeek) April 7, 2016 Day 3 On day 3, we attended some developer workshops, one of which was hosted by Official Friend…

Read More

WooCommerce extension updates & releases

WooCommerce Paytrail 2.0.0

…kes set up easier than ever. Take a look: Maintaining Security and Ease of Use While we did overhaul things behind the scenes, we made it a priority to keep the customer experience as it always has been. Customers will use the same secure, off-site checkout process as before. Ready to give it a go? You can download the update from WooCommerce. As always, if you run into any hiccups with upgrades or new features, we’re happy to help via the help de…

Read More

SkyVerge WooCommerce Extensions

Setting minimum and maximum input values with Measurement Price Calculator

…d become the array key, and part 2 should become the value. After a bit of sanitization / sanity checks, we’ll put this into a brand new array for the custom field in the format we want. function sv_mpc_generate_calculator_input_limits( $product, $meta_key ) { // get the meta field, bail if it’s not set $meta_values = get_post_meta( $product->id, $meta_key, true ); if ( empty( $meta_values ) ) { return array(); } // turn this into a messy array (…

Read More

month in review

September in Review

…thout further certification steps. This release also adds authorization messages for eCheck transactions to reduce your liability on ACH transfers. WooCommerce Customer / Coupon / Order CSV Import 3.1.0 Here’s one that’s hot off the press! Customer / Coupon / Order CSV Import Suite has has now improved import messaging and how import dry runs are handled. When an import has begun, it’s now clearer that you can leave the import page and the import…

Read More

WooCommerce extension updates & releases

WooCommerce Social Login 2.0

…account if a user is already logged in. When a user is logged out of your site or is a guest visitor, they’ll see the same thing they’ve always seen with widgets: the buttons to log in with a social account. However, once the user was logged in, these buttons disappeared, but the entire widget was not hidden, which could make for a weird addition to your sidebar. Now when a user is logged in, the buttons change to allow account linking instead. I…

Read More