| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
| Name | Location | Description |
|---|---|---|
| hook_alloc_get_customer_names | ecommerce-5--4/docs/developer/hooks/ec_receipt.php | The allocation object provider customer names from an allocation object. Eg. store returns the customers from the transaction object. |
| Name | Location | Description |
|---|---|---|
| ec_common_split_name | ecommerce-5--4/ec_common/ec_common.module | Split the customer full name into two: first name and last name thru Regex |
| hook_alloc_get_customer_names | ecommerce-5--4/docs/developer/hooks/ec_receipt.php | The allocation object provider customer names from an allocation object. Eg. store returns the customers from the transaction object. |