From c40049f2a567f94d456a33d97f465a353f0a8f4f Mon Sep 17 00:00:00 2001 From: Tjerk Ameel Date: Tue, 31 Jul 2018 16:22:46 +0200 Subject: [PATCH] Ensure attribute order is updated in family. (Now the order is constantly reset, meaning you can't set an order manually in Magento) --- Attribute/Model/Factory/Import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Attribute/Model/Factory/Import.php b/Attribute/Model/Factory/Import.php index e8ee68c..bf67477 100644 --- a/Attribute/Model/Factory/Import.php +++ b/Attribute/Model/Factory/Import.php @@ -325,7 +325,7 @@ public function addAttributes() $row['_entity_id'], $data, null, - 0 + $row['sort_order'] ); /* Add Attribute to group and family */