We're using the WooCommerce integration and are noticing that the organization property from WooCommerce isn't being passed on to Klaviyo. When customers enter a company name in the "Company Name" field at checkout, it's not being sent to Klaviyo.
We'd like to use this to differentiate between B2B and B2C customers. Can anyone help?
Page 1 / 1
You’ll have to hook into the event from your website and send it as an additional field. It’ll be difficult to give specific help as it may also be theme and plugin dependent.
Basically, before the event is sent to Klaviyo, you need to interrupt it and pull that field into the ‘extra → billing address’ array.
Hi David, thanks for your message! I appreciate your reply and your willingness to help.
I don't see a way to adjust this in WordPress. Or is there an option?
There’s no easy way to do this. It has to be handled directly in your PHP code so you’ll need a developer to do it.
We have made custom code for this. And i see the Company value in the array in Klaviyo. But it doesnt get aded to the profile so maybe the array is wrong or Klaviyo wants the company on a different location?