SkyVerge WooCommerce Extensions

WooCommerce Memberships: Add “View Subscription” Action to My Memberships

…ns, $user_membership ) { $integration = wc_memberships()->get_integrations_instance()->get_subscriptions_instance(); if ( $integration->is_membership_linked_to_subscription( $user_membership ) ) { $subscription = $integration->get_subscription_from_membership( $user_membership->get_id() ); $actions[‘view-subscription’] = array( ‘url’ => $subscription->get_view_order_url(), ‘name’ => __( ‘View Billing’, ‘my-textdomain’ ), ); $actions[‘view’][‘name’…

Read More

WooCommerce reviews + tutorials

WooCommerce 1.4 Released and Reviewed

…f woocommerce_form_field() at runtime to get the desired behavior. In some instances I was actually able to remove code from my custom plugin because the new WooCommerce fixed issues that I used to override. For instance, customers logging in at the checkout page are no longer redirected to their account, instead they remain at the checkout page where they can finish checking out. Imagine that! The only thing that makes me happier than writing new…

Read More

WP Development

WordPress Comments Feed 404 Fixed

…xperiment I installed a fresh Wordpress 3.3, did not install any plugins, left all defaults, deleted the default comment from Mr. Wordpress, and sure enough http://127.0.0.1/?feed=comments-rss2 returned a 404. The Easiest Solution Just chill and don’t worry about. Seriously, it’s a 404 on a single RSS feed that will resolve itself the next time someone leaves a comment; it’s not worth spending time searching through Google, and then a whole mornin…

Read More

WooCommerce extension updates & releases

WooCommerce Sequential Order Numbers Pro Released

…xtra features included in the Pro version, and those with the free version installed can easily upgrade to the Pro by simply installing Pro, deactivating the free one, and activating the Pro one. Your order numbers will pick right back up where they left off, or you can continue from a higher number, and you can add your custom prefix/suffix. Visit the WooCommerce shop to read the full documentation and find this and many more great WooCommerce pl…

Read More

WP Development

How to Add a WordPress Plugin Action Link

…ugins make it as easy as possible to find their configuration page. When I install a new plugin the last thing I want to do is hunt around for some hidden menu item, I want to play around with my new toy! And what better place to link to a plugin’s configuration than right from the admin Plugins page where the plugin is activated, deactivated or (the horror!) deleted. These are called ‘Action Links’ and it’s so easy to add a ‘Configure’ or ‘Manage…

Read More

WooCommerce extension updates & releases

New Extension: WooCommerce Product SKU generator

…one else wants the same functionality for Shipwire (or a similar service). Installing the plugin and activating it will disable the SKU field so that you can no longer edit it for products (or variable parent products). This is because updating a product will cause a new SKU to be generated from the product slug, so your SKU will be overridden anyway. Only use this plugin if you don’t need to manually manage SKUs. All products will have SKUs gener…

Read More

month in review

September in Review

…calendar dates rather than based on a length (ie 6 months). Subscriptions Installments – Membership access can now be de-coupled from Subscription billing, adding support for installment plans. For example, you can have a 3 month, 3 payment subscription, but grant 1 year of access. Chris Lema wrote a great overview about why you might want or need this set up. CLI Support – This one’s for the devs 😀 We have a CLI command reference available, and…

Read More

New year

2016: Year in Review

…to support webhooks from Shipwire, making inventory and order updates near-instant without the need for processing these updates in batches on your site. Address Validation was refactored to make set up much easier, and to add support for Addressy, an international provider, so merchants in any country can leverage address lookup and auto-completion for improved order accuracy. Early in the year, we released version 3.0 of Print Invoices / Packing…

Read More

WooCommerce Multisite

…validation purposes and should be left unchanged. Δ Use a single WordPress installation for all of your storefronts. Use subsites for different languages, sales channels, or vendors. Synchronize subsite accounts, carts, and inventory. Shared carts A single cart for your entire network – customers can add items from any subsite, and a single cart is updated. Unified accounts One login to rule them all! Share customer accounts across your network ra…

Read More

Cookie Policy

…b beacons/pixels, and scripts placed in order to gather information on the effectiveness of our marketing efforts, deliver personalized content, or to generate data that allows for the delivery of advertising relevant to your specific interests on our sites, as well as third-party websites.  We also utilize 3rd party service providers to assist us in delivering on the same functions, which means that our authorized service providers may also place…

Read More