349 results
for “install a theme”
Sorted by relevance
Developer Documentation / Settings
What are the available setting types?
Setting
Description
$group->array(‘allow_list’);
Returns an arrarray.ay.
$group->boolean(‘enabled’);
Returns a boolean, true or falsalse.
$group->eloquent('order_status', OrderStatus::class);
Stores the key of the eloqu ...ent model you pass and returns an instance of th...
Developer Documentation / Resource Lists
What is a bulk action?
A bulk action allows for the selection of multi ...ple values from a list, and apply some logic to items that have only been selected. Bulk actions exist for many different Resource Lists, whi ...ch is what is used for determining items ...that have been selected.
Bulk actio...
Developer Documentation / Admin Filters
How do I create a searchable select admin filter?
To create an options date range admin filter you need to create a class that extends Aero\Admin\Filters\SearchableSelectAdminFilter and implements the handleSearchableSelect, model, modelName, and searchRoute methods.
handleSearchableSelect Method
This...
Storefront Developer Documentation / Themes
How to add a header image to your listings page
On a listings page we can pass through an image from the admin using the
combinationvariable in the
listings.twigview. T ...he combination is the data model that holds the information for the particular listings page being viewed - since listings ... can be made up of a category, a ma...
Developer Documentation / Admin Filters
How do I create an options date range admin filter?
The options date range admin filter works in the same way as the date range admin filter but displays some dynamic options to the user on the f ...rontend. These dynamic options are especially useful when users save their applied filters.
To create an opt...
Developer Documentation / Admin Reports
How do I extend existing reports?
Reports can be extended using a pipeline from your modules serv ...s setup method or your projects app service providers boot method .... You can read more about pipelines here (link).
Adding a Column
To add columns to a table you can use the addColumn...
Storefront Developer Documentation / Blocks
How do I add additional information to block items?
In some cases, more data is needed than the default values provided on each block item. For example, a promotional image may require a call-to-action link, or a sale link in the header navigation needs a custom class to turn the text red. These f ...eatures are possible through the u...
Developer Documentation / Admin Dashboard Lenses
What are the default dashboard lenses available?
The default dashboard lenses are stored in the admin configuration file as an array called dashboard_lenses. You can add or remove dashboard lens classes from this array.
Key
Class
Permission
revenue-lens
Aero\Admin\Lenses\RevenueLens
reports. ...orders
average-order-value-lens
Aero\Adm...
Content Management / Pages
How do I create a new page?
In order to create a new page for your store first navigate to the page listings page aage and click and click the "+ New Page&qage" button at the top of the page.
From here you will be presen ...ted with the form for creating a new page.
The form is grouped into sec ... with non-required sections collapsed.
Page Information
The first...
Developer Documentation / Admin Reports
How do I add admin filters to my custom report?
You need to create an Admin Filter class as shas shown in the articarticle "How do I create a custom report?
To register your ... newly created admin filter with your report you ...d to ensure the report uses the Aero\Admin\Reports\Traits\HasFilterstrait and that you...
Developer Documentation / Admin Filters
What is an admin filter?
Admin filters are the filters that populate the sidebars of reports and resource lists. As the name suggests, they allow users to filter the data they’re seeing through the repo ...rt or resource list.
All admin filters ultimately extend Aero\Admin\Filters\A...
Developer Documentation / Response Builders
How do I attach middlewear to a response builder?
Since Aero does not expose the underlyi ...ng routes and controllers, middleware can be attached directly to the response bu ...ilder. This allows for code to be executed be ...fore the main pipeline is run.
For example, to restrict all products from being accessibl...
Developer Documentation / Validation
How do I use a custom total item price totalizer for a shipping rate?
Setting a custom item price totalizer allows you to define the logic us ...ed to get the total price of a collection of order items (this ... value will be used when validating that a shipping rate is available for an order).
To set the logic you n ...eed to use the **\Aero\Cart\Models\ShippingRate::se...
Order Management / Orders
What are order comments and how should I use them?
Orders in the admin have an option to add comments, these are displayed towards the bottom of the order page.
Order comments should be use ...d to provide further information – to yourself and anyone else using the admin – regarding the order, customer or any...
Developer Documentation / Validation
How do I use a custom total item weight totalizer for a shipping rate?
Setting a custom item weight totalizer allows you to define the logic us ...ed to get the total weight of a collection of order items (this ... value will be used when validating that a shipping rate is available for an order).
To set the logic you n...
Storefront Developer Documentation / Introduction
How do I access the admin for the first time?
To access the admin, open the project in your b ...rowser and navigate to
/admin.
Default login credentials
Use the following login crede ...ntials to access the admin for the first time. You'll ...be prompted to update your details and set a more s...
Catalog Management / Attributes
How do I edit an attribute?
Step 1 - Login to your Aero Admin Console - Step 2 - Hover ov ...er the 'Catalog alog Manageanagemeagement' icon in the left hand menu
Step 3 - Click on 'Attributes'
Step 4 - Search for attribute group containing the attribute you would like to edit ...(more information here; "How do I search my a...
Catalog Management / Attributes
How do I delete an attribute group?
Deleting attribute groups cannot be undone
Step 1 - Login to ... your Aero Admin Console - Step 2 - Hover ov ...er the 'Catalog alog Manageanagemeagement' icon in the left hand menu
Step 3 - Click on 'Attributes'
Step 4 - Search for the attribute group(s) you would like...