Skip to main content
349 results for “install a theme”
Sorted by relevance
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...
Storefront Developer Documentation / Introduction
Introduction to storefront pages
Pages form the core of your Aero Storefront. Pages are the main structural element of your store. Aero Pages are dynamic, this allows a single page to display various content, depending on cust ...omer actions. This makes Aero pages easy to update an...
Content Management / Introduction
Introduction to blocks
Blocks provide an easy way to include dynamic content in your storefront. ...Blocks are specific elements, or section ...s of displayed content within pages. Blocks allow easy duplication of contnet and can be reused across an unlimited number of pag...
Developer Documentation / Developer Faqs
How do I configure the PHP memory limit?
Due to the number of fields that are sometimes present in the admin, it may be necessary to adjust the PHP max_input_varsvalue. The default of 1,000 fields can be too small when managing a product that contains hundereds of variants. This limit is quickly re...
Developer Documentation / Introduction
How do I obtain package repository credentials?
Once logged in to Agora, head over to the projects section and click the New project button. ...You'll need to give the project a name, for example, the website name or your client's company. In the exampleample below, we've used a fictional company of "Acme Inc"...
Developer Documentation / Listings And Search
How do I filter listings?
There may be occasions where you need to pre-filt ...er listings. For example, you may want to ensure that all listings are connected to a certain sub-store or Dropship provide ...r, or all share a tag that is set by your application rather than applied b...
Developer Documentation / Payment Gateways
How do I restrict payment methods?
There may be circumstances where a retailer wishes to restrict the payment methods that are available to a customer when checking out. Whi ...lst a payment gateway may have restrictions, these may not be sufficient, or the limi ...tations may need to apply to multi...
Order Management / Introduction
Introduction to orders
Orders are the main focus of your Order Management and your whole store for that matter. When customers place orders through your store you ... can see and action them from this section of ...the admin. The orders section is also where you can process return...
Catalog Management / Introduction
Introduction to manufacturers
Manufacturers are where you store brand information. Aero automatically creates manufacturer pages within your store, allowing your customers to easily view and purchase their favouravourite brands.ands. See "What is a manufacturer? A typical manufacturers list;
Catalog Management / Introduction
Introduction to tags
Tags are a way to group products together and give you complete flexibility ... - you can group products any way you like. This could be by sim ...ilar colours, or creating recommended lists, or anything else that works for you. See "What is a tag? A typical tags list;
Catalog Management / Products
How do I search my products?
Within your Aero admin console, your main product screen allows easy searching of all products. Search filters Search filters are shown below your search criteria. These allow you to search products by product markers. You can choose whether specific marker...
Developer Documentation / Payment Drivers
What is the payment driver interface in my payment driver?
All payment gateway drivers must implement the Aero\Payment\Contracts\PaymentDriverinterface. The Aero\Payment\PaymentDriverabstract class can be used as the starting point, which supports the ... ECOMoperation mode by default.ault. It's important to register ...
Order Management / Orders
How do I search orders?
Within your Aero admin console, your main orders screen allows easy searching of all orders. Step 1 - Login to you ...r Aero Admin Console - Step 2 - Hover ov ...er the ‘Order Management’ icon in the left hand menu - Step 3 - Click on 'Ord ...ers' Step 4 - Enter your search term in the Searchinput at t...
Storefront Developer Documentation / Pages
Introduction to twig
Storefront pages are built using the Twig template engine. Twig is a fast, secure and flexible PHP templating solution. Before developing ... with Aero, we recommend that you become acquainted with the core concepts of ...Twig. The official Twig documentation is a great ...
Catalog Management / Products
What is the products list?
Your product list shows all of your current products and includes a summary of important information including Name, Model, Manufacturer, Price and Stock. This allows you to quickly check key d ...etails and quickly drill into your produ ...ct for further information. Example Product List;
Content Management / Introduction
Introduction to pages
Pages are static information pages within your storefront. Thes ...e would include contact, about, terms and conditions and other pages with non-dynamic content. See "What is a page? A typical pages list;
Storefront Developer Documentation / Themes
How do I display the prices from my price list?
You can display what the sales price was before the price list was applied, how much of a discount the customer is gettin ...g, and whether the price they’re see ...ing is specifically for them (such as a price caused by them being in a specific customer group). Listi...
Developer Documentation / Payment Drivers
How do I support express checkout in my payment driver?
If the payment gateway stores customer information, this can be used to populate the contact information, billing and/or shipping address. To specify that the payment gateway supports the express checkout ...flow, use the Aero\Payment\OffersExpressCheckou...