Created
July 14, 2015 10:29
-
-
Save nicka101/b406dba4d997df3a6415 to your computer and use it in GitHub Desktop.
import pricerules manual
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require('app/Mage.php'); | |
Mage::app(); | |
$ftpCred = Mage::getStoreConfig('sinchimport_root/sinch_ftp'); | |
Mage::dispatchEvent('sinch_pricerules_import_ftp', array( | |
'ftp_host' => $ftpCred["ftp_server"], | |
'ftp_username' => $ftpCred["login"], | |
'ftp_password' => $ftpCred["password"] | |
)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment