I have imported a load of new products by csv - but they are all "disabled" in the store.
is there a way to manually enable them in bulk?
Solved! Go to Solution.
You can just enable all product using csv file.
Just create csv file with sku and product_online field.
Set product_online field with value 1.
Import csv file using system -> import and import csv file using add/update option.
Run indexing command.
If answer helpful, Click kudos and accept as solutions.
@maddistLog into Magento Admin. Select the change status from "Actions" dropdown and enable products in bulk.
You can just enable all product using csv file.
Just create csv file with sku and product_online field.
Set product_online field with value 1.
Import csv file using system -> import and import csv file using add/update option.
Run indexing command.
If answer helpful, Click kudos and accept as solutions.
thank you