> For the complete documentation index, see [llms.txt](https://docs.b2b-sellers.com/b2b-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2b-sellers.com/b2b-platform/1/release-notes/b2bsellerscore/version-v1.1.2.md).

# Version v1.1.2

Release date: 25.08.2023

Release Notes

{% hint style="info" %}
Here you'll find our Blog post with detailed description and developer infos: \
\
DE => [https://www.b2b-sellers.com/de/b2bsellers-release-1-1-2/](https://www.b2b-sellers.com/de/b2bsellers-release-1-1-2)\
... or ... \
EN => <https://www.b2b-sellers.com/en/b2bsellers-release-1-1-2/>
{% endhint %}

**Issues**\
BCS-1278 Add Fallback translation if language value isn't set \
BCS-869 Added command to reinstall or overwrite email templates \
BCS-1078 now all js files of the addons are built at the b2b:platform:build, before only the active addons were built. In the UI only the active addon js (Storefront/Admin/B2B-Platform) are loaded. \
BCS-1179 Event Items available for clearance requests \
BCS-1232 Splitted the AbstractEmployeeRoute to seperate "Invite" and "Export" Routes \
BCS-1236 Added admin config for "The following status influence the number of participants" BCS-1196 Improved participant details \
BCS-1260 Replace customer.company to customer.displayName and added EntityExtension for displayName \
BCS-1303 in the "b2b:platform:build" command check if the build process was successful, otherwise return 1, so that CI pipelines can react to it \
BCS-1311 Added PlatformProductSearchCriteriaEvent to the PlatformProductSearchRoute \
BCS-1330 Added ApiAware flag to the Id field of the B2bProductListTypeDefinition \
BCS-1352 Moved Event article fields from B2B Specifications to Shopware standard custom fields

**New Features**\
BCS-1255 Added notice on b2b-platform > order lists as sales rep, if the order lists is only visible by sales rep. \
BCS-1335 Added CSV Export of participants to the Eventmanger \
BCS-1346 Added participant informations on order overview \
BCS-1366 Added a CSV Export to customer specific price overview in the storefront \
BCS-1367 Added time related columns to customer specific price view in the storefront

**Bugs**\
BCS-1253 Fixed customer specific prices handling for multiple prices with same specifications \
BCS-1282 Fixed flow trigger snippets in administration for all B2Bsellers flows \
BCS-1339 Fixed PdpVariantSettings Error on save \
BCS-1347 Fixed Indication of the number of participants \
BCS-1348 Fixed error message for InvalidEventLineItemTypeError \
BCS-1349 Fixed price editing of event items by sales rep. in customer cart \
BCS-1353 Fixed add to cart with hidden prices when not logged in \
BCS-1360 Fixed missing customer company name at order overview in admin \
BCS-1362 Fixed show up Eventarticle settings at product only when Eventmanager addon is active \
BCS-1363 Fixed registration with same email on different saleschannels \
BCS-1365 Fixed missing translation for customer specific price table \
BCS-1368 Fixed email template to sales rep on offer request \
BCS-1369 Fixed gross/net price on mulitple views \
BCS-1373 Fixed CSV Import to Orderlists \
BCS-1378 Fixed missing customer details block at order overview in admin \
BCS-1384 Fixed customer search route when a sales representative has assigned customers (/store-api/customer-search) \
BCS-1390 Fixed guest customer orders


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.b2b-sellers.com/b2b-platform/1/release-notes/b2bsellerscore/version-v1.1.2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
