Skip to main content
349 results for “install a theme”
Sorted by relevance
Developer Documentation / Introduction
Introduction to resource lists
Resource lists allow a table to be extended through additional columns, filters, or sort bys and for bulk actions to be applied. Please see our section on resource l ...ists for more information.
Developer Documentation / Payment Drivers
How do I support express checkout in my payment driver?
If the payment gateway stores customer information, this can be used to populate the contact information, billing and/or shipping address. To specify that the payment gateway supports the express checkout ...flow, use the Aero\Payment\OffersExpressCheckou...
General / Faq
How do I download the code?
Start by registering with us at https://agora.aerocommerce.com/registerAgora account to create and manage your stores, agency info and users.
Storefront Developer Documentation / Pages
Introduction to twig
Storefront pages are built using the Twig template engine. Twig is a fast, secure and flexible PHP templating solution. Before developing ... with Aero, we recommend that you become acquainted with the core concepts of ...Twig. The official Twig documentation is a great ...
Catalog Management / Introduction
Introduction to categories
Categories allow you to group similar products together. They provid ...e a heirarchical structure, this makes it easy for your customers to drill d ...specific product groups. See "What is a category? A typical high level categories list; A typical drilled...
Catalog Management / Introduction
Introduction to collections
Collections are a way to dynamically group products together. The ... grouping criteria includes tags, manufacturers, price range, price status and pand publish date. ate. See "What is a collection? A typical collections list;
Content Management / Blocks
What is the blocks list?
Your blocks list shows all of you current blocks and includes the label and key of each block. This allows you to quickly check key d ...etails and quickly drill into your block ...s for further information.
Storefront Developer Documentation / Introduction
Introduction to the breadcrumb
Aero includes breadcrumb navigation as standard. Breadcrumbs allow users to easily track and access the pages they have visited within your storefron ...t. See our section on breadcrumbs for more information.
Content Management / Combinations
What is the combinations list?
Your combination list shows all of you current combinations and includes the label and url of each combination. This allows you to quickly check key d ...etails and quickly drill into your combi ...nations for further information. Example Combination List;
Content Management / Pages
What is the pages list?
Your pages list shows all of you current pages and includes the label and url of each combination. This allows you to quickly check key d ...etails and quickly drill into your pages for further information. Example Pages List;
Developer Documentation / Configuration
How do I register new permissions?
// add a single permission \Aero\AdminAdmin\Permissions::add('add('custom'); // add multiple permissions \Aero\AdminAdmin\Permissions::add(['add(['custom', 'custom.view', 'cu ...stom.manage&#age']);
Developer Documentation / Customization
How do I remove the manufacturer from the product slug/url?
The manufacturer name is automatically prepended to the product slu ...). If you wish for this to not happen you can set the static Aero\Catalog\Models\Product::$slugContainsManufactacturerboolean an to falsalse. <?php namespace Acme\MyModule; use Aero\Catalog\M...
Developer Documentation / Introduction
Introduction to transformers
Transformers are used by the admin on some edit pages to transform data from PHP into an json encoded array that can be passed to Vue. See our section on admin transformers for more information.
Storefront Developer Documentation / Introduction
Introduction to image factory
The Aero Image Factory allows you to scale images appropriately and therefore accelerate pate page lage load tiad times. See "How do I use Image Factory?
Developer Documentation / Introduction
Introduction to Laravel PHP Framework
The Aero platform is built using the Laravel PHP framework Before developing with Aero, we recommend that you become acquainted with the core concepts of ...Laravel. We recommend the following ...resources: The official Laravel documentation is a gre...
Developer Documentation / Response Builders
How do I change the response view?
For responses that return HTML, a Twig view file is used. Whilst ...these are originally defined, the view can be changed. For example, to change the product page view based on product data: \Aero\Store\Http\Responses\Product ...Page::extend(function ($page) { ...
Content Management / Redirects
What is the redirects list?
Your redirtects list shows any redirects you currently have setup, along with their from and to urls and the status code.
Developer Documentation / Payment Drivers
How do I display payment icons on checkout in my payment driver?
To improve brand awareness of the payment provider during the checko ...ut process, a label view can be used. The payment driver should implement th ...e labelView method, which returns a string. This is typically a namespaced view that lives in the ...