Skip to main content
349 results for “install a theme”
Sorted by relevance
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...
Storefront Developer Documentation / Breadcrumb
How do I manipulate the breadcrumb?
The breadcrumb can be manipulated from within a PHP file. Typically, this will either be on an existing Aero route such as the homepage or product page, or a new route that is custom to the project or mo ...dule. Adding to the breadcrumb To add crumbs to the brea...
Developer Documentation / Payment Drivers
How do I complete the transaction in my payment driver?
Once the payment gateway has handled the customer inputting the ...ir secure details (such as card information), they will most likely be ...redirected back to the retailerailer's store. On doing so, the ...completemethod is called on the payment driver, allo...
Developer Documentation / Blocks
How do I export content blocks?
...port content blocks, we require an Aero package. To install this package, type the following command in the project root directory ...: composer require aerocargo/blocks-import-export After the package has been installed successfully, we can navigate...
Developer Documentation / Blocks
How do I import content blocks?
...content blocks, we will require an Aero package. To install this package, type the following command in the project root directory ...: composer require aerocargo/blocks-import-export After installing the package, we can navigate to the adminthen Cont...
Developer Documentation / Listings And Search
How do I setup the search index?
Firstly, you should ensure that the Elasticsearch host information is defined in the store's . ...g the service directly on your machine (either natively or through Docker), you'l ...ost likely use the following details: ELASTICSEARCH_HOST=localhost ELASTI...
Catalog Management / Products
How do I manage shipping options for my product?
In order to update your products shipping option ...s, first 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 shipping options are located on this page will dep...
Developer Documentation / Events
How do I make custom mail notification events?
To create an event that shows up in the Mail Notifications part of the admin your event needs to extend Aero\Events\ManagedEventand have Aero\Events\ManagedHandleras a registered listener. To create an event you need to create a class that extends Aero\Eve...
Developer Documentation / Introduction
Introduction to events for developers
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 e...
Developer Documentation / Pipelines
How do I extend pipelines?
The payload data can be altered using the **extend()**met ...hod. This is typically done from within a Service Provider. If the code i ...s unique to a particular store it could be placed in the **boot()**method of t ...he AppServiceProvider. If it is to b...
Catalog Management / Products
How do I change the images on my product?
In order to update your products images, first 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. Next w ...e'll scroll down to the images section. You can upload imag...
Catalog Management / Introduction
What is catalog management?
Catalog Management is where you create, store and manage your products. It is the cent ...ral hub where you control everythi ...ng you sell. In addition to products, Catalog Management also holds associated product information, including: Manufacturers -...
Storefront Developer Documentation / Themes
Listing items per page
Update AppAppServiceProvider app>app>Providers>AppServiceProvider.php Add the following namespaces: use Aero\Store\Http\Responses\Listing ...sJson; use Aero\Store\Http\Responses\Listing ...sPage; use Aero\Store\Http\Responses\SearchJson; use Aero\Store\Http\Res...
Developer Documentation / Payment Drivers
How do I register the transaction in my payment driver?
When a payment method is selected that uses the gateway driver, the registermethod is ... called. Within this method, the bo ...otstrapping of the transaction should be carried out. This may involve connecting to the payment gateway's API to register ...
Developer Documentation / Settings
Do do I set the default value of my custom setting?
You can add a default value to any setting by using the defaultmethod and passassing your defaulault valualue. <?php namespace Acme\MyModule; use Aero\Common\Facades\Settings; use Aero\Common\Providers\ModuleServi ...ceProvider; use Aero\Common\Settings\SettingGroup...
Content Management / Introduction
Introduction to combinations
Combinations are used where you want to give a unique identity to a combination of filters. Combinations example - Guitar Amps on Sale For example if you wanted to create a combination called: Guitar Amps on Sale This would include all reduced price mens items, and...
Developer Documentation / Settings
How do I handle translations?
...g your setting groups title/summary, or a settings label/hint you can make use of Laravel Localizatiation for transanslatiations. <?php namespace Acme\MyModule; use Aero\Common\Facades\Settings; use Aero\Common\Providers\ModuleServi ...ceProvider; use Aero\Common\Settings\SettingGroup...
Order Management / Introduction
Introduction to fulfillments
Fulfillments in the admin are where you take steps to deliver items to you ...r customer. It is easiest to imagine fulfillments as each parcel you will be sending to your ... customer. An order can have multiple fulfillments for a number or different reasons (e....