diff --git a/magmi/engines/magmi_productimportengine.php b/magmi/engines/magmi_productimportengine.php index 00e33c37..1c9d68b6 100755 --- a/magmi/engines/magmi_productimportengine.php +++ b/magmi/engines/magmi_productimportengine.php @@ -944,9 +944,9 @@ public function createAttributes($pid, &$item, $attmap, $isnew, $itemids) //if is global then , global scope applies but if configurable, back to store view scope since //it's a select $scope=$attrdesc["is_global"]; - if ($attrdesc["is_configurable"]==1) { - $scope=0; - } + if ($attrcode != "price" && $attrdesc["is_configurable"]==1) { + $scope=0; + } $store_ids = $this->getItemStoreIds($item, $scope);