Quote Originally Posted by Design75 View Post
zencart 1.39f with COWOA

I am trying to install, but during merging I come up with the following.

in the file includes/classes/order.php there is this line

Code:
if ($_SESSION['COWOA']) $sql_data_array[COWOA_order] = 1;
which should be replaced by

Code:
//Multisite Module - Add the order_site in the order table
$sql_data_array['order_site']=ORDER_SITE;
//eof Multisite Module
But if I do that i am afraid it will ruin COWOA.

Please advise on how to proceed
Sorry for bumping my question after more then a year , but i still don't know how to solve this.
There must be some people out there using both FEC and multi site.