How to Export Product like Goodle Base Xml in Magento
// Magento XML products exporter // by nirav chauhan // http://niravchauhan.wordpress.com/ require_once 'app/Mage.php'; umask( 0 ); Mage::app( "default" ); Mage::app()->setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID); $_urlPath = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB); $_imagePath = $_urlPath . "media"; $_logFileName =…