Contents of YOUR_ADMIN/includes/auto_loaders/config.dpu.php :
-----------------------------------
<?php
// Dynamic Price Updater
if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
}
$autoLoadConfig[999][] = array(
'autoType' => 'init_script',
'loadFile' => 'init_dpu_config.php'
);
// uncomment the following line to perform a uninstall
// $uninstall = 'uninstall';
-------------------------------------
Installation for the plugin instructs to place the init_dpu_config.php in these two folders, which is where my search led me:
- YOUR_ADMIN/includes/init_includes/
- /includes/init_includes/
-MT
Bookmarks