
Originally Posted by
Jeff G
DMR,
How many items are in your file? I use EP for another site and have loaded over 3000 items in one file using the split mode. While a little tedious to click each of the split files, it did work fine.
But if you really need to make 2 sites, from what I've seen it should work. You would do sort of the opposite of what I did. In the 2 configure.php files for each store use the same database and the same prefix. In the database_tables.php for each site hard code the prefix for products, products_desc, etc to all use a different table for each store. You then copy those files within the same database to the new name.
You would then end up with something like: (prefix set for each store = "zen_")
zen_table1
zen_table2
zen_table3
store1_products
store1_products_description
store2_products
store2_products_description
You might have to have unique category files also or ZC might get confused. You would have to test thoroughly.
I think it might be a little tough to have a category open another site and return seemlessly.
Jeff
Bookmarks