- ShoppingCartPlugin
ShoppingCartPlugin
Assembly: ShoppingCartPlugin
Description
The shopping cart plugin module is a fully featured shopping cart, that supports multiple payment types and has a natural and easy flow to guide users through the checkout process.
Currently the following payment providers are available:
- CashOnDelivery provider.
- Cheque provider.
- ClickAndCollect provider.
- DirectTransfer provider.
- Paypoint provider.
- Phone provider.
Payment providers are simple to integrate, they only need to be enabled with the settings. Certain payment providers will only be visible if the correct currency is used during checkout, however, the currencies supported by each provider is configurable.
Need a new payment provider for a specific payment type, get in touch!
Integration with Middleware
The IShoppingCartProvider interface should be implemented by the host application, this contains all methods that are required to interact with the Shopping Cart plugin module.
Customise Shopping Cart Pages
As with all website plugin modules, the pages that are created in /Views/Cart folder can be customised and personalised from their default settings to match the theme of the website where they will be shown.
Settings
Please view CartSettings for details on how to customize the UserAccount plugin. Individual settings may also exist for the payment providers.
How to use
The UserAccount plugin should be loaded using the Plugin Manager.