Advanced Search
Search Results
349 total results found
How do I create custom validation requests?
To create a custom validation request, we need to extend the AeroRequestabstract class that’s located in aerocommerce/core. To create a custom request, open the terminal in the project root directory and type the following command: php artisan make:request MyR...
How do I use validation requests?
To use a custom validation request, we have to replace the request that is passed to the controller function we wish to affect. Change from: public function updateAddress(Request $request, Customer $customer) Change to: public function updateAddress(UpdateAddr...
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 validation...
What are the available validation requests?
Example: <?php namespace Aero\Store\Http\Requests; use Aero\Common\Requests\AeroRequest; class UpdateAddressRequest extends AeroRequest { /** * Determine if the user is authorized to make this request. * * @return bool */ public fun...
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 specific order. By default all shipping methods that have available shipping rates (you can set a custom order validator for shipping rates too) for an order are availabl...
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. By default shipping rates are validated against their configuration set in the admin (allowed/disallowed tags, total weight, and total price). To set the logic y...
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 of a collection of order items (this value will be used when validating that a shipping rate is available for an order). To set the logic you need to use the **\Ae...
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 weight of a collection of order items (this value will be used when validating that a shipping rate is available for an order). To set the logic you need to use the **\...
Admin v1.2 Released
The main focus of 1.2 are the improvements to the mail notifications screens, where the team have worked on making it easier for retailers to know what variables are available to pop into their email templates (for example, knowing {{ order.reference }}is how ...
Admin v1.3 Released
It's been almost 2 weeks since the last admin release, and we're back with more features! We've continued to improve the list views (we call these resource lists), and have added support for searching on specific columns. This offers several benefits, but the ...
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.
Welcome to our knowledge base
Welcome to the Aero Knowledge Base, here you'll find everything you need to know about Aero, as well as answers to commonly asked questions, developer documentation and everything inbetween. I'm a retailer For getting started as a retailer on our platform expl...
How much does Aero cost?
Commercials overview There is a single fee for using Aero, based on the revenue of the retailer: Revenue (per annum) Aero Monthly Fee Up to £250k £50 £250k to £1m £150 £1m to £3m £250 £3m + £500 The fee is only payable on launch of the store - Not subject to a...
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 security reasons it may have been changed to a different url. The new url will need to be provided to you by your agency. Your login credentials (username and password...
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 provide you with a new password.
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 saved your work, although we will prompt you when you have any unsaved changes just to be on the safe side.
Introduction to orders
Orders are the main focus of your Order Management and your whole store for that matter. When customers place orders through your store you can see and action them from this section of the admin. The orders section is also where you can process returns and ref...
Where do I find order management?
Order Management is located in your Aero admin console. Step 1: Hover over the Order Management button in the left hand menu Step 2 - Select the information you want to view from the Order Management menu