Skip to main content
366 results for “install a theme”
Sorted by relevance
Developer Documentation
Admin Product Picker Component
Admin Product Picker Component
Developer Documentation
Admin Reports
Admin Reports
Developer Documentation
Admin Slots
Admin Slots
Developer Documentation
Admin Transformers
Admin Transformers
Developer Documentation
Admin Vue
Admin Vue
Getting Started
Using The Admin
Using The Admin
Developer Documentation
Listings And Search
Listings And Search
Developer Documentation / Module Development
How do I setup routes for my custom module?
There are a few necessary steps to create and properly configure module rou ...ting. Creating routes The first step to cr ...eating module routes is to create a directory named routeson the same level as the srcdirectory – for more in ...formation refer to "Anatomy of a cust...
Developer Documentation / Google Shopping Feed
How do I configure the Google Shopping feed?
Generating the taxonomy Generating the taxonomy table is a required task after we’ve initially installed the package, and is the source of all the categories provided by google shop ...ping. To generate the taxonomies table we can: Navigate to the modu...
Getting Started / Intro To Aero
Welcome to our knowledge base
Welcome to the Aero Knowledge Base, ase, here you'll find everything ...you need to know about Aero, as well as answers to commonly asked questions, developer docume ...ntation and everything inbetween. I'm a retailer For getting started as a retailer on our platfo...
Storefront Developer Documentation / Blocks
How do I display content blocks on the storefront?
...ck items is shown below. If you are creating your own theme or custom st ...nt, you must ensure these files are present in order for the cont ...ent blocks to display correctly. └─ resources └─ ... └─ html.twig └─ image.twig └─ link.twig...
Catalog Management / Products
How do I manage inventory of my product?
In order to update your products inventory, firs ...t you will need to navigate to the product in the admin. To do this use the "Catalog alog Manageanagement&quagement" menu and land locate the &qate the "Products" button. Where ...the inventory is located on this page will depend on ...
Storefront Developer Documentation / Introduction
Introduction to sections
Edit once, change everywhere - Sections remove ... unnecessary code duplication and streamline developer activity. Sections are reusable chunks of markup and/or code that allow developers to componentise ...functionality. Sections allow developers to reduce duplic...
Developer Documentation / Validation
How do I display validation error messages?
There are multiple ways of displaying your validation errors. From the backend perspective, the request always returns errors to the view if ... validation had not passed. Alert partial view Aero has an error partial which automatically displays all the va...
Developer Documentation / Response Builders
How do I extend responses?
Adding additional code to run on the response is ... as simple as calling the **extend()**method on ...the response builder class. This is typically done from within a Service Provider. If the code i ...s unique to a particular store it could be place...
Storefront Developer Documentation / Introduction
What is the storefront?
Your Aero storefront is your customer ...facing front-end. Storefronts are built using a component based structure. This greatly reduces both your developmen ...t and maintenance effort. Using components allows you to make store-wide changes quickly an...
Developer Documentation / Configuration
How do I store product images on S3
You need to configure and set up your Laravel project for the S3 storage driver. You can read more about this in the laravel documentationAWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGION, and AWS_BUCKET) and installing a composer package (league/f...
Developer Documentation / Admin Product Picker Component
How do I use the product picker in my custom module?
The Product Picker provides a modal that lets users select a single or many products/variants with quantities. Parts of the admin use this such as the Price Lists and Create Order form. Modules such as aerocargo/upsellsalso make use of the Product Pick...