PHP script to export products from Magento 1.x and 2.x
- Upload or Git clone the script to Magento root
- nano export-magento-products.php
- Go to line 66 | find "const PASSWORD" Ex: // Set the password to export data here const PASSWORD = '3925a75afe1d82cf4f25965024807154'; // extracted salt of system default key - itahmid
- Create an md5($str) and replace PASSWORD value
- Save and Exit nano (ctrl+o && ctrl+x)
- if required chmod +x export-magento-products.php
- Navigate through your web browser Ex: https://my-domain.com/export-magento-products.php
- If all the permissions are set right on the server, the script requests the password
- Validate with the md5 string your created
- Choose among the options on page to export product details
Everyone is welcome to copy edit modify and contribute to the script !!