#44946 - property options
1. Why is this change necessary?
New feature
2. What does this change do, exactly?
Added properties of the products to listing
3. Describe each step to reproduce the issue or behavior.
- install/update plugin
- select properties from config
- check in listing if all possible options were added to listing in product
4. Please link to the relevant issues (if any).
https://redmine.netinventors.de/issues/44946
5. Checklist
-
I have updated the plugin version and changelog -
I have updated the manual / created a manual update merge request -
I have updated the shopware store information -
I can confirm the code style fits our requirements -
I can confirm that no debug output is generated anywhere
6. Release Notes
Summary by CodeRabbit
-
New Features
- Introduced a new component for handling the listing of properties for product variants, including support for multiple languages.
- Added functionality to access and display variant properties of products in listings.
-
Documentation
- Updated the changelog in both English and German to document the introduction of new features in version 5.1.0.
- Included new documentation for the version increment in the manual's changelog sections for both languages.
-
Refactor
- Implemented a new service to enhance product listings with additional properties.
- Added logic for denormalizing listing properties in the plugin configuration.
-
Chores
- Updated the project version from 5.0.3 to 5.1.0 in
composer.json
.
- Updated the project version from 5.0.3 to 5.1.0 in