WooCommerce product categories
WooCommerce product categories
WooCommerce product categories
Changing the all filename field of WooCommerce products
How to remove product number count in the category within the sidebar woo commence
Add a product for all users based on a condition (WooCommerce)
To set required fields in woocommerce when adding a product, you will need to use hooks to enforce validation before the product is saved // Function to validate required fields before saving product function custom_validate_required_fields( $product_id, $product ) { $errors = array(); // Check if Post Title is empty if ( empty( $product->get_title() ) ) … Read more
The Admin Columns Pro plugin would let you do this without any custom code. You would modify the ‘All Products’ list screen by adding a column for the attribute in question. Then you would filter the list for all products for which the pa_sort-chassis is not set. This plugin is indispensible, especially for WooCommerce admin … Read more
Show Featured products with custom taxonomy template
Converting longtext to mediumtext in WordPress wp_postmeta table
To many WooCommmerce related transients in WordPress options table
Product data field for Woo Commerce is blank?