
Originally Posted by
techiegirl
No, I didn't have any folders named freetemplate2. After downloading the source files I renamed all the freetemplate2 folders to my template name.
I just used FTP again and transferred each file individually. They are all there, so I'm not sure why it's not working.
You should have a file called no_account.php under includes/modules and it should be 5K in size. The first few lines are:
Code:
// This should be first line of the script:
$zco_notifier->notify('NOTIFY_MODULE_START_NO_ACCOUNT');
if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
}
/**
* Set some defaults
*/
$process = false;
$zone_name = '';
$entry_state_has_zones = '';
$error_state_input = false;
$state = '';
$zone_id = 0;
$error = false;
/**
* Process form contents
*/
I will have an updated version to the one I posted in the download section soon, tonight or tomorrow night, where the few add-ons will be included in one install and you can turn the COWOA and The Order Status on or off in the Admin Configuration screen.
Bookmarks