Can I export product add-ons to my CRM or mailing list?
When you use the WooCommerce Product Options plugin, the data about which extra product options your customers have ordered is stored with the rest of the order in the WordPress database.
As the store owner, you will receive details of the customer's selected options in the order notification email. However, you would need to manually copy this information into any third party systems such as your Customer Relationship Management platform (CRM) or your marketing software (e.g. MailChimp). For example, you might want to do this in order to segment your email marketing based on which options a customer has ordered.
Instead of doing it manually, you can automate the process by using WooCommerce Product Options with the WP Fusion plugin. The developers at WP Fusion have kindly integrated with WooCommerce Product Options to make this possible.
The integration lets you automatically add and update customer data in over 50 CRM's and marketing automation platforms based on the add-on options ordered. Once the data has been exported and added to the relevant platform, you can use it as a condition - for example, to send an email to customers who ordered an 'Accessories' product option like this:

There are full setup instructions for this integration in the WP Fusion documentation.
Related Articles
- Code snippet - Itemize the tax in the product options price display
- Code snippet: Display a product option based on the quantity selected
- How to add custom code snippets to your website
- How to only display variation names in the 'Products' option type
- How are product options stored in the WordPress database?
- How does the plugin work with the REST API?