How to work with mirrored systems?

Asked

Viewed 80 times

1

I wonder what the logic would be to work on a web system where I would have a main site and distribute websites for franchisees in their domain.

The whole checkout process should be done on the franchisee’s website but the information would be fed into the main website database.

  • Domains would have to be on the same server for that to be possible?

  • Such a system exists or needs to be created?

  • It is possible to work several stores in a single database?

  • What is the complexity of such a system?

  • How could the products of the food bank be on the franchise website? Via XML?

The answers can be short as long as you give me an idea of where to start. I think it compares more or less to Polishop. Someone help me?

1 answer

3


  • Domains would have to be on the same server for that to be possible?

Not necessarily. You could just create a CNAME entry in the domain pointing to your server. When the page was loaded you could identify the domain from which the request came, locate the customer who owns that domain and upload the associated information.

  • Such a system exists or needs to be created?

I don’t know any of the kind that is open or is for sale. Most likely.

  • It is possible to work several stores in a single database?

It is. I believe it would even decrease the complexity of the system. You would only need the client ID in these tables to associate the information.

  • What is the complexity of such a system?

It would be a slightly complex system but nothing out of this world.

  • How could the products of the food bank the franchise site? Via XML?

If you use this technique of the same system for all would come directly from the central bank.

  • 4

    downvote without any comment?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.