Skip to main content

Recently Updated Pages

How do I delete an attribute group?

Catalog Management Attributes

Deleting attribute groups cannot be undone Step 1 - Login to your Aero Admin Console - Step 2 - H...

Updated 2 days ago by Michael Price

How do I create a new attribute group?

Catalog Management Attributes

In order to create a new attribute group first navigate to the attributes listings page and click...

Updated 2 days ago by Michael Price

How do I edit an attribute group?

Catalog Management Attributes

Step 1 - Login to your Aero Admin Console - Step 2 - Hover over the 'Catalog Management' icon in ...

Updated 2 days ago by Michael Price

How do I create a new attribute?

Catalog Management Attributes

Individual attributes are tied to their group, in order to create a new attribute you must first ...

Updated 2 days ago by Michael Price

How do I give split listings names generated from their attributes?

Storefront Developer Documentation Themes

This code example extends the Aero\Search\Elastic\Documents\ListingDocumentdocument to generate ...

Updated 2 days ago by Michael Price

Listing items per page

Storefront Developer Documentation Themes

Update AppServiceProvider app>Providers>AppServiceProvider.php Add the following namespaces: use ...

Updated 2 days ago by Michael Price

How do I implement subscriptions on the product page?

Storefront Developer Documentation Themes

To implement subscriptions on your product page you’ll need to add some code to your themes prod...

Updated 2 days ago by Michael Price

How do I use a custom Vue component in the storefront?

Storefront Developer Documentation Themes

This repo (https://github.com/aerocargo/example-vue You need to make your component .vuefile(s) a...

Updated 2 days ago by Michael Price

How to Implement Subscriptions on the Product Page

Storefront Developer Documentation Themes

To implement subscriptions on your product page you’ll need to add some code to your themes produ...

Updated 2 days ago by Michael Price

How do I display the prices from my price list?

Storefront Developer Documentation Themes

You can display what the sales price was before the price list was applied, how much of a discoun...

Updated 2 days ago by Michael Price

How do I compile my theme styles?

Storefront Developer Documentation Themes

To compile the styles of your theme you first need to change directory in terminal to your theme ...

Updated 2 days ago by Michael Price

How do I create a custom theme?

Storefront Developer Documentation Themes

If you've created a custom .yml config file you can build a theme by referencing it as the --conf...

Updated 2 days ago by Michael Price

How do I create a custom twig function?

Storefront Developer Documentation Themes

Aero can extend Twig to add custom functions that can then be used throughout the shop. To create...

Updated 2 days ago by Michael Price

Anatomy of a theme

Storefront Developer Documentation Themes

└─ layout └─ page └─ section └─ snippet └─ element └─ element └─ ...

Updated 2 days ago by Michael Price

How to add a header image to your listings page

Storefront Developer Documentation Themes

On a listings page we can pass through an image from the admin using the combinationvariable in ...

Updated 2 days ago by Michael Price

How to add sashes to your listing card / product page

Storefront Developer Documentation Themes

There are several ways to achieve this feature. We'll highlight a few below. Method 1: Using tags...

Updated 2 days ago by Michael Price

How do I convert a listings page into a landing page?

Storefront Developer Documentation Themes

Update AppServiceProvider Add the following namespaces: use Aero\Catalog\Models\Category; use Aer...

Updated 2 days ago by Michael Price

How do I add featured products to the homepage of my store?

Storefront Developer Documentation Themes

Listing collections can be used to group products together and display them on specified pages. I...

Updated 2 days ago by Michael Price

How do I add a contact form to my storefront?

Storefront Developer Documentation Themes

Introduction Forms Location your_theme_name>resources>views>forms Any files created inside this d...

Updated 2 days ago by Michael Price

How do I use a storefront section?

Storefront Developer Documentation Sections

To use a Section within an Aero page, follow the steps below: Step 1- Within Views, select the pa...

Updated 2 days ago by Michael Price