Tag Archives: export magento categories

Quick script to export Magento categories with IDs

If you are after a quick method to get all the category ID’s for your categories for some Excel lookups (for new data imports), then this quick PHP script should help you out: <?php   define(’MAGENTO’, realpath(dirname(__FILE__))); require_once MAGENTO . … Continue reading

Posted in Knowledge Base, Magento | Tagged , , , , , , , | 37 Comments
Page 1 of 11