
Originally Posted by
coffeecanada
Thanks I have it working. Why does the database prefix needed to be added to the file? Why is it not standard if that's the way that ZenCart is installed?
For anyone wondering:
Fantastico installations seem to add this prefix, but that is not the standard with installation files download from this website.
from the dist-configure.php file:
PHP Code:
define('DB_PREFIX', ''); // prefix for database table names -- preferred to be left empty
Bookmarks