Community Add-Ons

Add file to this package
Top » Other

Virtual Mall Version
for osCommerce Online Merchant v2.2

This is a contribution to allow a site owner to run multiple shops in a virtual mall setup. Stores are set up in the administration section.

Legend:  Download   Report
Expand All / Collapse All
Fix for Virtual Mall 2.2.1 known bug Chadduck 3 Jan 2008  

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".

Virtual Mall 2.2.1 theantiquestore 2 Jan 2007  
new install only Vinny 16 Nov 2004  
Virtual Mall version 1.2 Matt Fletcher 27 Feb 2004  
Virtual mall 1.1a John Paitel 7 Mar 2003  
Virtual Mall 1.1 John Paitel 22 Jan 2003  
Virtual Mall Version 1.0 (Beta) John W. Paitel 10 Dec 2002