366 results
for “install a theme”
Sorted by relevance
Developer Documentation / Settings
How do I register custom settings?
...er settings you need to use the Aero\Common\Facades\Settingsfacade from the setupmethod of your ...s service provider. You should call the groupmethod on the facade and pass in a unique name for your settings group and a closure that defines your s...
Storefront Developer Documentation / Layouts
Introduction to layouts
Layouts standardise the look and feel of your Aero storefront.
Layout location
All layouts are held within your local Aero installation.You can find them here:
resources>view ...s>layouts
Storefront Developer Documentation / Introduction
Introduction to blocks for storefront developers
Whilst the layout of the storefront is dictated by the theme, the displayed content is managed through blocks. This include ...s navigation (such as header and footer menus), promotional imagery, static text and HTML snippets. Each block can contain multiple it...
Developer Documentation / Configuration
How do I check for permissions?
...king for permission, you should always be as explicit as you can. For example, checking a user has the
custom.viewor
custom.managepermissions.
Guarding content in a Blade file:
ade file:
@can('can('custom.view')
...
@endcan
@canany(['orders&anany(['orders', 'custom'])
....
Storefront Developer Documentation / Themes
How to Implement Subscriptions on the Product Page
... subscriptions on your product page you’ll need to add some code to your themes prod ...uct.twigfile that allows customers to see the available subscription plans and select the one they want.
The code snippet below provi ...des radio options that will allow cust...
Storefront Developer Documentation / Themes
How do I implement subscriptions on the product page?
... subscriptions on your product page you’ll need to add some code to your themes
pro ...duct.twigfile that allows customers to see the available subscription plans and select the one they want.
The code snippet below provi ...des radio options that will allow cust...
Storefront Developer Documentation / Image Factory
How do I use Image Factory?
The image factory can be called using the
image_factory()helper function from with ...in PHP (.php and .blade.php) and Twig (.twig) files. When init ...ializing an instance, the width and height of the resized image must be provided (in pixels). ...
The image factory outputs a signed URL ...
Developer Documentation / Listings And Search
How to Extend the Elastic Search Listing Model
The
Aero\Search\Elastic\Models\Listingmodel is buil ...t up from an array of data returned from elastic search. You can moan modify the model's attributes through the
Aero\Search\Elastic\Pipelines\ListingAttributespipeline.
For example you can change every listin...
Order Management / Orders
What is the order status history?
Every order within Aero has an order status history, displayed in the bottom right hand corner of the order screen.
T ...he order status history allows you to quickly see how the ... status of an order has changed over time, showing the prev ...ious status and the new status along wit...
Developer Documentation / Google Shopping Feed
How do I export the Google Shopping feed?
To export the feed we need to navigate into the module’s section in ...the admin, and then to Google Shopping. Prov ...ided we’ve generated the taxonomies and have configured the package correctly, we can click on the Exportbutton to b ...egin mapping out the feed.
Mapping allo...
Developer Documentation / Introduction
Introduction to permissions for developers
As an agency, you will likely need to r ...estrict the information and actions of admin accounts belonging to the retailer.
This is easily set up using our user confi ...guration page. For more information please sase see "How do I set permissions ... for users?"
As a developer you can expand on ...
Getting Started / Using The Admin
How do I login to my store?
The default login for your store is your ... store url with /admin on the end of it. However f ...or security reasons it may have been changed to a different url. The new url will ...d to be provided to you by your agency.
Your login credentials (username and password) shoul...
Catalog Management / Products
How do I update the pricing of my product?
In order to update your products pricing, first ...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 price is located on this page will depend on if the product...
Content Management / Missing Pages
What is the missing pages list?
The missing pages list shows you a list of URLs (within your store ...'s domain) that users or agents have tried and failed to access, along with the number of times us ...ers have attempted to access that url, the date of the last time someone tried to access ...
Developer Documentation / Customization
How do I remove the manufacturers name from the order items name?
By default if a product name doesn’t contain the manufacturer name already, the manufacturer name is appended to the front of the prod ...uct name when converting a cart item to an order item.
If you don’t want the manufacturer name appended to the prod...
Developer Documentation / Introduction
Introduction to collections for developers
Collections are not what the developer might associate with Laravel’s immutable structure, but a collection of rules being applied to the listing on the sto ...re’s frontend.
Aero has a variety of collection rules which ...can alter the filters, more specif...
Developer Documentation / Introduction
Introduction to payment drivers
A payment driver is the brain behind the payment method and serves as a bridge to the payment gateway. Whilst there are several integrations that are maintained by the Aero team, a store may require a bespoke integration in order to meet the requir ...ements of a retailer.
See our section on pa...
Developer Documentation / Blocks
Introduction to blocks
Whilst the layout of the storefront is dictated by the theme, the displayed content is managed through blocks. This include ...s navigation (such as header and footer menus), promotional imagery, static text and HTML snippets. Each block can contain multiple it...