Update_Address_Handler
Handles the updating and creation of customer addresses.
This class is responsible for validating and processing form submissions for updating or creating customer addresses. It handles the submission of address forms, validates the data, updates the customer’s address in BigCommerce, and provides appropriate success or error messages.
- Full name:
\BigCommerce\Forms\Update_Address_Handler
- This class implements:
\BigCommerce\Forms\Form_Handler
Constants
Constant | Visibility | Type | Value |
---|---|---|---|
ACTION | public | string | ’edit-address’ |
Methods
handle_request
Handles the form submission for updating or creating an address.
public handle_request(array $submission): void
Parameters:
Parameter | Type | Description |
---|---|---|
$submission | array | The form submission data. |
Automatically generated on 2025-01-21