There currently isn’t built-in support for option groups in Gravity Forms. In the meantime it is possible to use the gform_field_choice_markup_pre_render filter to change some choices into opening and closing optgroup tags: On the field in the form editor configure the choices like so: label | value =============== group one | optgroup-start choice one | […]
How to send Gravity Forms email notification when Help Scout API fails
At WP Desk we use tools that greatly improve our customer service and help us save on support time. Two of my personal favorites are Gravity Forms and Help Scout. In this tutorial I will show you how to programmatically trigger Gravity Forms email notification if Help Scout add-on fails to create a conversation in […]
AutomateWoo – Custom Subscription Rule based on Billing Period
We recently introduced yearly subscriptions with monthly payments at WP Desk and I needed to customize our email automations. We heavily use AutomateWoo at WP Desk to send emails. I wanted to send different emails to customers with monthly and yearly payments. There is no subscription rule to filter by billing period, but I thought […]
AutomateWoo – Custom Subscription Rule based on Parent Order Status
Recently I discovered AutomateWoo, which instantly became my favorite marketing automation plugin for WooCommerce. I use it heavily on WP Desk and Flexible Shipping. I am also working much on improving renewal conversion rates for our plugins. I wanted to use AutomateWoo to send email to customers whose subscription got cancelled. I include a small […]
How to Remove Related Products from WooCommerce Product Page
Use the code below to remove related products from WooCommerce single product page. Also, would you like to add extra product options to your products in WooCommerce?
Make All WooCommerce Products to be Sold Individually
A WP Desk we sell only virtual products – WooCommerce plugins. We use variable products to create 1, 5 or 25 license variations. But we want our customers to buy these licenses individually. There is no need to buy 2 individual licenses if you pay less for 5 ๐ That’s why we wanted to limit […]