Magento shell script which allows to start advanced dataflow import profiles.
Fork of H&O snippet: https://gist.github.com/ho-nl/571614
You can install the module via modman:
modman clone git@github.com:wansoft/shell_dataflow_import.git
Or:
modman clone https://github.com/wansoft/shell_dataflow_import.git
Rename "dataflow_config.sample.php" :
$username = '...';
$password = '...';
$url = '...';
Disable SID on frontend:
- Go to System > Configuration > Web > Session Validation Settings
- Set Use SID on Frontend to “No”
php -f dataflow_import.php -- <profile ID>