andre 2 лет назад
Родитель
Сommit
4f33460c38
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      app/UI/Admin/ProductConfiguration/Pages/Sections/ConfigurableOptions.php

+ 7 - 0
app/UI/Admin/ProductConfiguration/Pages/Sections/ConfigurableOptions.php

@@ -54,6 +54,13 @@ class ConfigurableOptions extends BoxSectionExtended implements AdminArea
         $productManager
         $productManager
             ->loadById($productId);
             ->loadById($productId);
 
 
+        /**
+         * config options strategy
+         */
+        $options = new ConfigOptionsType();
+        $options->setProductId($productId);
+        $options->load();
+
         /**
         /**
          * config option model
          * config option model
          */
          */