366 results
for “install a theme”
Sorted by relevance
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.
Getting Started / Using The Admin
How do I logout of the admin?
To logout of the admin click the last button at the bottom of the main menu.
Make sake sure you've saved your work, although we will prompt you when ...you have any unsaved changes just to be on the safe side.
Catalog Management / Products
How do I delete a product?
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 'Produ ...cts'
Step 4 - Search for the product you would li ...ke to delete (more information here; "How do I search my p...
Catalog Management / Tags
How do I edit a tag?
Step 1: Hover over the Catalog Management button in the left hand menu
Step 2 - Select Tags from the Catalog Management menu
Step 4 - Search for tag group containing the tag you would like to edit (more i ...nformation here; "How do I search my tags? - Step 5 - Click on...
Developer Documentation / Developer Faqs
Which versions of PHP will Aero run on?
Aero requires PHP Version 7.2 and above.
Developer Documentation / Introduction
Introduction to listings and search
Aero offers out-of-the-box listin ...gs and search system which is powered by E ...lasticsearch
Please note the Elasticsearch version is 6.8.
See our sect ...ion on listings and search for more information.
Storefront Developer Documentation / Breadcrumb
How do I access the breadcrumb?
To access the breadcrumb on the storefront, use th ...e
breadcrumb()function inside Twig fil ...es:
<ul class="breabcrumb&abcrumb">
{% for crumb in breadcrumb() %}
<li class=&ass="crumb">
{% if lo ...op.last %}
<span&an>{{ crumb.name }}</span>
...
Storefront Developer Documentation / Routing
How do I set a slug validator?
You can control if a collection of slugs is valid or not by setting your own validator:
\Aero\Store\Routing\Slugs::setValidator(function ($slugs, $resolver) ...& $slugs->where('model_type', 'tag')->count()) return false;
return true;
});
Screencasts / Getting Started
How much does Aero cost?
This article had no body content in the Zendesk export.
Developer Documentation / General
How do I set up a slug validator?
You can control if a collection of slugs is valid or not by setting your own validator:
\Aero\Store\Routing\Slugs::setValidator(function ($slugs, $resolver) ...& $slugs->where('model_type', 'tag')->count()) return false;
return true;
});
Developer Documentation / Installation Deployment
What are the system requirements?
Your system must satisfy the following requirements ...:
PHP (>= 7.2) with BCMath, Ctype, JSON, Mbstring, OpenS ... PDO, Tokenizer, XML, cURL,GD/ImageMagick
Composer
Nginx or Apache
Nache
Node.js (>= 8.10)
MySQL (>= ...5.7)
Elasticsearch (6.*)
Shelf
Using Aero
Legacy Aero usage documentation - new version coming soon!
Getting Started
Intro To Aero
Intro To Aero
Shelf
Developing with Aero
Legacy Aero development documentation. New version coming soon!
Developer Documentation
Admin Dashboard Lenses
Admin Dashboard Lenses
Developer Documentation
Admin Slots
Admin Slots
Developer Documentation
Admin Vue
Admin Vue
Developer Documentation / Module Development
How do I setup routes for my custom module?
There are a few necessary steps to create and properly configure module rou ...ting.
Creating routes
The first step to cr ...eating module routes is to create a directory named routeson the same level as the srcdirectory – for more in ...formation refer to "Anatomy of a cust...