Skip to main content

Account Area

Account Area

What are the default pages in the account area?

The following classes are in the Aero\AccountArea\Http\Responsesnamespace. Class Route Descriptio...

What are the default sets in the account area?

The following classes are in the Aero\AccountArea\Http\Responsesnamespace. Class Method Route Acc...

What are the default forms in the account area?

The following classes are in the Aero\AccountArea\Http\Formsnamespace. Class Description AccountA...

How do I inject into a slot in the account area?

You can inject into account area slots using the Aero\AccountArea\AccountAreaSlot::injectmethod. ...

How do I configure the account area?

ENV Variables Variable Default Description AERO_ACCOUNT_AREA_THEME aerocommerce/account-area Defi...

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...

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...

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 ...

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 ...

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...

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...

What are the available slots in the account area?

The following slots can be injected into. orders.order.card.header- orders.order.card.dispatched...