Michael Bøcker-Larsen

Results 64 comments of Michael Bøcker-Larsen

I've tested some more and it seems pretty random what gets set.

In addition: I tried importing the same data-set multiple times. The main product (configurable) stabilizes after 2 imports but will never set the exclude flags for small and thumbnail for...

5 hours later. It seems that magmi leaves duplicate rows in `catalog_product_entity_media_gallery` and or `catalog_product_entity_media_gallery_value` and when you visit the product page in the Magento Admin some kind of cleanup...

So two odd things. 1. `catalog_product_entity_varchar` only contains values for store 0 and 2 (image, small, thumb). I noticed that when creating images there are both `storeid` and `targetsid` and...

I found what appears to be a bug or at least what is causing the duplication (and shrinking effect). `catalog_product_entity_varchar` (image, small, thumb) is only created after `handleVarcharAttribute()` returns so...

@chevli sure I'll look into it

I've merged master-branch now. Great work by the way.

@chevli btw, your code will use the following code to set `backend_type` which is fine: ``` $data['backend_type'] = $attribute->getBackendTypeByInput($data['frontend_input']); ``` However this value is easily be added to the yaml-file...

@glinton sorry for the very late reply. I've recorded this short video showing the issue https://www.dropbox.com/s/20kwxkrm53u54v4/nanobox-mac-save.mp4?dl=0 In the video I have vim running on the left. On the right I...

@glinton were you able to see the problem from the video?