Ecommerce franchising and affiliates

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

Ecommerce franchising and affiliates

gcameo
hi
What is the best way to implement franchising (multiple websites accessing same data) and affiliate program in ofbiz.. is there some example code and/or implementation somewhere i can learn from?
Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce franchising and affiliates

BJ Freeman
if your talking about multiple websites under the same company, then
look at the ecomclone.
https://svn.apache.org/repos/asf/ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecomclone/

if you talking about different companies each having a website then look
at running different Ofbiz instances, and connection to the same DB.

If you talking about runnning affilates from ofbiz ecommerce site:
Implemented a sample of affiliate commission calculation based on
PartyRelationship from CUSTOMER to AFFILIATE of relationship type
SALES_AFFILIATE. Note that the amounts are hardcoded in the service. (r
449224, 449628)

farouk alhassan sent the following on 4/18/2009 5:12 AM:
> hi
> What is the best way to implement franchising (multiple websites accessing same data) and affiliate program in ofbiz.. is there some example code and/or implementation somewhere i can learn from?
>
Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce franchising and affiliates

gcameo
In reply to this post by gcameo
Thanks for the guidance

Regards

--- On Sat, 4/18/09, BJ Freeman <[hidden email]> wrote:

From: BJ Freeman <[hidden email]>
Subject: Re: Ecommerce franchising and affiliates
To: [hidden email]
Date: Saturday, April 18, 2009, 7:17 AM

if your talking about multiple websites under the same company, then
look at the ecomclone.
https://svn.apache.org/repos/asf/ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecomclone/

if you talking about different companies each having a website then look
at running different Ofbiz instances, and connection to the same DB.

If you talking about runnning affilates from ofbiz ecommerce site:
Implemented a sample of affiliate commission calculation based on
PartyRelationship from CUSTOMER to AFFILIATE of relationship type
SALES_AFFILIATE. Note that the amounts are hardcoded in the service. (r
449224, 449628)

farouk alhassan sent the following on 4/18/2009 5:12 AM:
> hi
> What is the best way to implement franchising (multiple websites accessing same data) and affiliate program in ofbiz.. is there some example code and/or implementation somewhere i can learn from?
>