Synce all products in subscription
It would be great to have the ability to sync all products in a subscription to the CRM. Right now it seems that only the last product is synced. We use the WooCommerce All Products for Subscriptions plugin which means our client’s subscriptions usually have 10+ products in them. But I believe even with just the main WC Subscriptions plugin theoretically customers could have multiple subscription products in one subscription?
You mean the “Subscription Product Name” field? Yes at the moment it just syncs the first product name.
The problem is since it’s a text field…. the best we could do is sync the names of all the products comma-separated, as a long string. Would that be valuable to you? If so it’s a simple enough change.
Hi Jack,
Yep, the “Subscription Product Name” but I think in our case it syncs the last product? Or it might be the most recent product that’s been added to the subscription…
I think a text string would already help as we can then filter the field in Klaviyo by ‘contains’ if we need to reach customers that have a subscription that contains a particular product. I think in an ideal world a list field would be best, but even a comma-separated text field listing the items would work in my client’s particular use-case.
Ok cool we’ve made that change for Monday. The product name and SKU fields will include all products in the subscription.
By default that’s a comma-separated string, but if you change the field type to “multiselect” (https://wpfusion.com/documentation/getting-started/syncing-contact-fields/#field-types) in the settings, it will be able to populate a picklist ✅
This is amazing! All tested and working perfectly. Thank you so much!