uStore NG Extensibility - XMPieLab/uStore-NG GitHub Wiki
uStore NG Extensibility
uStore provides hooks and plugins to change the logic and behavior of the system in several areas, e.g. taxation, order approval, manufacturer allocation. These are the available extensibility plugins:
- Tax Webhook - Change the way uStore calculates the taxation, e.g. integrate with an external tax service.
- Order Approval Webhook - Code a custom order approval workflow and determine whether an order requires approval and to which approval group to assign it.
- Manufacturer Webhook - Set a specific manufacturer for each item in the shopping cart using an external service.
- Widgets - Add pieces of code that can be added to specific locations in the theme, to allow the storefront to support new functionality.
- Cart Export Webhook - Export cart item information to an external service for additional processing (backup, analysis, integration with third systems, etc.).