Recently Updated Pages
How do I delete an attribute group?
Deleting attribute groups cannot be undone Step 1 - Login to your Aero Admin Console - Step 2 - H...
How do I create a new attribute group?
In order to create a new attribute group first navigate to the attributes listings page and click...
How do I edit an attribute group?
Step 1 - Login to your Aero Admin Console - Step 2 - Hover over the 'Catalog Management' icon in ...
How do I create a new attribute?
Individual attributes are tied to their group, in order to create a new attribute you must first ...
How do I give split listings names generated from their attributes?
This code example extends the Aero\Search\Elastic\Documents\ListingDocumentdocument to generate ...
Listing items per page
Update AppServiceProvider app>Providers>AppServiceProvider.php Add the following namespaces: use ...
How do I implement subscriptions on the product page?
To implement subscriptions on your product page you’ll need to add some code to your themes prod...
How do I use a custom Vue component in the storefront?
This repo (https://github.com/aerocargo/example-vue You need to make your component .vuefile(s) a...
How to Implement Subscriptions on the Product Page
To implement subscriptions on your product page you’ll need to add some code to your themes produ...
How do I display the prices from my price list?
You can display what the sales price was before the price list was applied, how much of a discoun...
How do I compile my theme styles?
To compile the styles of your theme you first need to change directory in terminal to your theme ...
How do I create a custom theme?
If you've created a custom .yml config file you can build a theme by referencing it as the --conf...
How do I create a custom twig function?
Aero can extend Twig to add custom functions that can then be used throughout the shop. To create...
Anatomy of a theme
└─ layout └─ page └─ section └─ snippet └─ element └─ element └─ ...
How to add a header image to your listings page
On a listings page we can pass through an image from the admin using the combinationvariable in ...
How to add sashes to your listing card / product page
There are several ways to achieve this feature. We'll highlight a few below. Method 1: Using tags...
How do I convert a listings page into a landing page?
Update AppServiceProvider Add the following namespaces: use Aero\Catalog\Models\Category; use Aer...
How do I add featured products to the homepage of my store?
Listing collections can be used to group products together and display them on specified pages. I...
How do I add a contact form to my storefront?
Introduction Forms Location your_theme_name>resources>views>forms Any files created inside this d...
How do I use a storefront section?
To use a Section within an Aero page, follow the steps below: Step 1- Within Views, select the pa...