DivanteLtd / pimcore-magento2-bridge

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

Quantity Value not supported & MultiStore Configuration #88

Open vinitchopra12 opened 4 years ago

vinitchopra12 commented 4 years ago

I have several fields as QuantityValue datatype such as Weight, Price(MultiCurrency) etc., but it doesnot get sync with Magento and shows the below error.

Error while syncing object: 6475 with instance: magento-412155-1344050.cloudwaysapps.com for store view: 1. Message: An error occurred while insert/update product "6475": Invalid attribute type: "quantityValue"

Also, I would like to know what configuration I need to do in order to Support multiple store in Magento. Do I need to create separate IntegrationConfiguration Objects for each store?

synchmann commented 4 years ago

Hi, From pimcore side quantityValues are supported. Yes, you need to create new IntegrationConfiguration objects for each store.

vinitchopra12 commented 4 years ago

@synchmann: In my case I have taken the Price and Weight has Qunatity value but its not working. The value are not sync in Magento as well.