Jump to content

Deactive new imported products


Recommended Posts

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

×
×
  • Create New...