Skip to main content
157 results for “custom module routes”
Sorted by relevance
Content Management / Pages
How do I create a new page?
...portant aspect when it comes to customers finding your store when sear ...utes section is used to provide custom fields, these may have been set up by your agency and used to display additional information about your page. Additional attributes are useful ...
Developer Documentation / Resource Lists
How do I create my own resource list?
...rceList. <?php namespace Acme\MyModule\ResourceLists; use Aero\Admin\R ...ce list: <?php namespace Acme\MyModule\Http\Controllers; use Aero\Admi ... ->with('status', 'customer', 'items', 'currency') ...header). <?php namespace Acme\MyModule\ResourceLists; use Aero\Admin\R...
General / Announcements
Admin v1.3 Released
... help on the order, product and customer lists (although they can be s ...et on any list page). They're custom to you so can be tailored to those filters you use the most. Another unsung hero we've managed to slip in is the ability to specify a central fil...
Storefront Developer Documentation / Blocks
How do I add additional information to block items?
...n the header navigation needs a custom class to turn the text red. The ...are possible through the use of custom attributes, which are set on each block item. Once the attributes have been defined against an item, they can be accessed on the storefront: {%...
Storefront Developer Documentation / Image Factory
What are the available options for Image factory?
...ich can be changed by setting a custom resolver: PHP \Aero\Store\Servi ...aceholder.svg'); }); If using a custom resolver, the values passed into the placeholder can then be accessed using the $placeholderValuesproperty: Twig <img src="{{ image_factory(15...
Catalog Management / Products
How do I change the images on my product?
...ariant has been selected by the customer (only shown when the product ...you want to display them to the customer. If you are editing a product that has variants then you will have additional options available; Clicking the "Toggle default/attribute image...
Catalog Management / Products
What is a product marker?
As well as providing your customers with detailed product inform ... for an enhanced and simplified customer experience Relevant manufacturers, categories, tags and attributes should be set up prior to adding a new product.
Developer Documentation / Payment Drivers
What are the capturing methods in my payment driver?
...two types of capturing methods: Automatic– the payment is both authorised and captured when the customer clicks the pay button - Manua ... payment is authorised when the customer clicks the pay button, the funds are ring-fenced and captured at a later date
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 ...nt gateway must indicate if the customer is using the express checkout. This could be achieved by storing the status in their session: public function isExpress(): bool { return sessio...
Developer Documentation / Response Builders
How do I redirect a response?
...ample, if you stored the age of customers (computed from their provide ...page) { if ($page->request->customer()->age < 18) { $page->setRedirect('/denied'); } }); As extension code is evaluated in the order it's added to the response builde...
Order Management / Introduction
Introduction to fulfillments
... steps to deliver items to your customer. It is easiest to imagine ful ...cel you will be sending to your customer. An order can have multiple fulfillments for a number or different reasons (e.g. items are too large to fit into a single package). Fulfillin...
Order Management / Orders
What are the payment and allocation indicators?
... order has been paid for by the customer - Unallocated- The stock has ...illed and is on it’s way to the customer. The payment and allocation indicators cannot be updated manually and instead depend on actions being performed on an order before they updat...
Storefront Developer Documentation / Themes
How do I display the prices from my price list?
...ied, how much of a discount the customer is getting, and whether the p ...sed by them being in a specific customer group). Listings Page Code Sn ...g.price.price_list_entry.is_for_customer">Your price </span> <s ...ntry && price_list_entry.is_for_customer">Your price </span> <s...
Catalog Management / Products
How do I manage inventory of my product?
...n selling via third party integrations as well as your Aero store. - Allow customers to purchase this product whe ...ck- Ticking this box will allow customers to purchase this item even when none are in-stock, this is particularly useful for drop shipping.
Order Management / Orders
How do I fulfill an order?
Once your customers start placing orders you’ll ...nless you want a lot of unhappy customers. Fulfilments – with the exception of some digital products – usually require actions taken outside of the Aero platform, such as packing and posting. When an order is...
Storefront Developer Documentation / Themes
How to Implement Subscriptions on the Product Page
...es product.twigfile that allows customers to see the available subscri ...s radio options that will allow customers to select a subscription plan (or select that they would like to make a one-time order if the product doesn’t require a subscription). <div ...
Storefront Developer Documentation / Themes
How do I implement subscriptions on the product page?
...s product.twigfile that allows customers to see the available subscri ...s radio options that will allow customers to select a subscription plan (or select that they would like to make a one-time order if the product doesn’t require a subscription). <div ...
Storefront Developer Documentation / Blocks
How do I display content blocks on the storefront?
... are creating your own theme or custom storefront, you must ensure these files are present in order for the content blocks to display correctly. └─ resources └─ views └─ blocks └─ html.twig └─ image.twig └─ l...