Function Hook_ecommerce_email->_ecom_product_handle_error_taken
Definitions
sources/hooks/systems/ecommerce/email.php
- Check to see if the specified e-mail address has already been purchased. If so, spawn an error message.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $prefix | ID_TEXT | No | No | required parameter | N/A | N/A | The prefix (mailbox name) |
| $suffix | ID_TEXT | No | No | required parameter | N/A | N/A | The suffix (domain name) |
Preview
Code (PHP)
/**
* Check to see if the specified e-mail address has already been purchased. If so, spawn an error message.
*
* @param ID_TEXT $prefix The prefix (mailbox name)
* @param ID_TEXT $suffix The suffix (domain name)
*/
protected function _ecom_product_handle_error_taken(string $prefix, string $suffix)
* Check to see if the specified e-mail address has already been purchased. If so, spawn an error message.
*
* @param ID_TEXT $prefix The prefix (mailbox name)
* @param ID_TEXT $suffix The suffix (domain name)
*/
protected function _ecom_product_handle_error_taken(string $prefix, string $suffix)

