plentymarkets / plentymarkets-shopware-connector

plentymarkets shopware connector plugin
http://www.plentymarkets.eu/shopware/
MIT License
30 stars 51 forks source link

add to documentation, how to change field mapping #493

Closed Kipperlenny closed 4 years ago

Kipperlenny commented 5 years ago
Q A
issue or Enhancement Enhancement
Version 5.1.1

Actual Behavior

Herstellernummer is not the plenty manufactorer number.

Expected Behavior

client expects to export the Varianten Nr. to the Herstellernummer

image

Possible Solutions

This is not included in the Connector Mapping in Shopware Settings. Please add to the documentation, where to change the mapping of these article fields.

Pfabeck commented 4 years ago

Moin Lennart,

für die Herstellernummer wird aus plentymarkets das Model Feld bezogen (siehe Doku): Bildschirmfoto 2019-10-28 um 09 57 40

Du kannst das mapping aber per dependency injection/decorator pattern anpassen: Adapter/PlentymarketsAdapter/ResponseParser/Product/Variation/VariationResponseParser.php per

Beste Grüße Patryk