Recently Updated Pages
Can I restricting availability of my payment driver?
It is likely that a payment gateway could have restrictions on when it can be used. For example, ...
What are operating modes in my payment driver?
There are two modes a gateway can operate: ECOM– a standard ecommerce online transaction, typical...
How do I capture a payment in my payment driver?
If the gateway provides the option to defer capturing the payment (authorising and capturing are ...
How do I refund a payment in my payment driver?
If the payment gateway provides the ability to externally make refund requests, the payment drive...
How do I cancel a payment in my payment driver?
If capturing of the payment is done at a later stage to the initial authorisation, the payment ga...
What is the payment driver interface in my payment driver?
All payment gateway drivers must implement the Aero\Payment\Contracts\PaymentDriverinterface. Th...
What are the capturing methods in my payment driver?
here are two types of capturing methods: Automatic– the payment is both authorised and captured w...
How do I create a custom module?
When interacting with the admin, especially when making a custom module, it is important to requi...
Anatomy of a custom module
└─ module └─ database └─ migrations └─ public └─ resources ...
How do I register a custom Vue component for my module
To register a Vue component for our module, we will need to create a JavaScript file for our comp...
How to Extend the Elastic Search Listing Model
The Aero\Search\Elastic\Models\Listingmodel is built up from an array of data returned from elas...
How do I extend the document structure for listings and seach?
One of the most useful features of the listings and search system is the ability to add custom da...
How do I filter listings?
There may be occasions where you need to pre-filter listings. For example, you may want to ensure...
How do I re-build the listings and search index?
At times (especially during the development phase of a store build), it may be necessary to delet...
How do I add custom facets to listing and search?
Faceted navigation in eCommerce allows customers the ability to refine down a catalog of products...
How do I setup the search index?
Firstly, you should ensure that the Elasticsearch host information is defined in the store's .env...
How do I re-index listing and search documents?
Aero automatically manages indexing changes to documents. For example, if a product's stock level...
How do I create a custom sort order for the listings pages?
When you set the sort get parameter in a listing pages url (e.g. ?sort=name-az), a method is call...
What are the available documents for listings and search?
There are 2 documents available: Aero\Search\Elastic\Documents\ListingsDocument This document is ...
Introduction to resource lists
Resource lists allow a table to be extended through additional columns, filters, or sort bys and ...