Chapter · 12 pages
Account Area
Pages in this chapter
What are the default pages in the account area?
The following classes are in the Aero\AccountArea\Http\Responsesnamespace.
Class
Route
Descriptio...
PAGE
What are the default sets in the account area?
The following classes are in the Aero\AccountArea\Http\Responsesnamespace.
Class
Method
Route
Acc...
PAGE
What are the default forms in the account area?
The following classes are in the Aero\AccountArea\Http\Formsnamespace.
Class
Description
AccountA...
PAGE
How do I inject into a slot in the account area?
You can inject into account area slots using the Aero\AccountArea\AccountAreaSlot::injectmethod. ...
PAGE
How do I configure the account area?
ENV Variables
Variable
Default
Description
AERO_ACCOUNT_AREA_THEME
aerocommerce/account-area
Defi...
PAGE
How do I create a custom page in the account area?
To create and register a custom account area page you need to use the **Aero\AccountArea\AccountA...
PAGE
How do I extend a form in the account area?
Forms can be extended using a pipeline from your modules service providers setup method or your p...
PAGE
How do I create a custom set in the account area?
Sets are used for POST/PUT/DELETE requests. To create and register a custom account area set you ...
PAGE
How do I extend a page or set in the account area?
Account Area Pages/Sets are Response Builders (link) which means that they can be extended using ...
PAGE
How do I add a custom CSS file to the account area?
You can add a custom CSS file to the account area by creating a file named
account-area.cssin yo...
PAGE
How do I create a new form for the account area?
To create a form you need to create a class that extends the
AccountAreaFormclass.
The
$section...
PAGE
What are the available slots in the account area?
The following slots can be injected into.
orders.order.card.header-
orders.order.card.dispatched...
PAGE