plentymarkets / plentymarkets-shopware-connector

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

Properties (merkmale) are only transferred only when the property is searchable #286

Closed smxvh closed 6 years ago

smxvh commented 6 years ago

Hi all, PlentyConnector/Adapter/PlentymarketsAdapter/ResponseParser/Product/ProductResponseParser.php on line #477 is a check, if the property is searchable.

if (!$property['property']['isSearchable']) { continue; } Our opinion is, that this is not correct.

marcmanusch commented 6 years ago

Das ist so gewollt und notwendig. Das Merkmal wird nur übertragen wenn es durchsuchbar ist, dadurch kann man steuern ob die Merkmale zu Shopware sollen oder nicht.

jochenmanz commented 6 years ago

Muss ich leider als wontfix markieren. Wie @marcmanusch schon richtigerweise angemerkt hat, ist das Verhalten aktuell so gewollt. Du kannste jedoch über ein Plugin das ganze anpassen und an deine Anforderungen angleichen :)