Mall Funktionality of Ofbiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Mall Funktionality of Ofbiz

martin_p
Hi all,

as far i understood the ofbiz til now it should offer the mall functionality to
create for example different shops for different companys to integrate this
into one mall.

P.e.

-->Mall

     --> Subshop 1
     --> Subshop 2
     --> Subshop 3

Where subshops may belong to different companys.

I am now trying to find out how it works to get different party-admins because of course i dont want that
the admin of subshop 1 can see the customers of subshop 2 or subshop 3 and the other way neither.

Anybody in the forum who may tell me how to handle this problem ?

Just was thinking of security roles or something like that ??

Or is it just a posibility to solve this with different tables in the database ?

Hope is discribed my problem quite clear .... ^^ if not please leave me a short message to explain more detailed ...

Regards

Martin
Reply | Threaded
Open this post in threaded view
|

Re: Mall Functionality of Ofbiz

BJ Freeman
currently, if you have a different company you need to run different
instances of ofbiz that are using different databases (OTTB)
The same company can run differnt eccommerce sites from one instance of
ofbiz.
you can, using Apache httd server have virtual Domains (stores) on one
server.
the layout really depends on how many stores (different companies) you
are going to run.
You also need to consider load balancing.


martin_p sent the following on 11/3/2008 6:30 AM:

> Hi all,
>
> as far i understood the ofbiz til now it should offer the mall functionality
> to
> create for example different shops for different companys to integrate this
> into one mall.
>
> P.e.
>
> -->Mall
>
>      --> Subshop 1
>      --> Subshop 2
>      --> Subshop 3
>
> Where subshops may belong to different companys.
>
> I am now trying to find out how it works to get different party-admins
> because of course i dont want that
> the admin of subshop 1 can see the customers of subshop 2 or subshop 3 and
> the other way neither.
>
> Anybody in the forum who may tell me how to handle this problem ?
>
> Just was thinking of security roles or something like that ??
>
> Or is it just a posibility to solve this with different tables in the
> database ?
>
> Hope is discribed my problem quite clear .... ^^ if not please leave me a
> short message to explain more detailed ...
>
> Regards
>
> Martin
>
Reply | Threaded
Open this post in threaded view
|

Re: Mall Funktionality of Ofbiz

martin_p
In reply to this post by martin_p
Hi again,

thank you for your answer... unfortunately it's not the one i wanted to get
to solve my issues. Has anyone made experience with setting up a portal
with ofbiz to manage different companys as a mall ?

Sincerely

Martin

martin_p wrote
Hi all,

as far i understood the ofbiz til now it should offer the mall functionality to
create for example different shops for different companys to integrate this
into one mall.

P.e.

-->Mall

     --> Subshop 1
     --> Subshop 2
     --> Subshop 3

Where subshops may belong to different companys.

I am now trying to find out how it works to get different party-admins because of course i dont want that
the admin of subshop 1 can see the customers of subshop 2 or subshop 3 and the other way neither.

Anybody in the forum who may tell me how to handle this problem ?

Just was thinking of security roles or something like that ??

Or is it just a posibility to solve this with different tables in the database ?

Hope is discribed my problem quite clear .... ^^ if not please leave me a short message to explain more detailed ...

Regards

Martin
Reply | Threaded
Open this post in threaded view
|

Re: Mall Funktionality of Ofbiz

BJ Freeman
https://issues.apache.org/jira/browse/OFBIZ-1999

martin_p sent the following on 11/4/2008 3:19 AM:

> Hi again,
>
> thank you for your answer... unfortunately it's not the one i wanted to get
> to solve my issues. Has anyone made experience with setting up a portal
> with ofbiz to manage different companys as a mall ?
>
> Sincerely
>
> Martin
>
>
> martin_p wrote:
>> Hi all,
>>
>> as far i understood the ofbiz til now it should offer the mall
>> functionality to
>> create for example different shops for different companys to integrate
>> this
>> into one mall.
>>
>> P.e.
>>
>> -->Mall
>>
>>      --> Subshop 1
>>      --> Subshop 2
>>      --> Subshop 3
>>
>> Where subshops may belong to different companys.
>>
>> I am now trying to find out how it works to get different party-admins
>> because of course i dont want that
>> the admin of subshop 1 can see the customers of subshop 2 or subshop 3 and
>> the other way neither.
>>
>> Anybody in the forum who may tell me how to handle this problem ?
>>
>> Just was thinking of security roles or something like that ??
>>
>> Or is it just a posibility to solve this with different tables in the
>> database ?
>>
>> Hope is discribed my problem quite clear .... ^^ if not please leave me a
>> short message to explain more detailed ...
>>
>> Regards
>>
>> Martin
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Mall Funktionality of Ofbiz

Bilgin Ibryam
In reply to this post by martin_p
 Hi Martin,

There was a similar discussion before some time. I think there you can
figure out what are the issues you have to solve to achieve Mall
Funktionality.

<a href="http://ofbiz.markmail.org/search/?q=multiple+companies#query:multiple%">http://ofbiz.markmail.org/search/?q=multiple+companies#query:multiple%
20companies+page:8+mid:upz35zryhcjhbuuy+state:results

Bilgin