0

I am trying to export all enable, disable, visible for both, not visible, the only catalog, only search. as well if there are 2 stores and assign different products.

So I want all products if any case is there I want to list out all products? Is anyone help me?

Thanks in advance!

asked Feb 5, 2020 at 13:56

2 Answers 2

0
  1. On the Admin menu, select System> Import/Export> Export.
  2. In the Export Settings section, set Entity Type to Products
  3. In the Entity Attributes section, you can include or exclude data to be exported according to the entity attribute values.

    • To include records with specific attribute values, set the required values of the attributes in the Filter column.
    • To omit an attribute from the export, select the Skip checkbox at the beginning of the row.
  4. Scroll down and click the Continue button in the lower-right corner of the page and wait for the download.

Source: https://docs.magento.com/m1/ce/user_guide/store-operations/data-export.html

answered Feb 5, 2020 at 14:20
0
0

here is an answer.

$collection = Mage::getModel('catalog/product')->getCollection()
 ->addAttributeToSelect('*');
echo $collection->getSize();
answered Feb 17, 2020 at 7:30

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.