DivanteLtd / pimcore-magento2-bridge

Pimcore module for Magento 2 integration
35 stars 24 forks source link

Dynamic 'select' element options #38

Open attilan opened 4 years ago

attilan commented 4 years ago

Hi,

I have created a Data Component of the type 'select' and instead of adding options manually I have added an 'Options Provider Class'. This is working fine in pimcore, displaying and saving the object properly but when it comes to sync to magento the saved option value is not in the object.

mbolka commented 4 years ago

@attilan Could you give me more details, about Pimcore and this option provider? I have verified that on Pimcore 6.4.0 and newest version of connector (>1.2.1) it works fine I have tried Divante\MagentoIntegrationBundle\Provider\ClassList as an option provider and I can see on product endpoint proper Keys and Values for this field.