Skip to main content
159 results for “custom module routes”
Sorted by relevance
Catalog Management / Products
How do I create a single product?
...e- this is the normal price the customer will pay for the item. - Redu ...ell as your Aero store. - Allow customers to purchase this product whe ...ck- Ticking this box will allow customers to purchase this item even w ... traded products. It is used by customs authorities around the world t...
Developer Documentation / Account Area
How do I extend a page or set in the account area?
...he page. <?php namespace Acme\MyModule; use Aero\AccountArea\Http\Resp ...Page; use Aero\Common\Providers\ModuleServiceProvider; class ServicePr ...ovider extends ModuleServiceProvider { public func ...; } } <?php namespace Acme\MyModule; use Aero\AccountArea\Http\Resp...
Developer Documentation / Google Shopping Feed
How do I configure the Google Shopping feed?
...s table we can: Navigate to the modules’ section in the admin and gene ...rate taxonomies through the modules’ interface 2. Run a command fr ... Setting the value in the admin modules’ section under Configuration i ...n the Google Shopping module. Query parameters Query paramet...
Developer Documentation / Pipelines
How do I extend pipelines?
... is to be included as part of a module, then it can be added to the se ...tup method of the module's Service Provider. For example ..., if a module needs to add an option to items ...class should be extended in the module's ServiceProvideras shown below...
Developer Documentation / Settings
How do I add settings to the product model?
...settings <?php namespace Acme\MyModule; use Aero\Catalog\Models\Produc ...t; use Aero\Common\Providers\ModuleServiceProvider; use Aero\Common ...; class ServiceProvider extends ModuleServiceProvider { public func ... { Product::settings('my-module', function (SettingGroup $group...
Developer Documentation / Account Area
How do I inject into a slot in the account area?
...ed view. <?php namespace Acme\MyModule; use Aero\AccountArea\AccountAr ...Slot; use Aero\Common\Providers\ModuleServiceProvider; class ServicePr ...ovider extends ModuleServiceProvider { public func ...IR__.'/../resources/views', 'my-module'); AccountAreaSlot::inje...
Developer Documentation / Settings
How do I configure the admin edit page?
...r group. <?php namespace Acme\MyModule; use Aero\Common\Facades\Settin ...gs; use Aero\Common\Providers\ModuleServiceProvider; use Aero\Common ...; class ServiceProvider extends ModuleServiceProvider { public func ... Settings::group('acme-my-module', function (SettingGroup $group...
Developer Documentation / Resource Lists
How do I extend an exisiting resource list?
...eys out. <?php namespace Acme\MyModule; use Aero\Admin\ResourceLists\O ...List; use Aero\Common\Providers\ModuleServiceProvider; class ServicePr ...ovider extends ModuleServiceProvider { public func ...; } } <?php namespace Acme\MyModule; use Aero\Admin\ResourceLists\O...
Developer Documentation / Introduction
Introduction to events for developers
...Events; use Aero\Account\Models\Customer; use Aero\Events\ManagedEvent ...; class CustomerUpdated extends ManagedEvent { ... public $customer; public $customerName; public $customerEmail; public static $vari ...ables = [ 'customer', 'customerName', ...
Developer Documentation / Admin Product Picker Component
What are the available props for the product picker?
...set by default to use {{ asset('modules/aerocommerce/admin/no-image.sv ... <a href="{{ route('admin.modules') }}" class="btn">@include('ad ...a> <span class="ml-4">My Module</span> </h2> <div class="card"> <product-picker v-slot="...
Developer Documentation / Account Area
How do I extend a form in the account area?
...nded using a pipeline from your modules service providers setup method ...he form. <?php namespace Acme\MyModule; use Aero\AccountArea\Http\Form ...Form; use Aero\Common\Providers\ModuleServiceProvider; class ServicePr ...ovider extends ModuleServiceProvider { public func...
Developer Documentation / General
How do I add a route to the CSRF exception list?
...nsarray. <?php namespace Acme\MyModule; use Aero\Common\Providers\ModuleServiceProvider; use Aero\Store\ ...; class ServiceProvider extends ModuleServiceProvider { public func ...eptionsarray where you can list routes for the exceptions list. You ca...
Developer Documentation / Admin Vue
How do I use Vue in the admin?
...endpush Extending Vue without a Custom Component You can extend Vue wi ...thout using a custom Vue component by using some of the window.AeroAdminmethods. Methods are provided for you to add data, methods, computed methods, watchers, and listeners. Adding...
Developer Documentation / Configuration
How do I register new permissions?
// add a single permission \Aero\Admin\Permissions::add('custom'); // add multiple permissions ...\Aero\Admin\Permissions::add(['custom', 'custom.viecustom.view', 'custocustom.manage']);
Developer Documentation / Admin Product Picker Component
What are the available events for the product picker?
... displays them in a list with a custom message. It also allows the use ... <a href="{{ route('admin.modules') }}" class="btn">@include('ad ...a> <span class="ml-4">My Module</span> </h2> <div class="card p-0"> <table> <...
Developer Documentation / Listings And Search
How do I extend the document structure for listings and seach?
...ch system is the ability to add custom data into the document. Typical ... is to be included as part of a module, then it can be added in the se ...tup method of the module's ServiceProvider. \Aero\Search\Elastic\Documents\ListingDocument::add('search-resu...
Storefront Developer Documentation / Checkout
How do I add a marketing opt-in to the checkout?
...rst need to extend the CheckoutCustomerPageto inject our custom view that will show the checkbo ...x for the customer to interact with. This can be ...Checkout\Http\Responses\CheckoutCustomerPage::extend(function ($page) ...e(0, $sections->keys()->search('customer', true) + 1) ->put('o...
Storefront Developer Documentation / Introduction
How do I access the admin for the first time?
...mail Password admin@example.com aerocommerce Custom URL For added security, the URL path to access the admin can be changed from the default /admin. This can be done by simply setting the slug value in the project's .envfile: AERO_ADMIN_SLUG=iqjwd9809i1e