AndersHelbo Posted March 17, 2014 Share Posted March 17, 2014 Hi I'm looking for a solution, so new products imported via CSV-file is automaticaly deactivated. The thing is, that I have to make the SEO description, prices right and so on. Is it possible? Link to comment Share on other sites More sharing options...
NemoPS Posted March 17, 2014 Share Posted March 17, 2014 You need to edit the public function productImport() method of AdminImportCOntroller. It might be complex if you're not into coding, but basically you want to make sure you set $product->active = 0 right before $product->add() (at about line 1412) Link to comment Share on other sites More sharing options...
Recommended Posts