#86carqv1b - additional property fields SW67
1. Why is this change necessary?
Bug: under SW 6.7 the additional fields were missing in properties / sortedProperties on the product detail page and in the listing.
2. What does this change do, exactly?
-
ProductCriteriaSubscriber: always adds the properties association on the product page criteria (was previously skipped when product tags loading was disabled) -
ProductListingSubscriber+ enrichers: switched fromSalesChannelProductCollection/SalesChannelProductEntityto the baseProductCollection/ProductEntity— in 6.7 the listing result returns the base collection, so theinstanceof SalesChannelProductCollectionguard silently skipped the enrichment
3. Describe each step to reproduce the issue or behavior.
- Configure additional fields for a property group in the plugin config
- Open a product detail page with that property — the fields are available again in
properties/sortedProperties - Also check a listing / product slider with listing properties enabled
4. Please link to the relevant issues (if any).
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