You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by farouk alhassan <os...@yahoo.com> on 2009/04/18 14:12:07 UTC

Ecommerce franchising and affiliates

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?

Re: Ecommerce franchising and affiliates

Posted by BJ Freeman <bj...@free-man.net>.
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?
>