366 results
for “install a theme”
Sorted by relevance
Developer Documentation / Payment Drivers
How do I restrict the availability of my payment driver?
It is likely that a payment gateway could have restrictions on when it can be used. For example, a finance based provider may require a certain order total amount, be restricted by geographical location or the items being purchased.
To determine if the gateway...
Developer Documentation / Payment Drivers
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, a finance based provider may require a certain order total amount, be restricted by geographical location or the items being purchased.
To determine if the gateway...
Developer Documentation / Developer Faqs
What versions of Elasticsearch does Aero support?
Aero supports both Elasticsearch 6.x and 7.x.
Support for Elasticsearch 6.x is provided by the 0.x v ...ersion of
aerocommerce/elastic-search.
Support for Elasticsearch 7.x is provided by the 1.x v ...ersion of
aerocommerce/elastic-search.
Developer Documentation / Introduction
Introduction to the admin
The backend admin (theadmin (the "adminadmin") is the password-protected back office where administrative tasks can be performed. This includes managingaging the store's catalog (products, categories, manufacturers, etc.), viewing and processing orders, managing discounts, viewing report...
Storefront Developer Documentation / Sections
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 page where you are going to add the add the 'exampleample' Section - Step 2- Use the ...o insert the Section into your page:
{% section "exampleample" %}
Catalog Management / Attributes
Where do I find my attributes?
Your attributes are located in your Aero admin console.
Step 1 - Click the ... Catalog Management button in the left hand menu
Step 2 - Select Attributes from the Catalog Management menu
Developer Documentation / Php Traits
Aero\\Store\\Traits\\Seoable
This trait can be added to a model class. The trait adds a relationship to Aero\Store\Models\Seoand helper methods for adding SEO data to the model.
Catalog Management / Categories
How do I edit a category?
Step 1 - Login to your Aero Admin Console - Step 2 - Hover ov ...er the 'Catalog alog Manageanagemeagement' icon in the left hand menu
Step 3 - Click on 'Categories'
Step 4 - Search for the category you would like to edit (m ...ore information here; "How do I search my c...
Catalog Management / Collections
How do I edit a collection?
Step 1 - Login to your Aero Admin Console - Step 2 - Hover ov ...er the 'Catalog alog Manageanagemeagement' icon in the left hand menu
Step 3 - Click on 'Colle ...ctions'
Step 4 - Search for the collection you would ... like to edit (more information here; "How do I search my c...
Catalog Management / Manufacturers
How do I edit a manufacturer?
Step 1 - Login to your Aero Admin Console - Step 2 - Hover ov ...er the 'Catalog alog Manageanagemeagement' icon in the left hand menu
Step 3 - Click on 'Manufacturacturers'
Step 4 - Search for the manufacturer you would like to edit (m ...ore information here; "How do I search my m...
Catalog Management / Products
How do I edit a product?
Step 1 - Login to your Aero Admin Console - Step 2 - Hovver o ...ver the 'Catalog alog Manageanagemeagement' icon in the left hand menu
Step 3 - Click on 'Produ ...cts'
Step 4 - Search for the product you would li ...ke to edit (more information here; "How do I search my p...
Catalog Management / Tags
How do I edit a tag group?
Step 1 - Login to your Aero Admin Console - Step 2 - Hover ov ...er the 'Catalog alog Manageanagemeagement' icon in the left hand menu
Step 3 - Click on 'Tagsags'
Step 4 - Search for the tag group you would like to edit ( ...more information here; "How do I search my t...
Content Management / Blocks
How do I edit a block?
Step 1 - Login to your Aero Admin Console - Step 2 - Hover ov ...er the 'Content Managemeagement' icon in the left hand menu
Step 3 - Click on 'Block ...s'
Step 4 - Search for the block you would like ... to edit (more information here; "How do I search my b...
Content Management / Combinations
How do I edit a combination?
Step 1 - Login to your Aero Admin Console - Step 2 - Hover ov ...er the 'Content Managemeagement' icon in the left hand menu
Step 3 - Click on 'Combi ...nations'
Step 4 - Search for the Combination you would like to edit (mor ...e information here; "How do I search my c...
Content Management / Pages
What is a page?
Within Aero, Pages allow you to create static/information pages. These pages will not include listings.
E ...xamples of static/information pages include:
Terms and Conditions - About - Contact - Policies
Content Management / Pages
How do I edit a page?
Step 1 - Login to your Aero Admin Console - Step 2 - Hover ov ...er the 'Content Managemeagement' icon in the left hand menu
Step 3 - Click on 'Pages'
Step 4 - Search for the Combination you would like to edit (mor ...e information here; "How do I search my p...
Developer Documentation / Developer Faqs
Is Laravel required to run Aero?
Yes, the Aero platform is built on top of the Laravel framework. Knowledge of Laravel is not essential for basic Aero development but will help wi ...th more complex actions and configurations.
Developer Documentation / Introduction
Introduction to backend admin slots
Slots allow for a module to include its own view ...on existing admin pages.
See our section on backend admin slots for more information.