Feature Requests

Got an idea for a new feature or integration? We’d love to hear it! You can find our roadmap here.

3 votes

Remove Tags when purchased (Woocommerce Integration: Product WP Fusion Setting)

Remove CRM Tags when Woocommerce product is purchased.

Use Case:
We use CRM Tags to tag "interest" for product from prospects (tagged when they visit specific pages, clicking links in emails, etc.) and retarget them through Facebook ads (with Custom Audiences) and dedicated mails sequences. When the product is purchased, we want to remove CRM tags marking interest for the product (replaced with CRM tags indicating the product has been bought) to ensure we stop advertising this specific product to the user.

A workaround is to setup automation directly in the CRM (when Purchase tag is added, remove Interest Tag), yet I believe it would be "clearer" and easier to maintain if done in the Woocommerce product settings directly.

Thanks.

Declined Category: Plugin Integration Enhancements Guy Langlois shared this idea Updated: November 23, 2020

4 thoughts on “Remove Tags when purchased (Woocommerce Integration: Product WP Fusion Setting)”

  1. Hi Guy,

    Yes this would be better done in the CRM.

    I hear what you’re saying…. but we also need to keep consistency and simplicity in mind. It’s a tricky balance.

    For example we’ve had the same thing requested for Gravity Forms, “Remove tags when this form is submitted”. If we add that there, we need to add it to every other form plugin. And if we add it for WooCommerce we need to add it to every other ecommerce and membership plugin.

    Plus things could start to get really confusing when we get into the territory of “Remove tags when subscription status changes to Hold”.

    It’s potentially adding hundreds of new settings inputs for a pretty niche scenario.

    You have a few options:

    1. Using our Abandoned Cart addon, those abandoned cart tags can be set up at the product level and will be removed after the product is purchased.

    2. You could use the wpf_woocommerce_apply_tags_checkout filter to create your own tag removal logic: https://wpfusion.com/documentation/filters/wpf_woocommerce_apply_tags_checkout/

    or 3. Do it in an automation in the CRM. To me that makes the most sense since your Custom Audiences are being updated by automations anyway so it’s reasonable that the logic to remove someone from an Audience would happen there as well.

  2. Hi Jack,

    Thank you for your detailed answer. I am guessing I will do this directly in the CRM as you suggested.

    Thanks again for the long answer. It is really appreciated.

  3. Louis Ballington

    Hi Jack,
    Could you not introduce ‘Remove Tags’ for the CRMs that are built inside WordPress such as Groundhogg and FluentCRM?

    I get frustrated that it can’t be done on the fly. I use Groundhogg and have to create a funnel just to remove tags…..

    1. Hey Louis,

      We could consider it one day. The problem is…. it would be months of additional work to duplicate every “Apply Tags” with a “Remove Tags” setting. That would probably mean launching a new addon plugin to avoid complicating the existing WP Fusion settings. At the moment we don’t have enough customers on Groundhogg or FluentCRM to justify such a major rewrite of the plugin.

      We do have lots of PHP hooks that could facilitate that. For example the wpf_woocommerce_payment_complete hook (https://wpfusion.com/documentation/actions/wpf_woocommerce_payment_complete/) would let you remove tags using the remove_tags() function https://wpfusion.com/documentation/functions/remove_tags/

Leave a Comment

Your email address will not be published. Required fields are marked *

Powered by Simple feature Requests