shyim / ShyimAttributeTransformer

12 stars 7 forks source link

Conversion of Manufacturer Attributes is unreliable #12

Closed jhit closed 4 years ago

jhit commented 4 years ago

I found two issues with manufacturer attributes: a) On the product detail page, the $article['supplier_attributes'] is not converted. I will make a pull request to fix that. b) Manufacturer page: the attributes will not be converted. I hunted this down to https://github.com/shopware/shopware/blob/5.6/engine/Shopware/Controllers/Frontend/Listing.php#L154. Obviously the current implementation does not work with shopware_storefront.manufacturer_service. Unfortunately, my knowledge is not sufficient to solve this myself.