Skip to content

Instantly share code, notes, and snippets.

View magento-team's full-sized avatar

Magento 2 Team magento-team

  • Magento
  • World-wide
View GitHub Profile
@magento-team
magento-team / 2500 config products
Created November 8, 2012 17:39
Create 2500 configurable products, Magento CE 1.7.0.1
<?php
/**
* Error reporting
*/
error_reporting(E_ALL | E_STRICT);
/**
* Compilation includes configuration file
*/
define('MAGENTO_ROOT', getcwd());
Test CLA