Customer-specific part numbers / Customer-specific product numbers
Technical Information
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.
- Install and activate plugin as usual in Shopware.
- Plugin configurations are available. (Display options)
Frequently Asked Questions
Yes, this is possible - to do this you need to customize the email template or add the following line.
{% if nestedItem.payload.customerProductNumber is defined %}{{ nestedItem.payload.customerProductNumber|u.wordwrap(80) }}{% endif %}
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"
}
]
}
]
}
]
| Version | Date | Compatibility | Changelog |
|---|---|---|---|
| 4.0.5 | 9 December 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 4.0.4 | 29 September 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 4.0.3 | 28 September 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 4.0.2 | 11 July 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 4.0.1 | 3 July 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 4.0.0 | 14 May 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 3.0.5 | 9 December 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 3.0.4 | 29 September 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 3.0.3 | 28 September 2025 | >=6.6.0.0 <6.7.0.0 |
|
| 3.0.2 | 21 May 2024 | >=6.6.0.0 <6.7.0.0 |
|
| 3.0.1 | 25 March 2024 | >=6.6.0.0 |
|
| 3.0.0 | 20 March 2024 | >=6.5.0.0 |
|
| 2.0.4 | 8 April 2025 | >=6.5.0.0 <6.6.0.0 |
|
| 2.0.3 | 21 May 2024 | >=6.5.0.0 |
|
| 2.0.2 | 29 November 2023 | >=6.5.0.0 |
|
| 2.0.1 | 23 March 2023 | >=6.5.0.0 |
|
| 2.0.0 | 22 March 2023 | >=6.5.0.0 |
|
| 1.2.2 | 8 April 2025 | >=6.4.0.0 <6.5.0.0 |
|
| 1.2.1 | 14 February 2023 | >=6.4.0.0 |
|
| 1.2.0 | 26 November 2022 | >=6.4.0.0 |
|
| 1.1.0 | 26 November 2022 | >=6.4.0.0 |
|
| 1.0.0 | 26 November 2022 | >=6.4.0.0 |
|