diff --git a/modules/shopimporter/config.xml b/modules/shopimporter/config.xml index eced3ac92..ba6f59e5f 100644 --- a/modules/shopimporter/config.xml +++ b/modules/shopimporter/config.xml @@ -1,12 +1,12 @@ - - shopimporter - - - - - - 1 - 0 + + shopimporter + + + + + + 1 + 0 - \ No newline at end of file + \ No newline at end of file diff --git a/modules/shopimporter/shopimporter.php b/modules/shopimporter/shopimporter.php index 5a0af4ee0..dea6717f9 100644 --- a/modules/shopimporter/shopimporter.php +++ b/modules/shopimporter/shopimporter.php @@ -39,6 +39,7 @@ class shopimporter extends ImportModule $this->version = '1.0'; $this->author = 'PrestaShop'; $this->need_instance = 0; + $this->is_configurable = 1; parent::__construct ();