Recently Updated Pages
How do I extend pipelines?
The payload data can be altered using the **extend()**method. This is typically done from within ...
What are the available pipelines
Class Description Payload CartItemBuilder The process that occurs when adding an item to the cart...
Aero\\Admin\\Traits\\IsExtendable
This trait can be added to a class. This trait can be used on Pipelines (more information "introd...
Aero\\Responses\\Traits\\HasSections
This trait can be added to a response builder class. It adds useful methods for managing sections...
Aero\\Admin\\Traits\\HasPermissions
This trait adds the ability to add permissions to a class easily. The trait adds the following me...
Aero\\Store\\Traits\\Seoable
This trait can be added to a model class. The trait adds a relationship to Aero\Store\Models\Se...
Aero\\Common\\Traits\\CanHaveAdditionalAttributes
This trait can be added to a model class. When added your model will have the ability to have add...
Aero\\Catalog\\Traits\\HasPrices
This trait can be added to a model class. This trait adds prices to the model. The trait adds the...
Aero\\Catalog\\Traits\\Taggable
This trait can be added to a model class. The trait adds the ability to add tags to the model. Th...
Aero\\Common\\Traits\\CastsToJavaScript
This trait can be added to a model class. This trait provides a way of defining attributes that s...
Aero\\Common\\Traits\\Sluggable
This trait can be added to a model class. The trait adds a relationship to Aero\Store\Models\Slug...
Aero\\Common\\Traits\\CanExtendFillable
This trait can be added to a model class. When added your model will have the ability to have fil...
How do I restrict payment methods?
There may be circumstances where a retailer wishes to restrict the payment methods that are avail...
What are the available payment gateways?
A cash payment method is provided out of the box, which allows developers to complete orders thro...
How do I restrict the availability of my payment driver?
It is likely that a payment gateway could have restrictions on when it can be used. For example, ...
How do I display payment icons on checkout in my payment driver?
To improve brand awareness of the payment provider during the checkout process, a label view can ...
How do I register the transaction in my payment driver?
When a payment method is selected that uses the gateway driver, the registermethod is called. Wi...
How do I complete the transaction in my payment driver?
Once the payment gateway has handled the customer inputting their secure details (such as card in...
How do I return a payment response in my payment driver?
To unify all payment gateway driver communication, an Aero\Payment\Responses\PaymentResponseclas...
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 info...