WooCommerce Extra Product Sorting Options

…loss of your alphabetical sorting, this plugin gives you an option to add a new alphabetical sorting option to list products by title, as well as a reverse alphabetical (Z to A) sorting option. Sorting to show on sale products first, show featured items first, or sort by available inventory are also included….

Read More

Ask SkyVerge

How to remove WooCommerce product sorting

sorting dropdown? If you’d like to remove some of the built-in WooCommerce sorting options, our WooCommerce Remove Product Sorting can easily do it for you. However, this isn’t the best option if you want to remove the entire sorting dropdown. Fortunately this is pretty easy to do as well. If you’ve never added a code snippet to your site, check out our tutorial on how to do so, and we can snip this sorting dropdown right out of the shop. The prod…

Read More

WooCommerce reviews + tutorials

Add Plugin Settings to WooCommerce, Part 1

…plugin in this example, as it adds settings right in after the WooCommerce sorting options setting.   Product Settings Updated Settings The basic idea is to have 3 arrays: the original settings, your new settings, and an “updated” settings array that you’ll build and return to WooCommerce. Create a blank updated settings array. We’ll use this to add the existing settings into, then merge our new settings in. Create your new settings array, which c…

Read More

WooCommerce reviews + tutorials

Building Your First WooCommerce Extension

…WooCommerce Return to Shop Button URL Remove the “Default sorting” Product Sorting Option Further Reading Never built any plugin? Start with the WordPress.org Writing a plugin guide. We’ve also got guides that show you how to create a main plugin file and how to create a plugin skeleton Bryce Adams has a great overview of how to use WordPress Hooks Here’s an overview of what filters and actions are from Tuts+ Want to look at a super-simple plugin…

Read More

New year

New Year, New Goals: Happy 2015 & our Year in Review

…3 free plugins (and open-sourced one): Product SKU Generator Extra Product Sorting Options Remove Product Sorting Options We’ve written 2 more extensions that are being audited for release and we also have 2 more in development — they’re just about at the alpha stage (one is a massive project we’re really excited for 🙂 ). We co-located the majority of our team for part of the year to test whether we wanted to have a headquarters or remain fully di…

Read More

Memberships – support

…& snippets (beginner PHP required) Renewing a trial with a different plan Sorting content in the members area Tutorials & snippets (intermediate/advanced PHP required) Add restriction notice merge tags Customize the members area Add custom members area sections Repeating a fixed-date membership Need more help? Contact our support team Contact us More Info Plugins Memberships What our customers say Contact Us Get Support SkyVerge Stats 53 WooComme…

Read More

WooCommerce Account Customizer

…ustomer experience. Adjust account tables [Post v1] Adjust the columns and sorting for account area tables, like the orders or subscriptions table. Use templates for fast setup [Post v1] Use existing account area templates to get started quickly, then customize the account layout to your needs. Top-quality code, built by developers you can rely on. Over 1 million merchants trust our software to power their stores. SkyVerge is the top WooCommerce.c…

Read More

New year

Four Years of WooCommerce

…atings were displayed inline in catalogs CSS classes were standardized New sorting options allowed customers to sort by popularity and rating The ability to recover lost passwords was added to the my account section “On Sale”, “Best Selling”, and “Top Rated” shortcodes were added This was an enormous change to WooCommerce core which paved the way for better scalability and extensibility. WooCommerce 2.1 February 10, 2014: WordPress 3.8.1 / WooComm…

Read More

WooCommerce reviews + tutorials

Hooking into WooCommerce Actions

…n which we remove actions hooked into a do_action call: Remove the product sorting dropdown. Our SKU Generator Plugin is a fairly simple plugin, but it uses actions in a couple different ways: we use an action as a trigger to update product meta when a product is saved, and we hook into one to conditionally disable the SKU field. Further Reading Here’s an overview of WordPress hooks from Bryce Adams that covers both actions and filters. Tuts+ also…

Read More