The attached file is simply this text ----
In catalog/includes/database_tables.php adding
// Virtual Mall 2.2.1
define('TABLE_STORES', 'stores');
// Virtual Mall 2.2.1
will resolve the "error" pointed out in the Virtual Mall Installation Instructions.txt as a
Known Bugs:
There is a string in the checkout_process.php at line 282:
//For some reason this code causes database errors on some stores, it cant recognize the info from the database, further research needed.
// $store_info_query = tep_db_query("SELECT store_owner_fname,
//store_owner_lname, store_email_address FROM " . TABLE_STORES . " where
//store_id = '" . $store_totals[$si]['store_id'] . "'");
// $store_info = tep_db_fetch_array($store_info_query);
I could not troubleshoot the error so I removed it from the query with //. As stated "futher research needed".
More...




LinkBack URL
About LinkBacks









Bookmarks