Jelajahi Sumber

fix configurable options

andre 2 tahun lalu
induk
melakukan
4f33460c38

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

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