349 results
for “install a theme”
Sorted by relevance
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.*)
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...
Developer Documentation / Google Shopping Feed
How do I configure the Google Shopping feed?
Generating the taxonomy
Generating the taxonomy table is a required task after we’ve initially installed the package, and is the source of all the categories provided by google shop ...ping.
To generate the taxonomies table we can:
Navigate to the modu...
Getting Started / Intro To Aero
Welcome to our knowledge base
Welcome to the Aero Knowledge Base, ase, here you'll find everything ...you need to know about Aero, as well as answers to commonly asked questions, developer docume ...ntation and everything inbetween.
I'm a retailer
For getting started as a retailer on our platfo...
Storefront Developer Documentation / Blocks
How do I display content blocks on the storefront?
...ck items is shown below. If you are creating your own theme or custom st ...nt, you must ensure these files are present in order for the cont ...ent blocks to display correctly.
└─ resources
└─ ... └─ html.twig
└─ image.twig
└─ link.twig...
Catalog Management / Products
How do I manage inventory of my product?
In order to update your products inventory, firs ...t you will need to navigate to the product in the admin. To do this use the "Catalog alog Manageanagement&quagement" menu and land locate the &qate the "Products" button.
Where ...the inventory is located on this page will depend on ...
Storefront Developer Documentation / Introduction
Introduction to sections
Edit once, change everywhere - Sections remove ... unnecessary code duplication and streamline developer activity.
Sections are reusable chunks of markup and/or code that allow developers to componentise ...functionality.
Sections allow developers to reduce duplic...
Developer Documentation / Validation
How do I display validation error messages?
There are multiple ways of displaying your validation errors. From the backend perspective, the request always returns errors to the view if ... validation had not passed.
Alert partial view
Aero has an error partial which automatically displays all the va...
Developer Documentation / Response Builders
How do I extend responses?
Adding additional code to run on the response is ... as simple as calling the **extend()**method on ...the response builder class. This is typically done from within a Service Provider. If the code i ...s unique to a particular store it could be place...
Storefront Developer Documentation / Introduction
What is the storefront?
Your Aero storefront is your customer ...facing front-end.
Storefronts are built using a component based structure. This greatly reduces both your developmen ...t and maintenance effort. Using components allows you to make store-wide changes quickly an...
Developer Documentation / Configuration
How do I store product images on S3
You need to configure and set up your Laravel project for the S3 storage driver. You can read more about this in the laravel documentationAWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGION, and AWS_BUCKET) and installing a composer package (league/f...