Skip to content

fvanzani/shell_dataflow_import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Shell dataflow import

Magento shell script which allows to start advanced dataflow import profiles.

Fork of H&O snippet: https://gist.github.com/ho-nl/571614

Installation

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:

  1. Go to System > Configuration > Web > Session Validation Settings
  2. Set Use SID on Frontend to “No”

Usage

php -f dataflow_import.php -- <profile ID>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages