Please consider leaving a donation if you appreciate this information. Lightning network now available – + Donate Bitcoin You may wish to hide certain sub menu items from your Shop Managers, WooCommerce Settings, Add-ons and the System Status report for example. The snippet below will do exactly that, but you can adjust as necessay by […]
Add Custom Subscription Length
Please consider leaving a donation if you appreciate this information. Lightning network now available – + Donate Bitcoin By default, WooCommerce Subscriptions, provides a large number of subscription durations that should be sufficient for most users. However, some users may wish to provide custom subscription lengths. Fortunately WooCommerce Subscriptions provides a filter called woocommerce_subscription_lengths which […]
Get Full Country Name in CSV Export
Please consider leaving a donation if you appreciate this information. Lightning network now available – + Donate Bitcoin The Order/Customer CSV Export extension is often used for forwarding orders to fulfillment services or for generating mailing labels for shipping products. If your shop is based in the U.S. and you are shipping products to overseas […]
Filter Sensei Content Drip Start Time
Please consider leaving a donation if you appreciate this information. Lightning network now available – + Donate Bitcoin If you are using the Sensei Content Drip extension, the drip emails get scheduled for whatever time of day you happen to activate the extension. If you would like to assert some control over what time of […]
Add WooCommerce billing interval
Please consider leaving a donation if you appreciate this information. Lightning network now available – + Donate Bitcoin Caution: be careful with this – if the payment gateway you are using does not support the interval that you are adding this may result in undesirable behaviour. If you need to add billing intervals to WooCommerce Subscriptions this […]
How to Replace Sensei Course Archive Label Text
Please consider leaving a donation if you appreciate this information. Lightning network now available – + Donate Bitcoin The default label text for Sensei course archives can be changed by implementing the sensei_archive_course_filter_by_options filter. Below is an example of how you might change the ‘All’ and ‘Featured’ labels: Not sure what to do with code […]
Programmatically Add Gravity Form to WooCommerce Product
Please consider leaving a donation if you appreciate this information. Lightning network now available – + Donate Bitcoin The WooCommerce Gravity Forms Product Add-ons extension allows you to add some very powerful customization options to your WooCommerce products. However, the form must be added on a per-product basis. This works fine for most use-cases but there […]
Increase WooCommerce Variations per page in the Admin Product Screen
Please consider leaving a donation if you appreciate this information. Lightning network now available – + Donate Bitcoin WooCommerce 2.4 made some performance improvements to the variable product interface. There’s an overview of the changes here: Improving the Variations Interface in 2.4 Where this helps most is in the case of products which have many variations […]
Shortcode in WooCommerce Variation Description
Please consider leaving a donation if you appreciate this information. Lightning network now available – + Donate Bitcoin WooCommerce 2.4 added the ability to add a description to each variation of a variable product. By default, that field does not support shortcodes (the value is stored in the postmeta table – not the post table) […]
Remove ‘today’ from ‘fully booked days’ in WooCommerce Bookings
Please consider leaving a donation if you appreciate this information. Lightning network now available – + Donate Bitcoin WooCommerce Bookings will count ‘today’ as ‘fully booked’ if the product in question can no longer be booked (it’s too late in the day) or if today is not available due to availability rules. This is mostly […]