[ic] one session ID in multiple catalogs

Ron Phipps interchange-users@interchange.redhat.com
Wed Feb 13 11:45:01 2002


> From: interchange-users-admin@interchange.redhat.com
[mailto:interchange-
> users-admin@interchange.redhat.com] On Behalf Of daniel bregler
> 
> 
> hey there !
> 
> Is it possible to share one session id for several
> shopping-baskets in different catalogs ( so that customers can check
out
> at
> once ? )
> 
> the reason doing several catalogs is that we need at least 3
categories..
> interchange can only do areas-categories-products, or am i mistaken
> 
> 
> can anyone help ?
> 

Daniel, using multiple catalogs, will probably not achieve the desired
effect.  What you can do is add another field to the products database
and another table which will hold your 3rd level.  Then modify the code
which generates the category structure and include your 3rd level.  You
should then be able to have 3 levels of categories.  For information
about adding tables and fields please search the archives, there are
quite a few posts on this subject.

-Ron