Skip to main content

Recently Updated Pages

Introduction to fulfillments

Order Management Introduction

Fulfillments in the admin are where you take steps to deliver items to your customer. It is easie...

Updated 2 days ago by Michael Price

Where do I find order management?

Order Management Introduction

Order Management is located in your Aero admin console. Step 1: Hover over the Order Management b...

Updated 2 days ago by Michael Price

What is order management?

Order Management Introduction

Order Management is where your orders and fulfillments are stored in the system. The Order Manage...

Updated 2 days ago by Michael Price

Introduction to orders

Order Management Introduction

Orders are the main focus of your Order Management and your whole store for that matter. When cus...

Updated 2 days ago by Michael Price

How do I logout of the admin?

Getting Started Using The Admin

To logout of the admin click the last button at the bottom of the main menu. Make sure you've sav...

Updated 2 days ago by Michael Price

How do I reset my password?

Getting Started Using The Admin

In order to reset your password you will need to contact with your agency who will be able to pro...

Updated 2 days ago by Michael Price

How do I login to my store?

Getting Started Using The Admin

The default login for your store is your store url with /admin on the end of it. However for secu...

Updated 2 days ago by Michael Price

How much does Aero cost?

Getting Started Intro To Aero

Commercials overview There is a single fee for using Aero, based on the revenue of the retailer: ...

Updated 2 days ago by Michael Price

Welcome to our knowledge base

Getting Started Intro To Aero

Welcome to the Aero Knowledge Base, here you'll find everything you need to know about Aero, as w...

Updated 2 days ago by Michael Price

How do I download the code?

General Faq

Start by registering with us at https://agora.aerocommerce.com/registerAgora account to create an...

Updated 2 days ago by Michael Price

Admin v1.3 Released

General Announcements

It's been almost 2 weeks since the last admin release, and we're back with more features! We've c...

Updated 2 days ago by Michael Price

Admin v1.2 Released

General Announcements

The main focus of 1.2 are the improvements to the mail notifications screens, where the team have...

Updated 2 days ago by Michael Price

How do I use a custom total item price totalizer for a shipping rate?

Developer Documentation Validation

Setting a custom item price totalizer allows you to define the logic used to get the total price ...

Updated 2 days ago by Michael Price

How do I use a custom total item weight totalizer for a shipping rate?

Developer Documentation Validation

Setting a custom item weight totalizer allows you to define the logic used to get the total weigh...

Updated 2 days ago by Michael Price

How do I set a custom order validator for shipping rates?

Developer Documentation Validation

You can override the default logic that decides whether a shipping rate is applicable to an order...

Updated 2 days ago by Michael Price

What are the available validation requests?

Developer Documentation Validation

Example: <?php namespace Aero\Store\Http\Requests; use Aero\Common\Requests\AeroRequest; class Up...

Updated 2 days ago by Michael Price

How do I set a custom order validator for shipping methods?

Developer Documentation Validation

You can define logic that will be used to confirm if a shipping method is available for a specifi...

Updated 2 days ago by Michael Price

How do I display validation error messages?

Developer Documentation Validation

There are multiple ways of displaying your validation errors. From the backend perspective, the r...

Updated 2 days ago by Michael Price

How do I create custom validation requests?

Developer Documentation Validation

To create a custom validation request, we need to extend the AeroRequestabstract class that’s loc...

Updated 2 days ago by Michael Price

How do I use validation requests?

Developer Documentation Validation

To use a custom validation request, we have to replace the request that is passed to the controll...

Updated 2 days ago by Michael Price