magmi-git icon indicating copy to clipboard operation
magmi-git copied to clipboard

Auto-Match is removing simple product associations that didn't defined

Open paradoxos opened this issue 7 years ago • 2 comments

I have a SKU pattern which works fine in the import.

image

but when i enable the option "Auto match simples skus before configurable" which i need it removes all associated simple products that are not defined but previously assigned in another import.

image

For example there is an option "category_reset" => "0" which doesn't remove previously assigned categories i didn't define in the import.

Any solution with this?

paradoxos avatar May 26 '17 10:05 paradoxos

Hi, interesting use case. Currently there is no such extra column like "keep_existing_associations" , but it is not very difficult to implement. I think i can do it next week (not this week, already fully booked)

dweeves avatar May 26 '17 11:05 dweeves

plugins/base/itemprocessors/configurables/magmi_configurableprocessor.php

public function getMatchMode($item) $matchmode needs to be fixed or "cursimples" ?

paradoxos avatar Jun 02 '17 08:06 paradoxos