diff --git a/classes/import/ImportBrandModelFromCSV.php b/classes/import/ImportBrandModelFromCSV.php index 01acaf23..802f894b 100644 --- a/classes/import/ImportBrandModelFromCSV.php +++ b/classes/import/ImportBrandModelFromCSV.php @@ -45,7 +45,5 @@ protected function processModelObject() { $this->importPreviewImage(); $this->importImageList(); - - parent::processModelObject(); } } diff --git a/classes/import/ImportCategoryModelFromCSV.php b/classes/import/ImportCategoryModelFromCSV.php index 6d8bfbb9..43fa585b 100644 --- a/classes/import/ImportCategoryModelFromCSV.php +++ b/classes/import/ImportCategoryModelFromCSV.php @@ -56,8 +56,6 @@ protected function processModelObject() $this->importPreviewImage(); $this->importImageList(); - - parent::processModelObject(); } /** diff --git a/classes/import/ImportOfferModelFromCSV.php b/classes/import/ImportOfferModelFromCSV.php index 5524a373..06cd0aff 100644 --- a/classes/import/ImportOfferModelFromCSV.php +++ b/classes/import/ImportOfferModelFromCSV.php @@ -50,8 +50,6 @@ protected function processModelObject() { $this->importPreviewImage(); $this->importImageList(); - - parent::processModelObject(); } /** diff --git a/classes/import/ImportProductModelFromCSV.php b/classes/import/ImportProductModelFromCSV.php index a1f57723..cff8c805 100644 --- a/classes/import/ImportProductModelFromCSV.php +++ b/classes/import/ImportProductModelFromCSV.php @@ -55,8 +55,6 @@ protected function processModelObject() $this->importImageList(); $this->syncAdditionalCategoryList(); - - parent::processModelObject(); } /** diff --git a/updates/version.yaml b/updates/version.yaml index 5d631312..6d423887 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -103,4 +103,4 @@ 1.22.5: - 'Fixed bug with deactivating items in import from XML files.' 1.23.0: - - 'Added annotations for integration with Digital product for Shopaholic plugin.' \ No newline at end of file + - 'Added ability to show catalog with active price type. Added annotations for integration with Digital product for Shopaholic plugin.' \ No newline at end of file