Hi..
Can we host two Websites like ecommerce in ofbiz, with Single DataBase in ofbz. Regards G Venkata Phanindra. -- G.Venkata Phanindra Mob:: 9849852989 _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Administrator
|
Yes, this one of OFBiz features. A store may have multiples websites (hence the notion of "Product Store WebSite" in OFBiz see <a href="https://server:port/catalog/control/EditProductStoreWebSites?viewProductStoreId=9000">https://server:port/catalog/control/EditProductStoreWebSites?viewProductStoreId=9000 with demo data)
Jacques ----- Original Message ----- From: G.Venkata Phanindra To: OFBiz Users / Usage Discussion Sent: Tuesday, July 04, 2006 7:14 PM Subject: [OFBiz] Users - Two Websites on Single Data Base Hi.. Can we host two Websites like ecommerce in ofbiz, with Single DataBase in ofbz. Regards G Venkata Phanindra. -- G.Venkata Phanindra Mob:: 9849852989 ------------------------------------------------------------------------------ _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
In reply to this post by G.Venkata Phanindra
Yes,
Of course, as many as you want really. - Andrew On Tue, 2006-07-04 at 22:44 +0530, G.Venkata Phanindra wrote: > Hi.. > Can we host two Websites like ecommerce in ofbiz, with Single > DataBase in ofbz. > > Regards > G Venkata Phanindra. > > -- > G.Venkata Phanindra > Mob:: 9849852989 > _______________________________________________ > Users mailing list > [hidden email] > http://lists.ofbiz.org/mailman/listinfo/users Kind Regards Andrew Sykes <[hidden email]> Sykes Development Ltd http://www.sykesdevelopment.com |
In reply to this post by Jacques Le Roux
Thanks for reply ..........
But Content Ids and product ids are accessible from different wesites,for example i can access,the product Id of ecommerce from my new Webstore,but i donnot want that to happen how can i do that. Phani On 7/4/06, Jacques Le Roux <[hidden email]> wrote: > > Yes, this one of OFBiz features. A store may have multiples websites > (hence the notion of "Product Store WebSite" in OFBiz see > <a href="https://server:port/catalog/control/EditProductStoreWebSites?viewProductStoreId=9000with">https://server:port/catalog/control/EditProductStoreWebSites?viewProductStoreId=9000with demo data) > > Jacques > ----- Original Message ----- > From: G.Venkata Phanindra > To: OFBiz Users / Usage Discussion > Sent: Tuesday, July 04, 2006 7:14 PM > Subject: [OFBiz] Users - Two Websites on Single Data Base > > > Hi.. > Can we host two Websites like ecommerce in ofbiz, with Single > DataBase in ofbz. > > Regards > G Venkata Phanindra. > > -- > G.Venkata Phanindra > Mob:: 9849852989 > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Users mailing list > [hidden email] > http://lists.ofbiz.org/mailman/listinfo/users > > -- G.Venkata Phanindra Mob:: 9849852989 |
I can't be certain that this logic pans out in
practice, but it's the way that I understand how Ofbiz is. 1) You have a website 2) That website have a Product Store 3) That Product Store has Catalogs 4) Those Catalogs have Categories certain catalog category types (this is where most of the action lies) 5) Those categories have roll up categories 6) those categories have products I have no idea about the content Id stuff because I haven't had to dig into it yet, but as far as the products, I would guess you have one of two problems. 1) Website A has Product Store 1 and Website B has Product Store 1. If this occurs, everything from 2 down will be the same 2) For your Catalogs, you have not defined a View Allow Catalog Category Type or a Purchase Allow or maybe even a Default Search or Other Search. Without these constraints on your catalog, it's going to assume it has access to all products. So, if both of your websites have catalogs that have access to all products, then they're going to be accessible from different websites --- "G.Venkata Phanindra" <[hidden email]> wrote: > Thanks for reply .......... > But Content Ids and product ids are accessible from > different wesites,for > example i can access,the product Id of ecommerce > from my new Webstore,but i > donnot want that to happen how can i do that. > Phani > > On 7/4/06, Jacques Le Roux > <[hidden email]> wrote: > > > > Yes, this one of OFBiz features. A store may have > multiples websites > > (hence the notion of "Product Store WebSite" in > OFBiz see > > > > demo data) > > > > Jacques > > ----- Original Message ----- > > From: G.Venkata Phanindra > > To: OFBiz Users / Usage Discussion > > Sent: Tuesday, July 04, 2006 7:14 PM > > Subject: [OFBiz] Users - Two Websites on Single > Data Base > > > > > > Hi.. > > Can we host two Websites like ecommerce in > ofbiz, with Single > > DataBase in ofbz. > > > > Regards > > G Venkata Phanindra. > > > > -- > > G.Venkata Phanindra > > Mob:: 9849852989 > > > > > > > > > > > > > > > > > _______________________________________________ > > Users mailing list > > [hidden email] > > http://lists.ofbiz.org/mailman/listinfo/users > > > > > > > -- > G.Venkata Phanindra > Mob:: 9849852989 > |
Administrator
|
From: "Chris Howe" <[hidden email]> > I can't be certain that this logic pans out in > practice, but it's the way that I understand how Ofbiz > is. > > 1) You have a website > 2) That website have a Product Store > 3) That Product Store has Catalogs > 4) Those Catalogs have Categories certain catalog > category types (this is where most of the action lies) > 5) Those categories have roll up categories > 6) those categories have products > > I have no idea about the content Id stuff because I > haven't had to dig into it yet, but as far as the > products, I would guess you have one of two problems. > > > 1) Website A has Product Store 1 and Website B has > Product Store 1. If this occurs, everything from 2 > down will be the same > > 2) For your Catalogs, you have not defined a View > Allow Catalog Category Type or a Purchase Allow or > maybe even a Default Search or Other Search. Without > these constraints on your catalog, it's going to > assume it has access to all products. So, if both of > your websites have catalogs that have access to all > products, then they're going to be accessible from > different websites For more information about these points please see http://www.undersunconsulting.com/static/OFBizBasicProductionSetup.pdf Jacques > --- "G.Venkata Phanindra" <[hidden email]> wrote: > > > Thanks for reply .......... > > But Content Ids and product ids are accessible from > > different wesites,for > > example i can access,the product Id of ecommerce > > from my new Webstore,but i > > donnot want that to happen how can i do that. > > Phani > > > > On 7/4/06, Jacques Le Roux > > <[hidden email]> wrote: > > > > > > Yes, this one of OFBiz features. A store may have > > multiples websites > > > (hence the notion of "Product Store WebSite" in > > OFBiz see > > > > > > > > demo data) > > > > > > Jacques > > > ----- Original Message ----- > > > From: G.Venkata Phanindra > > > To: OFBiz Users / Usage Discussion > > > Sent: Tuesday, July 04, 2006 7:14 PM > > > Subject: [OFBiz] Users - Two Websites on Single > > Data Base > > > > > > > > > Hi.. > > > Can we host two Websites like ecommerce in > > ofbiz, with Single > > > DataBase in ofbz. > > > > > > Regards > > > G Venkata Phanindra. > > > > > > -- > > > G.Venkata Phanindra > > > Mob:: 9849852989 > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > > > > > > > > > _______________________________________________ > > > Users mailing list > > > [hidden email] > > > http://lists.ofbiz.org/mailman/listinfo/users > > > > > > > > > > > > -- > > G.Venkata Phanindra > > Mob:: 9849852989 > > |
In reply to this post by G.Venkata Phanindra
Are these two websites different business organisations? Did you want
them to have separate product/order management areas? The product store and website information described in this thread so far is not designed to restrict management access to products and categories and parties and facilities and orders and accounts and workeffort etc. it is really targeted at running more than one website (maybe consider this a brand) that may or may not share some common data. Ray G.Venkata Phanindra wrote: > Thanks for reply .......... > But Content Ids and product ids are accessible from different > wesites,for > example i can access,the product Id of ecommerce from my new > Webstore,but i > donnot want that to happen how can i do that. > Phani > > On 7/4/06, Jacques Le Roux <[hidden email]> wrote: >> >> Yes, this one of OFBiz features. A store may have multiples websites >> (hence the notion of "Product Store WebSite" in OFBiz see >> <a href="https://server:port/catalog/control/EditProductStoreWebSites?viewProductStoreId=9000with">https://server:port/catalog/control/EditProductStoreWebSites?viewProductStoreId=9000with >> demo data) >> >> Jacques >> ----- Original Message ----- >> From: G.Venkata Phanindra >> To: OFBiz Users / Usage Discussion >> Sent: Tuesday, July 04, 2006 7:14 PM >> Subject: [OFBiz] Users - Two Websites on Single Data Base >> >> >> Hi.. >> Can we host two Websites like ecommerce in ofbiz, with Single >> DataBase in ofbz. >> >> Regards >> G Venkata Phanindra. >> >> -- >> G.Venkata Phanindra >> Mob:: 9849852989 >> >> >> >> ------------------------------------------------------------------------------ >> >> >> >> >> _______________________________________________ >> Users mailing list >> [hidden email] >> http://lists.ofbiz.org/mailman/listinfo/users >> >> > > |
In reply to this post by G.Venkata Phanindra
If you just want to exclude the productIds from the other website, take
a look at the "view allow" ProductCatalogCategoryType. If you want to properly separate ALL data, consider using a second delegator. - Andrew On Wed, 2006-07-05 at 11:02 +0530, G.Venkata Phanindra wrote: > Thanks for reply .......... > But Content Ids and product ids are accessible from different wesites,for > example i can access,the product Id of ecommerce from my new Webstore,but i > donnot want that to happen how can i do that. > Phani > > On 7/4/06, Jacques Le Roux <[hidden email]> wrote: > > > > Yes, this one of OFBiz features. A store may have multiples websites > > (hence the notion of "Product Store WebSite" in OFBiz see > > <a href="https://server:port/catalog/control/EditProductStoreWebSites?viewProductStoreId=9000with">https://server:port/catalog/control/EditProductStoreWebSites?viewProductStoreId=9000with demo data) > > > > Jacques > > ----- Original Message ----- > > From: G.Venkata Phanindra > > To: OFBiz Users / Usage Discussion > > Sent: Tuesday, July 04, 2006 7:14 PM > > Subject: [OFBiz] Users - Two Websites on Single Data Base > > > > > > Hi.. > > Can we host two Websites like ecommerce in ofbiz, with Single > > DataBase in ofbz. > > > > Regards > > G Venkata Phanindra. > > > > -- > > G.Venkata Phanindra > > Mob:: 9849852989 > > > > > > > > ------------------------------------------------------------------------------ > > > > > > > > _______________________________________________ > > Users mailing list > > [hidden email] > > http://lists.ofbiz.org/mailman/listinfo/users > > > > > > Kind Regards Andrew Sykes <[hidden email]> Sykes Development Ltd http://www.sykesdevelopment.com |
Free forum by Nabble | Edit this page |