crm_core_commerce
1 sites
No security coverage
This module creates and updates crm_core individuals after the users has placed an order. commerce_order.place.post_transition Event is used.
Installation
After enabling the module go to Config > CRM Core > Commerce Settings (/admin/config/crm-core/commerce/settings) and select your prefered crm_core_individual bundle.
Customization
Implement hook_crm_core_individual_data_alter(array &$data, OrderInterface $order) to alter the data which will be saved on the individual.
Or you can extend the mapper service crm_core_commerce.individual_mapper.