Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

418 total results found

How to Set the Page Title for the Admin

Developer Documentation General

By default the page title for every admin page is generated from the route name. If you would like to manually set the page title you can set a title specifically for your route or you can return an adminPageTitlevariable to your view (this includes extending...

Google Shopping Feed

Developer Documentation

Google Shopping Feed

How do I configure the Google Shopping feed?

Developer Documentation 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 shopping. To generate the taxonomies table we can: Navigate to the modules’ section...

How do I assign Google categories?

Developer Documentation Google Shopping Feed

Google categories can be assigned to categories, or directly to the product. It can be set up either way as the mapping tool automatically detects the ones that have been set up. There is also a way of mapping whether a google category is grabbed from categori...

How do I export the Google Shopping feed?

Developer Documentation Google Shopping Feed

To export the feed we need to navigate into the module’s section in the admin, and then to Google Shopping. Provided we’ve generated the taxonomies and have configured the package correctly, we can click on the Exportbutton to begin mapping out the feed. Mappi...

How do I generate a Google Shopping feed?

Developer Documentation Google Shopping Feed

In order to generate a Google Shopping feed, it is necessary to install an Aero dependency in form of the aerocargo/google-shoppingpackage from agora.aerocommerce.com More developer-specific information about the Google Shopping feed can be found on the Google...

Installation Deployment

Developer Documentation

Installation Deployment

How do I install Aero on Mac?

Developer Documentation Installation Deployment

Before continuing, please ensure your Mac is running macOS Mojave (10.14) or newer. There are a couple of ways to develop locally on the Mac: Valet – manually install the services directly on your Mac. - Homestead – a virtual machine that runs the required ser...

How do I install Aero on Windows?

Developer Documentation Installation Deployment

Homestead We are currently unable to offer support for the configuration of Homestead, or any issues associated during the installation process. Laravel Homestead is a pre-packaged Vagrant box that provides a development environment without requiring you to in...

What are the system requirements?

Developer Documentation Installation Deployment

Your system must satisfy the following requirements: PHP (>= 7.2) with BCMath, Ctype, JSON, Mbstring, OpenSSL, PDO, Tokenizer, XML, cURL,GD/ImageMagick Composer Nginx or Apache Node.js (>= 8.10) MySQL (>= 5.7) Elasticsearch (6.*)

Introduction

Developer Documentation

Introduction

Introduction to backend admin slots

Developer Documentation Introduction

Slots allow for a module to include its own view on existing admin pages. See our section on backend admin slots for more information.

Introduction to collections for developers

Developer Documentation Introduction

Collections are not what the developer might associate with Laravel’s immutable structure, but a collection of rules being applied to the listing on the store’s frontend. Aero has a variety of collection rules which can alter the filters, more specifically, th...

Introduction to permissions for developers

Developer Documentation Introduction

As an agency, you will likely need to restrict the information and actions of admin accounts belonging to the retailer. This is easily set up using our user configuration page. For more information please see "How do I set permissions for users?" As a develope...

Introduction to transformers

Developer Documentation Introduction

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.

Introduction to events for developers

Developer Documentation Introduction

Events are a method of notifying different parts of Aero of tasks that have either been completed or need completing right after something has occurred. Events are only fired when a specified listener has been assigned to it and appropriately notified. The eve...

Introduction to pipelines

Developer Documentation Introduction

Pipelines provide a convenient way to manipulate a given payload. This payload can be an object or a simple string. See our section on pipelines for more information

Introduction to the account area

Developer Documentation Introduction

The account area provides an extendable area where your customers can view their orders and manage their accounts. See our section on the account area for more information.