Example Plugins

General

In our documentation, we provide several example plugins how to extend the b2b-suite. In the following you can find a list with further descriptions:

Plugin Description
B2bAcl The most advanced plugin to show our ACL implementation incl. frontend usage. It also shows the CRUD and listing usage
B2bAjaxPanel Small example to show our Ajax Panels and how to use them
B2bAuditLog A very basic implementation of our audit log component
B2bAuth Login as a certain user
B2bContingentRuleItem This plugins adds an own contingent restriction type to the default contingent system
B2bContingents An small CartAccessStrategy example. Allowing orders on specific Weekdays
B2bCustomerFrontendApi An example to show how to create an end user API
B2bLogin Exchange the E-Mail login with a staff-number login
B2bPrice A small implementation of another debtor price data source
B2bRestApi Small entry level plugin to show the RestApi Routing
B2bServiceExtension Small entry level plugin to show how to extend a Service
B2bSalesRepresentativePlugin Small entry level plugin to show how to extend the sales-representative grid with customer-number and company
B2bContingentsBudgets Small entry level plugin to make budgets and contingents optional
B2bThemeInheritance Small theme to show how to extend the SwagB2bPlatform templates
Top