Cost centers for customers
Description
Highlights
- Cost centers can be stored per customer
- Cost center is displayed in order finish page and invoice
- Cost centers can be stored translated
Features
- Cost center for the order is output in order confirmation page and on invoice document
About the Extension
The VIO.Cost Centers app offers your customers the possibility to select a cost center for an order. Cost centers can be stored individually for each customer. The cost centers can be maintained by you as well as by the customer.
In orders the name of the cost center is stored as text in an additional field and also the link to the cost center itself. Thus, even after renaming the cost center, the originally selected one remains visible on the order.
The cost center is also mapped in invoice documents.
Cost centers can be maintained in any language available in the SalesChannel.
The VIO.Cost Centers app offers your customers the possibility to select a cost center for an order. Cost centers can be stored individually for each customer. The cost centers can be maintained by you as well as by the customer.
In orders the name of the cost center is stored as text in an additional field and also the link to the cost center itself. Thus, even after renaming the cost center, the originally selected one remains visible on the order.
The cost center is also mapped in invoice documents.
Cost centers can be maintained in any language available in the SalesChannel.
Details
- Available: English, German
- Latest update: 11 November 2024
- Publication date: 10 November 2021
- Version: 1.2.0
- Category: B2B extensions
Resources
Reviews (0)
About the Extension Partner
VIOSYS AG
Partner Status
-
Shopware
Bronze Partner -
Shopware
Extension Partner
Details
-
Ø-Rating:
4.6
Average rating of 4.6 out of 5 stars
- Partner since: 2015
- Extensions: 31
- Certifications: Certifications
Support
- Based in: Germany
- Speaks: German, English
- Response time: Very quickly
- As a store operator, create cost centers per customer in the administration in the "Customers" -> "Cost centers" area.
In short: Yes, this is possible via the Shopware 6 API.
Long version:
As a rule, our VIO.Apps for Shopware 6 do not provide their own endpoints in the API because they are not necessary. All data available in the API is provided by the API generated by Shopware itself. This API basically provides CRUD operation (Create / Read / Update / Delete) on all entities and their data fields in Shopware.
A complete documentation of all fields and functions of the API can be found in Shopware 6 by default at the following URL of your shop:[URL]/api/_info/swagger.html. (see: https://developer.shopware.com/docs/guides/integrations-api/general-concepts/generated-reference#swagger-ui
All API functions are also described in more detail in the official Shopware documentation: https://developer.shopware.com/docs/guides/integrations-api
1.2.0
compatibility with shopware 6.6 established
1.0.8
- Added a new rule condition to the plugin configuration to check if cost center is a required field during checkout
1.1.4
Added a new rule condition to the plugin configuration to check if the cost center is a required field during checkout
1.1.3
- Sort cost centers in account area by their name
1.0.7
- Sort cost centers in account area by their name
1.1.2
- Performance optimization when displaying cost centers in the administration
1.1.1
configure availability of b2b budget functionalities via rule in config
1.0.6
configure availability of b2b budget functionalities via rule in config
1.1.0
compatibility with shopware 6.5 established
1.0.5
Improved compatibility with other plugins
Version 1.0.4
Display of the cost center in the checkout under the billing address.
Version 1.0.3
Fixed an error in the administration so that menu items appear again.
1.0.2
* fix database table collation
* remove custom fields if plugin is deactivated