Customer-specific part numbers / Customer-specific product numbers
Product information "Customer-specific part numbers / Customer-specific product numbers"
Highlights
Add customer specific part numbers in admin to products (and suitably due B2B customers). Display customer specific item number in storefront: Product detail page, Checkout, My account (plugin configuration). Customer specific item has also been integrated into search, so searching for it is possible (customer must be logged in)Â
Features
Store customer-specific product numbers / article numbers directly with products (in the admin area). After the login of the corresponding customer, the customer specific item numbers are available in the storefront Display in frontend - product detail page, checkout, my account (plugin configuration) - optional. Additionally selectable: display of product number + customer specific product number or only the product number of the store. (Plugin configuration)Â
Purpose of the plugin
In B2B, it is common for B2B customers to want to have their own part numbers displayed with products and also a search for their own part numbers (product numbers) is a frequently requested feature.These customer specific product numbers (item numbers) can be displayed on the product detail page after logging in to the storefront.
In addition, the customer specific part number has also been integrated into the search, so that it is possible to search for the "original product number" and also for the customer specific part number.
Use of the plugin
After successful installation of the plugin, an additional tab is available in the products (Shopware Admin: Catalog > Products) "Customer-specific item numbers". In this tab, customer-specific article numbers can now be added - to do this, a (B2B) customer is selected and the desired customer-specific article number is added.
The customer-specific article number can then be displayed on the product detail page, in the checkout, in the My Account area (in the orders). The configuration of the display settings can be set in the plugin settings.
Â
| Bundle: | B2B Bundle |
|---|
- Fixing the placement and block parentness.
- Performance improvements.
- Added compatibility with the Acris Order Matrix plugin.
- Improved plugin compatibility with Shopware 6.7.
- Improved plugin compatibility with Shopware 6.7.
- Compatibility with Shopware 6.7.
- Support for the following languages: de-DE, en-GB, nl-NL, fr-FR, es-ES, fi-FI, nn-NO, sv-SE, cs-CZ, pt-PT, tr-TR, da-DK, it-IT, pl-PL, bs-BA
- Fixing the placement and block parentness.
- Performance improvements.
- Added compatibility with Acris Order Matrix plugin.
- Fixes a problem when several products were added to the cart at the same time.
- Updated Pipeline file
- Compatibility with Shopware 6.6.
- Fixes a problem where the customer specific product number was not found when searching for it with ElasticSearch.
- Fixes a problem when several products were added to the cart at the same time.
- Fixed Pagination
- Optimized the customer specific product number on line items.
- Compatibility with Shopware 6.5.
- Fixes a problem where the customer specific product number was not found when searching for it with ElasticSearch.
- Change of the plugin name and the manufacturer links.
- Adds plugin configuration for displaying of the customer specific product number at checkout and at account order page in Storefront.
- Adds plugin configuration for displaying of the customer specific product number at product detail page in Storefront.
- Release
Login
Yes, this is possible - to do this you need to customize the email template or add the following line.
Yes, here is an API Call example:
[
{
"action": "upsert",
"entity": "product",
"payload": [
{
"id": "16be39047d2f4efcb8338b960a98b733",
"productNumber": "SW10001",
"acrisCustomerProductNumber": [
{
"customerId": "1231313123113",
"productNumber": "a23ad6684d2c4ddaa377f3dcae118fac"
},{
"customerId": "50103aa350b245abac799e0812d9bc1a",
"productNumber": "SW10098"
}
]
}
]
}
]