You don't say which version of the CSS/JS loader you're using (I use the "legacy" version), but if you make use of the Zen Cart feature where you can "shadow" your hosted fileset and override the localhost configuration via /includes/local/configure.php and /ADMIN/includes/local/configure.php files, you'll need to make the following changes to /min/config.php:
Code:// added for Zen Cart if (file_exists('../includes/local/configure.php')) { include('../includes/local/configure.php'); } else { include('../includes/configure.php'); }


Reply With Quote
?

