[ic] Got a good question!

Robert Trembath robert@lanstar.com
Tue, 3 Apr 2001 15:07:32 -0500


-----Original Message-----
From: interchange-users-admin@lists.akopia.com
[mailto:interchange-users-admin@lists.akopia.com]On Behalf Of Dan B
Sent: Tuesday, April 03, 2001 2:27 PM
To: interchange-users@lists.akopia.com
Subject: Re: [ic] Got a good question!


Thanks for your input Dan. My client is a manufacturer who sells direct and
through resellers. He plans to launch a series of site aimed at vertical
markets as well as a reseller site based on the same products. Each site
will have different price levels and categories. Is there a way to just read
the catagories from the cat.dbm file in each site and grab the catalog data
from MySQL and point all the sites to the same datasource?
Robert

Yes, you can do this.  But why?  If you are interested in setting up a
mall, search the archives for mall and you'll find those who have done it
successfully.

But it would seem quite possible for multiple catalogs->1 database.  It
would be a longs ways from the Construct template, though.  To allow for
different pricing and different products to show up, you should probably
create another table which specifies:

sku     price

So you can lookup only the skus/prices from the regular products database
that are included in this store.  And for the left categories, search the
products table for skus that are included in that category, but return the
category of those products.

You may need to do some things for the order database to be shared.  E.g.
Setup different ordernumber sequences.  (8000000, 8000001, 8000002 for one
store, 9000000, 9000001, 9000002 for  the second store, etc.).  Or, use the
database autonumber.  Each table will probably need a few extra fields as
well (owner_catalog, etc.).

FYI:
http://developer.akopia.com/cgi-bin/ic/docfly.html?mv_arg=faq07%2e03

http://developer.akopia.com/cgi-bin/htsearch?words=mall

Have fun with it.  :)

Dan Browning, Cyclone Computer Systems, danb@cyclonecomputers.com


_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users