Term - WooCommerce

Automatically order WooCommerce products based on attributes

WooCommerce is a powerful e-commerce platform that allows you to create and manage an online store with ease. One of the key features of WooCommerce is the ability to customize and sort products based on various criteria. In this article, we’ll explore how to implement custom sorting for WooCommerce products, specifically focusing on sorting products […]

Easy WooCommerce order by Total Sales

WooCommerce is a free eCommerce plugin for WordPress that makes it incredibly easy for selling products online. WooCommerce is an Open-source platform and highly customisable code. Why WooCommerce sort is important for a shop? Every aspect of a WooCommerce shop is important. Apparently insignificant details can make a difference between a sale and a lost […]

How to apply WooCommerce category order while using visual attributes filtering

Sorting WooCommerce products is an easy job, specific area ordering is possible after selecting the appropriate taxonomy or attribute.  When using mix of multiple taxonomies or/and attributes a sort is still easy to create through advanced set-up Sometimes, there’s no need to apply a very specific order for all those areas, as it become impractical […]

Turn off visibility for WooCommerce Hidden products within sort list

Catalog visibility for WooCommerce is a simple way to keep certain products visible or invisible for customers, hidden products will not show on front side shop. Mainly this is being used for content not yet available or under development. The option is being integrated within Publish widget or through Quick Edit.

Display the SKU for WooCommerce products within re-order interface

Using the Advanced Post Types Order plugin, WooCommerce products can be easily and precisely sorted within categories. Even if a product belong to multiple terms/categories, the saved order will be preserved within each one. The default re-order interface include a product thumbnail, title and object ID. Additional details can be included through a simple code, […]

Using Simple Sorts along with WooCommerce version 3.x

Starting WooCommerce 3.0, Automattic developers introduced a drastically modified framework. This put the woocommerce on the right track since, like consolidating the MultiSite environment compatibility. But this come with a small drawback, many thing has changed making compatibility with other plugins a bit of an issue.

Clearing the WooCommerce shortcodes cache to use sorting

WooCommerce come with few shortcodes which come in handy for front side products display. While sort is being applied to those shortcodes too, they use transient data (cache) which makes a sort update to not apply. The cache data use quite long life, 30 days, so it’s useless to wait for it to expire for […]