In your database, add a column to your ORDERS table called SITE_NAME. (varchar 32, NULL by default will do fine)
In the orders class, AFTER the $sql_data_array array, add:
Perhaps you can help me with the problems I have with multisite and ultimate seo?PHP Code:
//Multisite Module - Add the order_site in the order table
$sql_data_array['order_site']=ORDER_SITE;
//eof Multisite Module
You mentioned something about making edits to the htaccess?
Bookmarks