Explorar el Código

fix configurable options

andre hace 2 años
padre
commit
9c6e1d8a04

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

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