Recently Updated Pages
Introduction to fulfillments
Fulfillments in the admin are where you take steps to deliver items to your customer. It is easie...
Where do I find order management?
Order Management is located in your Aero admin console. Step 1: Hover over the Order Management b...
What is order management?
Order Management is where your orders and fulfillments are stored in the system. The Order Manage...
Introduction to orders
Orders are the main focus of your Order Management and your whole store for that matter. When cus...
How do I logout of the admin?
To logout of the admin click the last button at the bottom of the main menu. Make sure you've sav...
How do I reset my password?
In order to reset your password you will need to contact with your agency who will be able to pro...
How do I login to my store?
The default login for your store is your store url with /admin on the end of it. However for secu...
How much does Aero cost?
Commercials overview There is a single fee for using Aero, based on the revenue of the retailer: ...
Welcome to our knowledge base
Welcome to the Aero Knowledge Base, here you'll find everything you need to know about Aero, as w...
How do I download the code?
Start by registering with us at https://agora.aerocommerce.com/registerAgora account to create an...
Admin v1.3 Released
It's been almost 2 weeks since the last admin release, and we're back with more features! We've c...
Admin v1.2 Released
The main focus of 1.2 are the improvements to the mail notifications screens, where the team have...
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 used to get the total price ...
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 used to get the total weigh...
How do I set a custom order validator for shipping rates?
You can override the default logic that decides whether a shipping rate is applicable to an order...
What are the available validation requests?
Example: <?php namespace Aero\Store\Http\Requests; use Aero\Common\Requests\AeroRequest; class Up...
How do I set a custom order validator for shipping methods?
You can define logic that will be used to confirm if a shipping method is available for a specifi...
How do I display validation error messages?
There are multiple ways of displaying your validation errors. From the backend perspective, the r...
How do I create custom validation requests?
To create a custom validation request, we need to extend the AeroRequestabstract class that’s loc...
How do I use validation requests?
To use a custom validation request, we have to replace the request that is passed to the controll...